Skip to content

Commit

Permalink
Explain how to build new prow-tests images (knative#160)
Browse files Browse the repository at this point in the history
* Explain how to build new prow-tests images

* Explain the base image
  • Loading branch information
adrcunha authored and knative-prow-robot committed Oct 2, 2018
1 parent 07dfedc commit 2b19286
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/prow-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Prow Test Job Image

This directory contains the custom Docker image used by our Prow test jobs.

## Building and publishing a new image

To build and push a new image, just run `make push`.

For testing purposes you can build an image but not push it; to do so, run `make build`.

Note that you must have proper permission in the `knative-tests` project to push new images to the GCR.

The `prow-tests` image is pinned on a specific `kubekins` image; update `Dockerfile` if you need to use a newer/different image. This will basically define the versions of `bazel`, `go`, `kubectl` and other build tools.

0 comments on commit 2b19286

Please sign in to comment.