Skip to content

Commit

Permalink
release: v$new_version
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 10, 2024
1 parent a26872a commit d60fc12
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 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:3.3.2
FROM ghcr.io/alwatr/nginx-core:3.3.3

# COPY etc/nginx/ /etc/nginx/
# COPY default-data/ /default-data/
Expand Down Expand Up @@ -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:3.3.2" \
org.opencontainers.image.version="3.3.2" \
org.opencontainers.image.ref.name="3.3.2-nginx1.27.2-alpine-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
org.opencontainers.image.version="3.3.3" \
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-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:3.3.2
FROM ghcr.io/alwatr/nginx:3.3.3

RUN apk add --no-cache curl
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --start-interval=1s --retries=3 CMD curl -fso /dev/null http://localhost/server-info || exit 1
Expand Down Expand Up @@ -53,9 +53,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:3.3.2" \
org.opencontainers.image.version="3.3.2-nginx1.27.2" \
org.opencontainers.image.ref.name="3.3.2-nginx1.27.2-alpine-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:3.3.3" \
org.opencontainers.image.version="3.3.3-nginx1.27.2" \
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-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-json/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/alwatr/nginx-core:3.3.2
FROM ghcr.io/alwatr/nginx-core:3.3.3

COPY etc/nginx/ /etc/nginx/
RUN set -eux; rm -rfv /default-data
Expand Down Expand Up @@ -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:3.3.2" \
org.opencontainers.image.version="3.3.2" \
org.opencontainers.image.ref.name="3.3.2-nginx1.27.2-alpine-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
org.opencontainers.image.version="3.3.3" \
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-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:3.3.2
FROM ghcr.io/alwatr/nginx-core:3.3.3

COPY etc/nginx/ /etc/nginx/
# COPY default-data/ /default-data/
Expand Down Expand Up @@ -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:3.3.2" \
org.opencontainers.image.version="3.3.2" \
org.opencontainers.image.ref.name="3.3.2-nginx1.27.2-alpine-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
org.opencontainers.image.version="3.3.3" \
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-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:3.3.2
FROM ghcr.io/alwatr/nginx-core:3.3.3

COPY etc/nginx/ /etc/nginx/
# COPY default-data/ /default-data/
Expand Down Expand Up @@ -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:3.3.2" \
org.opencontainers.image.version="3.3.2" \
org.opencontainers.image.ref.name="3.3.2-nginx1.27.2-alpine-slim" \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
org.opencontainers.image.version="3.3.3" \
org.opencontainers.image.ref.name="3.3.3-nginx1.27.2-alpine-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 release-node.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
current_version=2.5.0
new_version=3.3.2
current_version=3.3.2
new_version=3.3.3
find . -name 'Dockerfile' -exec sed -i '' "s/$current_version/$new_version/g" {} +
git commit -am 'release: v$new_version'
git tag v$new_version -m v$new_version --force --sign
Expand Down

0 comments on commit d60fc12

Please sign in to comment.