You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/ci/images
Andy Wilkinson 76cd102aa6 Upgrade CI images to ubuntu:jammy-20230624
Closes gh-36246
1 year ago
..
ci-image Upgrade CI images to ubuntu:jammy-20230624 1 year ago
ci-image-jdk11 Upgrade CI images to ubuntu:jammy-20230624 1 year ago
ci-image-jdk17 Upgrade CI images to ubuntu:jammy-20230624 1 year ago
ci-image-jdk20 Upgrade CI images to ubuntu:jammy-20230624 1 year ago
releasescripts Use repo.maven.apache.org consistently 2 years ago
README.adoc
build-release-scripts.sh
docker-lib.sh
get-docker-url.sh Upgrade CI to Docker 24.0.2 1 year ago
get-jdk-url.sh Upgrade Java 20 version in CI image 2 years ago
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>
----