Skip to content

Commit

Permalink
remove alpine dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed May 25, 2023
1 parent 23296ae commit 20218be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 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 @@ -329,11 +329,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 semver-resource --target tests -f dockerfiles/alpine/Dockerfile .
docker build -t semver-resource --target tests -f dockerfiles/ubuntu/Dockerfile .
docker build -t semver-resource --target tests --build-arg base_image=paketobuildpacks/run-jammy-base:latest .
```

### Integration tests
Expand Down
43 changes: 0 additions & 43 deletions dockerfiles/alpine/Dockerfile

This file was deleted.

0 comments on commit 20218be

Please sign in to comment.