Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Undo renovate pinning
Browse files Browse the repository at this point in the history
This won't work because of quay image GC by default.
  • Loading branch information
cgwalters committed Nov 20, 2023
1 parent 4bf34dc commit 19f97c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eln-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos-boot/fedora-tier-1:eln@sha256:4693953634fc2c3bff8d53a5f81a4682ac1aeb53b8184703273eef320eda66ef
FROM quay.io/centos-boot/fedora-tier-1:eln
COPY *.repo /etc/yum.repos.d/
RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \
dnf clean all && rm -rf /var/* && \
Expand Down
2 changes: 1 addition & 1 deletion stream9-dev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos-boot/centos-tier-1:stream9@sha256:4ce91df1770222836f6b8e3d2d73315a22e2c712103ee9cabe4b13ce9c4a1d08
FROM quay.io/centos-boot/centos-tier-1:stream9
COPY *.repo /etc/yum.repos.d/
RUN dnf --disablerepo='*' --enablerepo=copr-coreos-continuous --enablerepo=copr-rhcontainerbot-bootc -y distro-sync && \
rpm -q bootc || dnf -y install bootc && \
Expand Down

0 comments on commit 19f97c9

Please sign in to comment.