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 1bb9033 commit 542515dCopy full SHA for 542515d
content/nap-waf/v5/admin-guide/compiler.md
@@ -98,7 +98,7 @@ curl -s https://private-registry.nginx.com/v2/nap/waf-compiler/tags/list --key <
98
Run the command below to build your image, where `waf-compiler-<version-tag>:custom` is an example of the image tag:
99
100
```shell
101
- sudo docker build --no-cache \
+ sudo docker build --no-cache --platform linux/amd64 \
102
--secret id=nginx-crt,src=nginx-repo.crt \
103
--secret id=nginx-key,src=nginx-repo.key \
104
-t waf-compiler-<version-tag>:custom .
0 commit comments