Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nqdao committed Sep 16, 2020
1 parent b2c5ff6 commit 6cccc9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git clone git@github.com:IBM-Cloud/ibmcloud-image-builder.git
cd ibmcloud-image-builder
docker pull syibm/ibmcloud-image-builder
docker tag syibm/ibmcloud-image-builder ibmcloud-image-builder
make build-images
make build-all
```


Expand Down Expand Up @@ -133,15 +133,15 @@ $ git clone git@github.com:IBM-Cloud/ibmcloud-image-builder.git
$ cd ibmcloud-image-builder
$ docker pull syibm/ibmcloud-image-builder
$ docker tag syibm/ibmcloud-image-builder ibmcloud-image-builder
$ make build-images
$ make build-all
```

Or we can build the docker image(`make build`) locally as below:
Or we can build the docker image(`make prep-builder`) locally as below:
```
$ git clone git@github.com:IBM-Cloud/ibmcloud-image-builder.git
$ cd ibmcloud-image-builder
$ make build
$ make build-images
$ make prep-builder
$ make build-all
```

Note: If a new packer template needs to be created, then please repeat yourself.
Expand Down

0 comments on commit 6cccc9f

Please sign in to comment.