rpm-ostree/ci/prow/Dockerfile
Colin Walters 75a2f8bb33 ci/prow: Use cosa buildroot
See https://github.com/coreos/coreos-assembler/pull/730

- Skip installing deps, hooray!
- Also skip the C test suite for now because of the linked fuse-overlayfs issue
2019-10-02 08:16:10 -07:00

6 lines
143 B
Docker

FROM registry.svc.ci.openshift.org/coreos/cosa-buildroot:latest
WORKDIR /src
COPY . .
USER root
RUN env SKIP_INSTALLDEPS=1 ./ci/build-check.sh