You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/user-guide/modules/ROOT/pages/scripts/docker/docker-build.adoc
+13
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The following parameters are supported:
9
9
10
10
`d` :: the path to the https://docs.docker.com/reference/cli/docker/image/build/#file[Dockerfile] (`$PWD/Dockerfile` if not given) to be used
11
11
`n` :: do not use the cache when building the image
12
+
`p` :: the https://docs.docker.com/reference/cli/docker/buildx/build/#platform[target platform] for the build (if not given the platform of the BuildKit daemon where the build runs is used)
12
13
`t` :: one of the two image's https://docs.docker.com/engine/reference/commandline/image_build/#tag[tags] (`local` if not given);
0 commit comments