genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.89k stars 231 forks source link

Support img build --label [list] #168

Closed mrueg closed 5 years ago

mrueg commented 5 years ago

Add support for img build --label similar to docker build --label. This is useful if one wants to use img in a CI pipeline and add dynamic job-generated labels to the docker build without manipulating the Dockerfile.

jessfraz commented 5 years ago

prs welcome :) otherwise i will try and knock it out in a few days

AkihiroSuda commented 5 years ago

Seems resolved in #170 and #180