Skip to content

Commit

Permalink
remove alpine dockerfile
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 May 25, 2023
1 parent c9d8698 commit 0a2b7d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 209 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,10 @@ 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 git-resource --target tests -f dockerfiles/alpine/Dockerfile .
docker build -t registry-image-resource --target tests -f dockerfiles/ubuntu/Dockerfile --build-arg base_image=ubuntu:latest .
docker build -t registry-image-resource --target tests --build-arg base_image=paketobuildpacks/run-jammy-base:latest .
```

Expand Down
206 changes: 0 additions & 206 deletions dockerfiles/alpine/Dockerfile

This file was deleted.

0 comments on commit 0a2b7d7

Please sign in to comment.