Skip to content

Commit

Permalink
ci: Add prow Dockerfile
Browse files Browse the repository at this point in the history
This is an exact copy of ostreedev/ostree#1906
for now.  From that commit message:

I'd like to add OpenShift's prow to this repository. Let's start
by adding a Dockerfile - it doesn't really do anything besides build.

However...I've lately been thinking about e.g. shipping the ostree tests
as an image, and then e.g. we could test FCOS by running that container
(which would orchestrate the host's ostree).

Anyways, not doing that right now but this is a start.
  • Loading branch information
cgwalters committed Aug 28, 2019
1 parent 0d841b2 commit 2232edb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/prow/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM registry.fedoraproject.org/fedora:30
WORKDIR /src
COPY . .
RUN ./ci/build.sh

0 comments on commit 2232edb

Please sign in to comment.