Skip to content

Commit

Permalink
ci/buildroot: bump nocache hack to defeat Quay.io caching
Browse files Browse the repository at this point in the history
The images are being built, but the contents at this point are almost a
month out of date. If there's no sustainable way to work around this, we
should probably just move it to e.g. openshift/release and have it push
to Quay.io.

See: coreos/fedora-coreos-tracker#890
  • Loading branch information
jlebon authored and darkmuggle committed Jul 6, 2021
1 parent 1fe8843 commit 3568dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildroot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# Ignition, rpm-ostree, ostree, coreos-installer, etc...
FROM registry.fedoraproject.org/fedora:34
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf # nocache 20210426
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf # nocache 20210706

0 comments on commit 3568dc2

Please sign in to comment.