spring-boot/ci/images
Scott Frederick bc5777d0cc Upgrade CI images to ubuntu:jammy-20240405
Closes gh-40410
2024-04-17 16:40:09 -05:00
..
ci-image Upgrade CI images to ubuntu:jammy-20240405 2024-04-17 16:40:09 -05:00
ci-image-jdk21 Upgrade CI images to ubuntu:jammy-20240405 2024-04-17 16:40:09 -05:00
docker-lib.sh
get-docker-compose-url.sh Add docker compose to CI images 2023-03-23 17:25:37 +00:00
get-docker-url.sh Upgrade to Docker 26.0.1 2024-04-17 16:25:45 +02:00
get-jdk-url.sh Upgrade to Java 17.0.10+13 2024-01-19 17:29:12 -06:00
README.adoc
setup.sh

== 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>
----