spring-boot/ci/images
Andy Wilkinson 9661774e63 Merge branch '2.7.x' 2023-01-11 12:52:09 +00:00
..
ci-image Update CI base images to ubuntu:focal-20221019 2022-10-27 16:43:26 +02:00
ci-image-jdk19 Update CI base images to ubuntu:focal-20221019 2022-10-27 16:43:26 +02:00
releasescripts Fix releasescripts tests 2023-01-11 12:51:55 +00:00
README.adoc
build-release-scripts.sh
docker-lib.sh
get-docker-url.sh Upgrade CI to Docker 20.10.22 2022-12-21 22:29:59 -08:00
get-jdk-url.sh Upgrade Java 19 CI image to 19.0.1+11 2022-11-01 16:58:13 +00:00
setup.sh

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

For example

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

To test run:

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