jenkinsci / jenkinsci/docker-workflow-plugin
[JENKINS-57109] Allow for tag list within docker build arguments
Open
component:docker-workflow-plugin
enhancement
imported-jira-issue
priority:minor
resolution:unresolved
- Dominant language
- Java
- Stars
- 527
- Forks
- 422
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
As per the docker docs (here --tag), the docker build command's tag option can be specified multiple times to tag an image multiple times.
docker build --tag org/image:t1 --tag org/image:t2 .
---
Originally reported by philmadden, imported from: Allow for tag list within docker build arguments
Raw content of original issue
As per the docker docs (here --tag), the docker build command's tag option can be specified multiple times to tag an image multiple times.
docker build --tag org/image:t1 --tag org/image:t2 .
Contributor guide
Assessment
This issue has not been assessed yet.