Skip to content

Commit

Permalink
ci/Dockerfile: bump Quay.io nocache hack
Browse files Browse the repository at this point in the history
Latest rpm-ostree release with
coreos/rpm-ostree#2990 is in the continuous tag.
Rebuild to get it into cosa.

Closes: openshift/os#552
  • Loading branch information
jlebon committed Jul 19, 2021
1 parent 96f6a07 commit 9393829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /root/containerbuild
COPY ./src/print-dependencies.sh ./src/deps*.txt ./src/vmdeps*.txt ./src/build-deps.txt /root/containerbuild/src/
COPY ./build.sh /root/containerbuild/
RUN ./build.sh configure_yum_repos
RUN ./build.sh install_rpms # nocache 20210702
RUN ./build.sh install_rpms # nocache 20210719

# Allow Prow to work
RUN mkdir -p /go && chown 0777 /go
Expand Down

0 comments on commit 9393829

Please sign in to comment.