Phillip Webb 5565cce609 Add CI pipeline %!s(int64=3) %!d(string=hai) anos
..
ci-image 5565cce609 Add CI pipeline %!s(int64=3) %!d(string=hai) anos
README.adoc 5565cce609 Add CI pipeline %!s(int64=3) %!d(string=hai) anos
docker-lib.sh 5565cce609 Add CI pipeline %!s(int64=3) %!d(string=hai) anos
get-docker-url.sh 5565cce609 Add CI pipeline %!s(int64=3) %!d(string=hai) anos
get-jdk-url.sh 5565cce609 Add CI pipeline %!s(int64=3) %!d(string=hai) anos
setup.sh 5565cce609 Add CI pipeline %!s(int64=3) %!d(string=hai) anos

README.adoc

== CI Images

These images are used by CI to run the actual builds.

To build the image locally run the following from this directory:

----
$ docker build --no-cache -f /Dockerfile .
----

For example

----
$ docker build --no-cache -f ci-image/Dockerfile .
----

To test run:

----
$ docker run -it --entrypoint /bin/bash ✈
----