File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ RUN ./build.sh install_rpms
1414RUN ./build.sh install_ocp_tools
1515RUN ./build.sh trust_redhat_gpg_keys
1616
17- # This allows Prow jobs for other projects to use our cosa image as their
18- # buildroot image (so clonerefs can copy the repo into `/go`). For cosa itself,
19- # this same hack is inlined in the YAML (see openshift/release link above).
20- RUN mkdir -p /go && chmod 777 /go
21-
2217COPY ./ /root/containerbuild/
2318RUN ./build.sh write_archive_info
2419RUN ./build.sh make_and_makeinstall
@@ -37,6 +32,11 @@ RUN chmod g=u /etc/passwd
3732# also allow adding certificates
3833RUN chmod -R g=u /etc/pki/ca-trust
3934
35+ # This allows Prow jobs for other projects to use our cosa image as their
36+ # buildroot image (so clonerefs can copy the repo into `/go`). For cosa itself,
37+ # this same hack is inlined in the YAML (see openshift/release link above).
38+ RUN mkdir -p /go && chmod 777 /go
39+
4040# run as `builder` user
4141USER builder
4242ENTRYPOINT ["/usr/bin/dumb-init" , "/usr/bin/coreos-assembler" ]
You can’t perform that action at this time.
0 commit comments