You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building docker-images with the container-image-docker extension I would like to set metadata via labels for the built image. These labels should be set when performing docker build via the --label option. To specify the labels to be set, there should be a config-option, e.g. quarkus.docker.labelswith type Map<String, String>
Implementation ideas
The arguments for the docker build to set the labels could be set within this method:
Description
When building docker-images with the
container-image-docker
extension I would like to set metadata via labels for the built image. These labels should be set when performingdocker build
via the--label
option. To specify the labels to be set, there should be a config-option, e.g.quarkus.docker.labels
with typeMap<String, String>
Implementation ideas
The arguments for the
docker build
to set the labels could be set within this method:quarkus/extensions/container-image/container-image-docker/deployment/src/main/java/io/quarkus/container/image/docker/deployment/DockerProcessor.java
Line 181 in 888a7bb
The text was updated successfully, but these errors were encountered: