Generating container images for any purpose.
Add a tag to for dockerfile:
git tag ssh/v0.1.0
git tag test/test1/v0.1.0And push it to the remote:
git push origin test/test1/v0.1.0Local Usage
Give an dockerfile to --build parameter:
./build.sh --prefix rytsh --build ./images/test/test1.Dockerfile --version v0.1.0 --latest --pushImage names:
rytsh/test/test1:0.1.0 -> version in dockerfile
rytsh/test/test1:latest -> --latest option is used
assets folder near the Dockerfile.
Set extra build args in the Dockerfile:
# ---
# BUILD_ARGS="--build-arg foo=bar"
# ---For more information, run ./build.sh --help.
--build <DOCKERFILE>
Specify the dockerfile to build.
--dry-run
Dont run commands just show it.
--image-name <IMAGE_NAME>
Specify the image-name directly.
Example: rytsh/curl:0.1.0
--latest
Tag the image additional 'latest'.
--prefix <PREFIX>
Specify the prefix of the docker image.
--push
Push the image to docker hub.
-h, --help
This help page