Skip to content

Commit

Permalink
Dockerfile: blow out quay.io cache
Browse files Browse the repository at this point in the history
We want to pull in the v2020.1 version of `rpm-ostree` for the
`exclude-packages` support[0].  @jlebon was nice enough to rebuild
`rpm-ostree` with that support in F30, so blow out the cache to make
sure we pick it up.

[0] coreos/rpm-ostree#1980
  • Loading branch information
miabbott authored and jlebon committed Feb 11, 2020
1 parent 2a6118a commit 0c51834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /root/containerbuild

# Only need a few of our scripts for the first few steps
COPY ./src/cmdlib.sh ./build.sh ./deps*.txt ./vmdeps*.txt ./build-deps.txt /root/containerbuild/
RUN ./build.sh configure_yum_repos
RUN ./build.sh configure_yum_repos # nocache 20200211
RUN ./build.sh install_rpms

# Ok copy in the rest of them for the next few steps
Expand Down

0 comments on commit 0c51834

Please sign in to comment.