We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f1623 commit c08bdfdCopy full SHA for c08bdfd
Dockerfile
@@ -10,7 +10,7 @@ RUN rm -rfv /usr/lib/coreos-assembler /usr/bin/coreos-assembler
10
COPY ./src/print-dependencies.sh ./src/deps*.txt ./src/vmdeps*.txt ./src/build-deps.txt /root/containerbuild/src/
11
COPY ./build.sh /root/containerbuild/
12
RUN ./build.sh configure_yum_repos
13
-RUN ./build.sh install_rpms # nocache 02/17/22
+RUN ./build.sh install_rpms # nocache 03/03/22
14
15
# This allows Prow jobs for other projects to use our cosa image as their
16
# buildroot image (so clonerefs can copy the repo into `/go`). For cosa itself,
0 commit comments