spring-boot/ci/images
Andy Wilkinson 92c0162357 Merge branch '3.0.x'
Closes gh-34959
2023-04-17 17:36:01 +01:00
..
ci-image Merge branch '3.0.x' 2023-03-24 15:37:23 +00:00
ci-image-jdk20 Merge branch '3.0.x' 2023-03-24 15:37:23 +00:00
releasescripts Merge branch '2.7.x' into 3.0.x 2023-02-08 14:17:06 +00:00
README.adoc Polish 2021-03-26 16:26:31 +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-compose-url.sh Add docker compose to CI images 2023-03-23 17:25:37 +00:00
get-docker-url.sh Upgrade CI images to Docker 23.0.3 2023-04-17 17:35:15 +01:00
get-jdk-url.sh Merge branch '2.7.x' into 3.0.x 2023-03-24 16:03:02 +00:00
setup.sh Add docker compose to CI images 2023-03-23 17:25:37 +00:00

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