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.
ENv BUILD_OS
1 parent f87a2ce commit f8cfab6Copy full SHA for f8cfab6
build/Dockerfile
@@ -17,6 +17,7 @@ COPY --from=ca-certs-provider --link /etc/ssl/certs/ca-certificates.crt /etc/ssl
17
USER 101:1001
18
ARG BUILD_AGENT
19
ENV BUILD_AGENT=${BUILD_AGENT}
20
+ENV BUILD_OS=alpine
21
ENTRYPOINT [ "/usr/bin/gateway" ]
22
23
FROM common AS container
build/ubi/Dockerfile
+ENV BUILD_OS=ubi
LABEL name="F5 NGINX Gateway Fabric NGINX Plus" \
maintainer="[email protected]" \
0 commit comments