We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hey,
just noticed that there's no way of adding labels to images that are build built with buildImageCmd (or am i missing something?) .
buildImageCmd
From https://docs.docker.com/engine/reference/api/docker_remote_api_v1.24/#/build-image-from-a-dockerfile we can pass labels so that at the end the labels are added to it.
labels
Maybe that could be a .withLabels or something like that. Wdyt?
.withLabels
Thx!
Hey,
just noticed that there's no way of adding labels to images that are build built with
buildImageCmd(or am i missing something?) .From https://docs.docker.com/engine/reference/api/docker_remote_api_v1.24/#/build-image-from-a-dockerfile we can pass
labelsso that at the end the labels are added to it.Maybe that could be a
.withLabelsor something like that. Wdyt?Thx!