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 dc847fe commit 5c8826eCopy full SHA for 5c8826e
README.md
@@ -322,7 +322,7 @@ 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 .
+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 .
327
```
328
0 commit comments