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.9k stars 231 forks source link

Support build from url / git repo #282

Open pwFoo opened 4 years ago

pwFoo commented 4 years ago

Support build images from git repo. Tested

# img build --output type=tar,dest=./out.tar https://github.com/<USER>/<REPO>.git#master 
flag provided but not defined: -output
Usage: img build [OPTIONS] PATH

Build an image from a Dockerfile.

Looks like it's not supported yet?