1.0.16 • Published 7 years ago

build-image v1.0.16

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

This NPM build-image package is used to build docker image.

There are some parameters to be passed. Below are the list of parameters with short description accepted by build-image:

  • image_name:- Name of image
  • image_tag:- Name of tag
  • repo:- Repository name for which you want to clone and build image
  • branch:- Branch name of repository for which you want to build
  • user:- User name of bitbucket by which cloning can be done. (User should have access to respective repo)
  • dockerfile:- Name of dockerfile (optional)

Below will be the command to build image:

  • build-image --image_name test --image_tag new --repo lf_activity_log --branch master --user xyz

OR

  • bi --image_name test --image_tag new --repo lf_activity_log --branch master --user xyz
1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago