We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8826e commit b172693Copy full SHA for b172693
README.md
@@ -322,8 +322,8 @@ will stop the build.
322
Run the tests with the following commands for both `alpine` and `ubuntu` images:
323
324
```sh
325
-docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile --build-arg base_image=ubuntu:latest .
326
-docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile .
+docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile .
+docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile --build-arg base_image=ubuntu:latest .
327
```
328
329
To use the newly built image, push it to a docker registry that's accessible to
0 commit comments