Skip to content

Commit

Permalink
update README to reference new dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Ju <[email protected]>
Co-authored-by: Bohan Chen <[email protected]>
  • Loading branch information
pivotal-bin-ju and chenbh committed Mar 19, 2019
1 parent c0fe293 commit 34efb29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ environment is consistent across any `docker` enabled platform. When the docker
image builds, the test are run inside the docker container, on failure they
will stop the build.

Run the tests with the following command:
Run the tests with the following commands for both `alpine` and `ubuntu` images:

```sh
docker build -t bosh-io-stemcell-resource .
docker build -t bosh-io-stemcell-resource -f dockerfiles/alpine/Dockerfile .
docker build -t bosh-io-stemcell-resource -f dockerfiles/ubuntu/Dockerfile .
```

### Contributing
Expand Down

0 comments on commit 34efb29

Please sign in to comment.