0.1.17 • Published 3 years ago

dockerfile-build-tools v0.1.17

Weekly downloads
195
License
MIT
Repository
github
Last release
3 years ago

dockerfile-build-tools

Easy way to build, version and push your local dockerfile to docker hub

Installation

  • run yarn add dockerfile-build-tools
  • Either:
    • Set up your package json with the docker-image-name of your docker target image
        {
          "docker-image-name": "aariacarterweir/docker-node-yarn"
        }
    • create a .dockerfile-build.env and set the following values
        IMAGE_NAME=yourdocker/imagename
        # optional setting of latest tag, defaults to "latest"
        LATEST_TAG=latest
  • run yarn dockerfile-build-tools to build your Dockerfile and tag it as latest
  • run yarn dockerfile-build-tools -v 0.2.1 to manually set a specific version
  • run yarn dockerfile-build-tools -p to push your versioned docker image to docker-hub (it will ask you for a new version)
  • run yarn dockerfile-build-tools -v 0.2.2 -p to combine a manual version override and also push your image to docker-hub
  • run yarn dockerfile-build-tools --working-dir="/Users/me/my-project" to set a different working directory than cwd.
0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.7

3 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago