Skip to content

Commit 1d11646

Browse files
committed
fix: rollback NGINX base image version to 1.25.5 and adjust related labels
1 parent 718bb07 commit 1d11646

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

nginx-cdn/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-cdn" \
3131
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static content efficiently." \
3232
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
3333
org.opencontainers.image.version="3.3.3" \
34-
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-slim" \
34+
org.opencontainers.image.ref.name="3.3.3-nginx1.25.5-alpine-slim" \
3535
org.opencontainers.image.licenses="MIT" \
3636
org.opencontainers.image.created=${BUILD_DATE} \
3737
org.opencontainers.image.revision=${BUILD_REV} \

nginx-core/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ ARG BUILD_DATE
5454
LABEL org.opencontainers.image.title="alwatr/nginx-core" \
5555
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static content efficiently." \
5656
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:3.3.3" \
57-
org.opencontainers.image.version="3.3.3-nginx1.27.2" \
58-
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-slim" \
57+
org.opencontainers.image.version="3.3.3-nginx1.25.5" \
58+
org.opencontainers.image.ref.name="3.3.3-nginx1.25.5-alpine-slim" \
5959
org.opencontainers.image.licenses="MIT" \
6060
org.opencontainers.image.created=${BUILD_DATE} \
6161
org.opencontainers.image.revision=${BUILD_REV} \

nginx-json/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-json" \
3131
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving JSON content efficiently." \
3232
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
3333
org.opencontainers.image.version="3.3.3" \
34-
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-slim" \
34+
org.opencontainers.image.ref.name="3.3.3-nginx1.25.5-alpine-slim" \
3535
org.opencontainers.image.licenses="MIT" \
3636
org.opencontainers.image.created=${BUILD_DATE} \
3737
org.opencontainers.image.revision=${BUILD_REV} \

nginx-pwa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-pwa" \
3232
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving PWA efficiently." \
3333
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
3434
org.opencontainers.image.version="3.3.3" \
35-
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-slim" \
35+
org.opencontainers.image.ref.name="3.3.3-nginx1.25.5-alpine-slim" \
3636
org.opencontainers.image.licenses="MIT" \
3737
org.opencontainers.image.created=${BUILD_DATE} \
3838
org.opencontainers.image.revision=${BUILD_REV} \

nginx-ws/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-ws" \
3131
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static website content efficiently." \
3232
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
3333
org.opencontainers.image.version="3.3.3" \
34-
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-slim" \
34+
org.opencontainers.image.ref.name="3.3.3-nginx1.25.5-alpine-slim" \
3535
org.opencontainers.image.licenses="MIT" \
3636
org.opencontainers.image.created=${BUILD_DATE} \
3737
org.opencontainers.image.revision=${BUILD_REV} \

nginx/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/nginx:1.27.2-alpine-slim
1+
FROM docker.io/library/nginx:1.25.5-alpine-slim
22

33
RUN rm -rfv /docker-entrypoint* /etc/nginx/conf.d/* /etc/nginx/nginx.conf /var/www/html /usr/share/nginx/html /data
44
COPY etc/nginx/ /etc/nginx/
@@ -20,9 +20,9 @@ ARG BUILD_REV
2020
ARG BUILD_DATE
2121
LABEL org.opencontainers.image.title="alwatr/nginx" \
2222
org.opencontainers.image.description="The slim (lightweight) version of the NGINX web server, packaged by Alwatr." \
23-
org.opencontainers.image.base.name="docker.io/library/nginx:1.27.2-alpine-slim" \
24-
org.opencontainers.image.version="1.27.2" \
25-
org.opencontainers.image.ref.name="1.27.2-alpine-slim" \
23+
org.opencontainers.image.base.name="docker.io/library/nginx:1.25.5-alpine-slim" \
24+
org.opencontainers.image.version="1.25.5" \
25+
org.opencontainers.image.ref.name="1.25.5-alpine-slim" \
2626
org.opencontainers.image.licenses="MIT" \
2727
org.opencontainers.image.created=${BUILD_DATE} \
2828
org.opencontainers.image.revision=${BUILD_REV} \

0 commit comments

Comments
 (0)