Try an alternative way to handle base images

This commit is contained in:
Daniel Berteaud 2023-08-26 13:50:46 +02:00
parent 9771ed3768
commit 51c40fd3ee

View File

@ -56,9 +56,16 @@ prometheus:
# Controls if prometheus metrics should be enabled on all tasks supporting it
enabled: False
# Common images
images:
# wait for services to be online, allow configuring service dependencies
wait_for: danielberteaud/wait-for:latest
alma: danielberteaud/alma:8
alpine: danielberteaud/alpine:latest
docker:
# Your repo where locally built images will be pushed
repo: danielberteaud/
# Common base images
base_images:
# wait for services to be online, allow configuring service dependencies
wait_for: wait-for:latest
alma8: alma:8
alpine: alpine:latest
java8: java:8-alpine
java11: java:11-alpine
java17: java:17-alpine