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 1f76da4 commit 5fab416
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 51 deletions.
File renamed without changes.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,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 s3-resource --target tests -f dockerfiles/alpine/Dockerfile .
docker build -t s3-resource --target tests -f dockerfiles/ubuntu/Dockerfile .
docker build -t s3-resource --target tests --build-arg base_image=paketobuildpacks/run-jammy-base:latest .
.
```

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

```sh
docker build . -t s3-resource --target tests -f dockerfiles/alpine/Dockerfile \
--build-arg S3_TESTING_ACCESS_KEY_ID="access-key" \
--build-arg S3_TESTING_SECRET_ACCESS_KEY="some-secret" \
--build-arg S3_TESTING_BUCKET="bucket-non-versioned" \
--build-arg S3_VERSIONED_TESTING_BUCKET="bucket-versioned" \
--build-arg S3_TESTING_REGION="us-east-1" \
--build-arg S3_ENDPOINT="https://s3.amazonaws.com"
docker build . -t s3-resource --target tests -f dockerfiles/ubuntu/Dockerfile \
docker build . -t s3-resource --target tests \
--build-arg S3_TESTING_ACCESS_KEY_ID="access-key" \
--build-arg S3_TESTING_SECRET_ACCESS_KEY="some-secret" \
--build-arg S3_TESTING_BUCKET="bucket-non-versioned" \
Expand Down
39 changes: 0 additions & 39 deletions dockerfiles/alpine/Dockerfile

This file was deleted.

0 comments on commit 5fab416

Please sign in to comment.