initializr/ci/images
Brian Clozel ef5b587f90 Fix release pipeline for Maven Central publication
This commit fixes the missing pieces in our Maven Central publication
pipeline. Our first attempt at releasing with it showed a few problems:

* The promote task did not have the artifacts downloaded with the
  artifactory repository.
* We applied the wrong Sonatype credentials to the task.
* The github changelog task would fail because of docker rate limiting
  since we were not using the right type of resource, which is
  configured with the proper caching mechanism.

See gh-1199
2021-03-16 14:51:13 +01:00
..
ci-image Upgrade CI images to ubuntu:focal-20210217 2021-03-12 12:27:51 +01:00
ci-image-jdk11 Upgrade CI images to ubuntu:focal-20210217 2021-03-12 12:27:51 +01:00
ci-image-jdk15 Upgrade CI images to ubuntu:focal-20210217 2021-03-12 12:27:51 +01:00
get-jdk-url.sh Upgrade Java 15 CI image to jdk-15.0.2+7 2021-02-16 17:50:58 +01:00
README.adoc Add multi-jdks build 2020-12-17 15:31:11 +01:00
setup.sh Fix release pipeline for Maven Central publication 2021-03-16 14:51:13 +01:00

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