Skip to content

Files

Latest commit

ed596a3 · Apr 8, 2020

History

History
This branch is 1 commit ahead of, 27184 commits behind spring-projects/spring-boot:main.

images

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 23, 2020
Apr 8, 2020
Apr 8, 2020
Apr 8, 2020
Nov 13, 2018
Nov 1, 2019
Sep 4, 2019
Apr 2, 2020
Mar 21, 2020
Apr 3, 2020

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 spring-boot-ci-image/Dockerfile .

To test run:

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