spring-boot/ci/images
Stephane Nicoll 3852cf4c44 Upgrade Ubuntu version in CI images
Closes gh-32252
2022-09-08 10:53:11 +02:00
..
ci-image Upgrade Ubuntu version in CI images 2022-09-08 10:53:11 +02:00
ci-image-jdk11 Upgrade Ubuntu version in CI images 2022-09-08 10:53:11 +02:00
ci-image-jdk17 Upgrade Ubuntu version in CI images 2022-09-08 10:53:11 +02:00
ci-image-jdk18 Upgrade Ubuntu version in CI images 2022-09-08 10:53:11 +02:00
releasescripts Upgrade to Bouncycastle 1.71 2022-06-16 12:14:06 +01:00
build-release-scripts.sh Migrate release scripts to java 2019-11-01 16:14:28 -07:00
docker-lib.sh Align CI image generation mirrors with 2.6.x 2022-03-09 12:03:14 +00:00
get-docker-url.sh Upgrade CI to Docker 20.10.17 2022-06-09 07:58:28 +02:00
get-jdk-url.sh Upgrade Java 18 CI to 18.0.2.1+1 2022-09-01 17:33:38 +01:00
README.adoc Polish 2021-03-26 16:26:31 +01:00
setup.sh Upgrade to concourse-java-scripts 0.0.4 2021-10-05 09:08:36 +02: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>
----