From c6b1dd8691ab7b741972000aee9c24b65388eabd Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Mon, 22 Jan 2024 16:38:16 +0330 Subject: [PATCH] release: v2.4.0 --- nginx-cdn/Dockerfile | 8 ++++---- nginx-core/Dockerfile | 8 ++++---- nginx-json/Dockerfile | 8 ++++---- nginx-pwa/Dockerfile | 8 ++++---- nginx-ws/Dockerfile | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/nginx-cdn/Dockerfile b/nginx-cdn/Dockerfile index 4feec73..245a750 100644 --- a/nginx-cdn/Dockerfile +++ b/nginx-cdn/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-core:2.3.2 +FROM ghcr.io/alwatr/nginx-core:2.4.0 # COPY etc/nginx/ /etc/nginx/ # COPY default-data/ /default-data/ @@ -29,9 +29,9 @@ ARG BUILD_REV ARG BUILD_DATE 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.3.2" \ - org.opencontainers.image.version="2.3.2" \ - org.opencontainers.image.ref.name="2.3.2-nginx1.25.3-alpine3.18-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.4.0" \ + org.opencontainers.image.version="2.4.0" \ + org.opencontainers.image.ref.name="2.4.0-nginx1.25.3-alpine3.18-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 892b3c2..b11de25 100644 --- a/nginx-core/Dockerfile +++ b/nginx-core/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx:2.3.2 +FROM ghcr.io/alwatr/nginx:2.4.0 RUN apk add --no-cache curl HEALTHCHECK --interval=30s --timeout=3s --start-period=1s --retries=3 CMD curl -fso /dev/null http://localhost/server-info || exit 1 @@ -47,9 +47,9 @@ ARG BUILD_REV ARG BUILD_DATE 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.3.2" \ - org.opencontainers.image.version="2.3.2-nginx1.25.3" \ - org.opencontainers.image.ref.name="2.3.2-nginx1.25.3-alpine3.18-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:2.4.0" \ + org.opencontainers.image.version="2.4.0-nginx1.25.3" \ + org.opencontainers.image.ref.name="2.4.0-nginx1.25.3-alpine3.18-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 af87783..6ea3889 100644 --- a/nginx-json/Dockerfile +++ b/nginx-json/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-core:2.3.2 +FROM ghcr.io/alwatr/nginx-core:2.4.0 COPY etc/nginx/ /etc/nginx/ RUN set -eux; rm -rfv /default-data @@ -29,9 +29,9 @@ ARG BUILD_REV ARG BUILD_DATE 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.3.2" \ - org.opencontainers.image.version="2.3.2" \ - org.opencontainers.image.ref.name="2.3.2-nginx1.25.3-alpine3.18-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.4.0" \ + org.opencontainers.image.version="2.4.0" \ + org.opencontainers.image.ref.name="2.4.0-nginx1.25.3-alpine3.18-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 665d1cb..fa66007 100644 --- a/nginx-pwa/Dockerfile +++ b/nginx-pwa/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-core:2.3.2 +FROM ghcr.io/alwatr/nginx-core:2.4.0 COPY etc/nginx/ /etc/nginx/ # COPY default-data/ /default-data/ @@ -30,9 +30,9 @@ ARG BUILD_REV ARG BUILD_DATE 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.3.2" \ - org.opencontainers.image.version="2.3.2" \ - org.opencontainers.image.ref.name="2.3.2-nginx1.25.3-alpine3.18-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.4.0" \ + org.opencontainers.image.version="2.4.0" \ + org.opencontainers.image.ref.name="2.4.0-nginx1.25.3-alpine3.18-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 39f9209..0af7a3c 100644 --- a/nginx-ws/Dockerfile +++ b/nginx-ws/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-core:2.3.2 +FROM ghcr.io/alwatr/nginx-core:2.4.0 COPY etc/nginx/ /etc/nginx/ # COPY default-data/ /default-data/ @@ -29,9 +29,9 @@ ARG BUILD_REV ARG BUILD_DATE 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.3.2" \ - org.opencontainers.image.version="2.3.2" \ - org.opencontainers.image.ref.name="2.3.2-nginx1.25.3-alpine3.18-slim" \ + org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:2.4.0" \ + org.opencontainers.image.version="2.4.0" \ + org.opencontainers.image.ref.name="2.4.0-nginx1.25.3-alpine3.18-slim" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \