Skip to content

Commit

Permalink
Remove Quay.io auto expiration labels
Browse files Browse the repository at this point in the history
Expiration labels used to not be applied for the latest tag but this is
apparently no longer the case.

Remove them as we'll keep only the latest tag from now on.
  • Loading branch information
travier committed Nov 24, 2023
1 parent 2fad6b4 commit 52e76b8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions filebrowser/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ FROM docker.io/filebrowser/filebrowser:latest as binary

FROM registry.fedoraproject.org/fedora:39

# Keep container image for ~6 months
LABEL quay.expires-after=24w

# Remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
dnf -y remove pam shadow-utils sudo && \
Expand Down
3 changes: 0 additions & 3 deletions libvirtd/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM registry.fedoraproject.org/fedora:39

# Keep container image for ~3 months
LABEL quay.expires-after=12w

RUN dnf -y update && \
dnf -y install --nodocs \
libvirt-daemon \
Expand Down
3 changes: 0 additions & 3 deletions nginx/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM registry.fedoraproject.org/fedora:39

# Keep container image for ~3 months
LABEL quay.expires-after=12w

# Install nginx, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
dnf -y remove pam sudo && \
Expand Down
3 changes: 0 additions & 3 deletions php-fpm-ttrss/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM registry.fedoraproject.org/fedora:39

# Keep container image for ~3 months
LABEL quay.expires-after=12w

# Install php and required modules, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
dnf -y remove pam sudo && \
Expand Down
3 changes: 0 additions & 3 deletions quasselcore/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM registry.fedoraproject.org/fedora:39

# Keep container image for ~3 months
LABEL quay.expires-after=12w

# Install quasselcore, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
dnf -y remove pam sudo && \
Expand Down
3 changes: 0 additions & 3 deletions unbound/Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM registry.fedoraproject.org/fedora:39

# Keep container image for ~3 months
LABEL quay.expires-after=12w

# Install unbound, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
dnf -y remove pam sudo && \
Expand Down

0 comments on commit 52e76b8

Please sign in to comment.