Skip to content

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 10, 2023
1 parent 1289f25 commit 20232e1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions nginx-cdn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/alwatr/nginx-core:1.1.0
FROM ghcr.io/alwatr/nginx-core:1.1.1

# Default environment for nginx template
ENV NGINX_CLIENT_MAX_BODY_SIZE=1k \
Expand All @@ -21,9 +21,9 @@ ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/nginx-cdn" \
org.opencontainers.image.description="High-performance, accelerated NGINX, optimized for CDN. Enhanced and accelerated by Alwatr." \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:1.1.0" \
org.opencontainers.image.version="1.1.0" \
org.opencontainers.image.ref.name="1.1.0-n1.25.3-a3.18-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:1.1.1" \
org.opencontainers.image.version="1.1.1" \
org.opencontainers.image.ref.name="1.1.1-n1.25.3-a3.18-slim" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down
8 changes: 4 additions & 4 deletions nginx-core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/alwatr/nginx:1.1.0
FROM ghcr.io/alwatr/nginx:1.1.1

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
Expand Down Expand Up @@ -40,9 +40,9 @@ ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/nginx-core" \
org.opencontainers.image.description="High-performance, accelerated NGINX, optimized for serving static content. Enhanced and accelerated by Alwatr." \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:1.1.0" \
org.opencontainers.image.version="1.1.0-n1.25.3" \
org.opencontainers.image.ref.name="1.1.0-n1.25.3-a3.18-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:1.1.1" \
org.opencontainers.image.version="1.1.1-n1.25.3" \
org.opencontainers.image.ref.name="1.1.1-n1.25.3-a3.18-slim" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down
8 changes: 4 additions & 4 deletions nginx-pwa/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/alwatr/nginx-core:1.1.0
FROM ghcr.io/alwatr/nginx-core:1.1.1

COPY etc/nginx/ /etc/nginx/
RUN ls -RlAhF /etc/nginx/
Expand All @@ -24,9 +24,9 @@ ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/nginx-pwa" \
org.opencontainers.image.description="High-performance, accelerated NGINX, optimized for serving progressive web applications. Enhanced and accelerated by Alwatr." \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:1.1.0" \
org.opencontainers.image.version="1.1.0" \
org.opencontainers.image.ref.name="1.1.0-n1.25.3-a3.18-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:1.1.1" \
org.opencontainers.image.version="1.1.1" \
org.opencontainers.image.ref.name="1.1.1-n1.25.3-a3.18-slim" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down
8 changes: 4 additions & 4 deletions nginx-ws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/alwatr/nginx-core:1.1.0
FROM ghcr.io/alwatr/nginx-core:1.1.1

COPY etc/nginx/ /etc/nginx/
RUN ls -RlAhF /etc/nginx/
Expand All @@ -24,9 +24,9 @@ ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/nginx-ws" \
org.opencontainers.image.description="High-performance, accelerated NGINX, optimized for serving static website. Enhanced and accelerated by Alwatr." \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:1.1.0" \
org.opencontainers.image.version="1.1.0" \
org.opencontainers.image.ref.name="1.1.0-n1.25.3-a3.18-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:1.1.1" \
org.opencontainers.image.version="1.1.1" \
org.opencontainers.image.ref.name="1.1.1-n1.25.3-a3.18-slim" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down
4 changes: 2 additions & 2 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/nginx" \
org.opencontainers.image.description="NGINX web server slim (light), packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/library/nginx:1.25.3-alpine3.18-slim" \
org.opencontainers.image.version="1.1.0-n1.25.3" \
org.opencontainers.image.ref.name="1.1.0-n1.25.3-a3.18-slim" \
org.opencontainers.image.version="1.1.1-n1.25.3" \
org.opencontainers.image.ref.name="1.1.1-n1.25.3-a3.18-slim" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down

0 comments on commit 20232e1

Please sign in to comment.