Skip to content

Commit

Permalink
feat: update to latest alpine base image (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored Oct 29, 2024
2 parents d8302da + 60d10fa commit 057408c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nginx-cdn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 1 addition & 1 deletion nginx-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 1 addition & 1 deletion nginx-json/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 1 addition & 1 deletion nginx-pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 1 addition & 1 deletion nginx-ws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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} \
Expand Down

0 comments on commit 057408c

Please sign in to comment.