Merge pull request #2698 from cgwalters/prow-ci-buildroot
ci/prow: Update to use new buildroot image
This commit is contained in:
commit
45a59fc7f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user