File tree Expand file tree Collapse file tree 3 files changed +2
-209
lines changed
Expand file tree Collapse file tree 3 files changed +2
-209
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -365,11 +365,10 @@ environment is consistent across any `docker` enabled platform. When the docker
365365image builds, the test are run inside the docker container, on failure they
366366will 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments