From 60d10fa19cfbbd4364e206c57b2940bf8e81cd42 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 30 Oct 2024 00:27:04 +0330 Subject: [PATCH] feat: update to latest alpine base image --- nginx-cdn/Dockerfile | 2 +- nginx-core/Dockerfile | 2 +- nginx-json/Dockerfile | 2 +- nginx-pwa/Dockerfile | 2 +- nginx-ws/Dockerfile | 2 +- nginx/Dockerfile | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nginx-cdn/Dockerfile b/nginx-cdn/Dockerfile index 7049437..1af4c71 100644 --- a/nginx-cdn/Dockerfile +++ b/nginx-cdn/Dockerfile @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-cdn" \ 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." \ org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.5.0" \ org.opencontainers.image.version="2.5.0" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine3.18-slim" \ + org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx-core/Dockerfile b/nginx-core/Dockerfile index c1f06cf..f39cf64 100644 --- a/nginx-core/Dockerfile +++ b/nginx-core/Dockerfile @@ -50,7 +50,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-core" \ 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." \ org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:2.5.0" \ org.opencontainers.image.version="2.5.0-nginx1.25.4" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine3.18-slim" \ + org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx-json/Dockerfile b/nginx-json/Dockerfile index 5eb29c2..be3dd9a 100644 --- a/nginx-json/Dockerfile +++ b/nginx-json/Dockerfile @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-json" \ 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." \ org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.5.0" \ org.opencontainers.image.version="2.5.0" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine3.18-slim" \ + org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx-pwa/Dockerfile b/nginx-pwa/Dockerfile index 22f0861..822a884 100644 --- a/nginx-pwa/Dockerfile +++ b/nginx-pwa/Dockerfile @@ -32,7 +32,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-pwa" \ 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." \ org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.5.0" \ org.opencontainers.image.version="2.5.0" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine3.18-slim" \ + org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx-ws/Dockerfile b/nginx-ws/Dockerfile index 25036ba..79c6829 100644 --- a/nginx-ws/Dockerfile +++ b/nginx-ws/Dockerfile @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-ws" \ 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." \ org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.5.0" \ org.opencontainers.image.version="2.5.0" \ - org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine3.18-slim" \ + org.opencontainers.image.ref.name="2.5.0-nginx1.25.4-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 43fd98e..5ee7b48 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/nginx:1.25.4-alpine3.18-slim +FROM docker.io/library/nginx:1.25.4-alpine-slim RUN rm -rfv /docker-entrypoint* /etc/nginx/conf.d/* /etc/nginx/nginx.conf /var/www/html /usr/share/nginx/html /data COPY etc/nginx/ /etc/nginx/ @@ -20,9 +20,9 @@ ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/nginx" \ org.opencontainers.image.description="The slim (lightweight) version of the NGINX web server, packaged by Alwatr." \ - org.opencontainers.image.base.name="docker.io/library/nginx:1.25.4-alpine3.18-slim" \ + org.opencontainers.image.base.name="docker.io/library/nginx:1.25.4-alpine-slim" \ org.opencontainers.image.version="1.25.4" \ - org.opencontainers.image.ref.name="1.25.4-alpine3.18-slim" \ + org.opencontainers.image.ref.name="1.25.4-alpine-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \