spring-boot/ci/images
Stephane Nicoll 4d52fe6db4 Upgrade Ubuntu version in CI images
Closes gh-25918
2021-04-08 08:20:52 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2021-04-08 08:20:52 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2021-04-08 08:20:52 +02:00
ci-image-jdk16 Upgrade Ubuntu version in CI images 2021-04-08 08:20:52 +02:00
releasescripts Update copyright year of changed files 2021-03-23 12:50:49 -07:00
build-release-scripts.sh Migrate release scripts to java 2019-11-01 16:14:28 -07:00
docker-lib.sh Remove stop_docker from CI script 2019-09-04 14:51:33 -07:00
get-docker-url.sh Upgrade CI to Docker 19.03.14 2020-12-11 08:35:19 +01:00
get-jdk-url.sh Drop Java 15 build 2021-03-24 17:33:43 +01:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
setup.sh Polish "Add Java 16 CI pipeline" 2021-03-05 17:42:06 +00:00

== 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 <image-folder>/Dockerfile .
----

For example

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

To test run:

----
$ docker run -it --entrypoint /bin/bash <SHA>
----