Skip to content

Commit

Permalink
remove alpine dockerfile;base image is paketo jammy run base
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Yang <ruiya@vmware.com>
  • Loading branch information
Rui Yang committed Jun 2, 2023
1 parent 70eee1d commit 0f43eaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -61,11 +61,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 commands for both `alpine` and `ubuntu` images:
Run the tests with the following command:

```sh
docker build -t tracker-resource -f dockerfiles/alpine/Dockerfile .
docker build -t tracker-resource -f dockerfiles/ubuntu/Dockerfile .
docker build -t tracker-resource --build-arg base_image=paketobuildpacks/run-jammy-base:latest .

```

### Contributing
Expand Down
28 changes: 0 additions & 28 deletions dockerfiles/alpine/Dockerfile

This file was deleted.

0 comments on commit 0f43eaa

Please sign in to comment.