Skip to content

Commit f8cfab6

Browse files
committed
Add ENv BUILD_OS to Dockerfiles
1 parent f87a2ce commit f8cfab6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY --from=ca-certs-provider --link /etc/ssl/certs/ca-certificates.crt /etc/ssl
1717
USER 101:1001
1818
ARG BUILD_AGENT
1919
ENV BUILD_AGENT=${BUILD_AGENT}
20+
ENV BUILD_OS=alpine
2021
ENTRYPOINT [ "/usr/bin/gateway" ]
2122

2223
FROM common AS container

build/ubi/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY --from=ca-certs-provider --link /etc/ssl/certs/ca-certificates.crt /etc/ssl
1717
USER 101:1001
1818
ARG BUILD_AGENT
1919
ENV BUILD_AGENT=${BUILD_AGENT}
20+
ENV BUILD_OS=ubi
2021

2122
LABEL name="F5 NGINX Gateway Fabric NGINX Plus" \
2223
maintainer="[email protected]" \

0 commit comments

Comments
 (0)