ci/prow: Update to use new buildroot image
Matching CCI.
This commit is contained in:
parent
bc1e596014
commit
4daed91a7a
@ -1,4 +1,4 @@
|
|||||||
FROM registry.ci.openshift.org/coreos/cosa-buildroot:latest as builder
|
FROM quay.io/coreos-assembler/fcos-buildroot:testing-devel as builder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ./ci/build.sh && make install DESTDIR=/cosa/component-install
|
RUN ./ci/build.sh && make install DESTDIR=/cosa/component-install
|
||||||
@ -6,7 +6,7 @@ RUN make -C tests/kolainst install DESTDIR=/cosa/component-tests
|
|||||||
# Uncomment this to fake a build to test the code below
|
# Uncomment this to fake a build to test the code below
|
||||||
# RUN mkdir -p /cosa/component-install/usr/bin && echo foo > /cosa/component-install/usr/bin/foo
|
# RUN mkdir -p /cosa/component-install/usr/bin && echo foo > /cosa/component-install/usr/bin/foo
|
||||||
|
|
||||||
FROM registry.ci.openshift.org/coreos/coreos-assembler:latest
|
FROM quay.io/coreos-assembler/coreos-assembler:latest
|
||||||
WORKDIR /srv
|
WORKDIR /srv
|
||||||
USER root
|
USER root
|
||||||
# Copy binaries from the build
|
# Copy binaries from the build
|
||||||
|
Loading…
Reference in New Issue
Block a user