Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@


############################################# Base image for Debian with NGINX Plus only #############################################
FROM debian:12-slim@sha256:df52e55e3361a81ac1bead266f3373ee55d29aa50cf0975d440c2be3483d8ed3 AS debian-plus-only
FROM debian:13-slim@sha256:c2880112cc5c61e1200c26f106e4123627b49726375eb5846313da9cca117337 AS debian-plus-only
ARG NGINX_PLUS_VERSION

ENV NGINX_VERSION=${NGINX_PLUS_VERSION}
Expand Down Expand Up @@ -567,7 +567,7 @@
# 101 is nginx
USER 101

LABEL org.opencontainers.image.version="${IC_VERSION}" \

Check warning on line 570 in build/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Artifacts / Build Docker OSS (ubi, linux/arm64, linux/amd64) / OSS ubi linux/arm64, linux/amd64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$NGINX_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 570 in build/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Artifacts / Build Docker NAP (ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf) / NAP ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$NGINX_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 570 in build/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Artifacts / Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, dos) / NAP ubi-9-plus-nap, goreleaser, linux/amd64, dos

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$NGINX_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 570 in build/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Artifacts / Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / NAP ubi-9-plus-nap, goreleaser, linux/amd64, waf

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$NGINX_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 570 in build/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Artifacts / Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf,dos) / NAP ubi-9-plus-nap, goreleaser, linux/amd64, waf,dos

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$NGINX_VERSION' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
org.opencontainers.image.documentation=https://docs.nginx.com/nginx-ingress-controller \
org.opencontainers.image.vendor="NGINX Inc <kubernetes@nginx.com>" \
org.nginx.kic.image.build.target="${TARGETPLATFORM}" \
Expand Down
Loading