ci/prow: Update to use new buildroot image

Matching CCI.
This commit is contained in:
Colin Walters 2021-03-26 00:00:53 +00:00
parent bc1e596014
commit 4daed91a7a

View File

@ -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
COPY . .
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
# 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
USER root
# Copy binaries from the build