Skip to content

Commit 5fab416

Browse files
author
Rui Yang
committed
remove alpine dockerfile
Signed-off-by: Rui Yang <[email protected]>
1 parent 1f76da4 commit 5fab416

File tree

3 files changed

+4
-51
lines changed

3 files changed

+4
-51
lines changed
File renamed without changes.

README.md

+4-12
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ environment is consistent across any `docker` enabled platform. When the docker
226226
image builds, the test are run inside the docker container, on failure they
227227
will stop the build.
228228

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

231231
```sh
232-
docker build -t s3-resource --target tests -f dockerfiles/alpine/Dockerfile .
233-
docker build -t s3-resource --target tests -f dockerfiles/ubuntu/Dockerfile .
232+
docker build -t s3-resource --target tests --build-arg base_image=paketobuildpacks/run-jammy-base:latest .
233+
.
234234
```
235235

236236
#### Integration tests
@@ -242,15 +242,7 @@ integration will run.
242242
Run the tests with the following command:
243243

244244
```sh
245-
docker build . -t s3-resource --target tests -f dockerfiles/alpine/Dockerfile \
246-
--build-arg S3_TESTING_ACCESS_KEY_ID="access-key" \
247-
--build-arg S3_TESTING_SECRET_ACCESS_KEY="some-secret" \
248-
--build-arg S3_TESTING_BUCKET="bucket-non-versioned" \
249-
--build-arg S3_VERSIONED_TESTING_BUCKET="bucket-versioned" \
250-
--build-arg S3_TESTING_REGION="us-east-1" \
251-
--build-arg S3_ENDPOINT="https://s3.amazonaws.com"
252-
253-
docker build . -t s3-resource --target tests -f dockerfiles/ubuntu/Dockerfile \
245+
docker build . -t s3-resource --target tests \
254246
--build-arg S3_TESTING_ACCESS_KEY_ID="access-key" \
255247
--build-arg S3_TESTING_SECRET_ACCESS_KEY="some-secret" \
256248
--build-arg S3_TESTING_BUCKET="bucket-non-versioned" \

dockerfiles/alpine/Dockerfile

-39
This file was deleted.

0 commit comments

Comments
 (0)