Skip to content

rytsh/dock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Builder

Generating container images for any purpose.

Usage

Add a tag to for dockerfile:

git tag ssh/v0.1.0
git tag test/test1/v0.1.0

And push it to the remote:

git push origin test/test1/v0.1.0
Local Usage

Give an dockerfile to --build parameter:

./build.sh --prefix rytsh --build ./images/test/test1.Dockerfile --version v0.1.0 --latest --push

Image 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

About

store dockerfiles

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors