Skip to content

Commit 0a2b7d7

Browse files
author
Rui Yang
committed
remove alpine dockerfile
Signed-off-by: Rui Yang <ruiya@vmware.com>
1 parent c9d8698 commit 0a2b7d7

File tree

3 files changed

+2
-209
lines changed

3 files changed

+2
-209
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,10 @@ environment is consistent across any `docker` enabled platform. When the docker
365365
image builds, the test are run inside the docker container, on failure they
366366
will stop the build.
367367

368-
Run the tests with the following commands for both `alpine` and `ubuntu` images:
368+
Run the tests with the following command:
369369

370370
```sh
371-
docker build -t git-resource --target tests -f dockerfiles/alpine/Dockerfile .
372-
docker build -t registry-image-resource --target tests -f dockerfiles/ubuntu/Dockerfile --build-arg base_image=ubuntu:latest .
371+
docker build -t registry-image-resource --target tests --build-arg base_image=paketobuildpacks/run-jammy-base:latest .
373372
374373
```
375374

dockerfiles/alpine/Dockerfile

Lines changed: 0 additions & 206 deletions
This file was deleted.

0 commit comments

Comments
 (0)