spring-boot/ci/images
Moritz Halbritter 3f9a04331c Remove Java 20 from CI
Closes gh-37527
2023-09-22 09:03:35 +02:00
..
ci-image Upgrade CI images to ubuntu:jammy-20230816 2023-09-07 15:26:41 +01:00
ci-image-jdk11 Upgrade CI images to ubuntu:jammy-20230816 2023-09-07 15:26:41 +01:00
ci-image-jdk17 Upgrade CI images to ubuntu:jammy-20230816 2023-09-07 15:26:41 +01:00
ci-image-jdk21 Fix Dockerfile for JDK 21 CI image 2023-09-13 11:34:19 +01:00
releasescripts Use repo.maven.apache.org consistently 2023-02-08 14:04:16 +00:00
build-release-scripts.sh
docker-lib.sh
get-docker-url.sh Upgrade CI images to Docker 24.0.6 2023-09-07 15:34:15 +01:00
get-jdk-url.sh Remove Java 20 from CI 2023-09-22 09:03:35 +02: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>
----