-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/alwatr/nginx-core:3.4.0 | ||
FROM ghcr.io/alwatr/nginx-core:3.4.1 | ||
|
||
# COPY etc/nginx/ /etc/nginx/ | ||
# COPY default-data/ /default-data/ | ||
|
@@ -29,14 +29,14 @@ 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.4.0" \ | ||
org.opencontainers.image.version="3.4.0" \ | ||
org.opencontainers.image.ref.name="3.4.0-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.4.1" \ | ||
org.opencontainers.image.version="3.4.1" \ | ||
org.opencontainers.image.ref.name="3.4.1-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.licenses="MIT" \ | ||
org.opencontainers.image.created=${BUILD_DATE} \ | ||
org.opencontainers.image.revision=${BUILD_REV} \ | ||
org.opencontainers.image.vendor="Alwatr" \ | ||
org.opencontainers.image.source="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.url="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.documentation="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/alwatr/nginx:3.4.0 | ||
FROM ghcr.io/alwatr/nginx:3.4.1 | ||
|
||
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 | ||
|
@@ -53,14 +53,14 @@ 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.4.0" \ | ||
org.opencontainers.image.version="3.4.0-nginx1.27.2" \ | ||
org.opencontainers.image.ref.name="3.4.0-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:3.4.1" \ | ||
org.opencontainers.image.version="3.4.1-nginx1.27.2" \ | ||
org.opencontainers.image.ref.name="3.4.1-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.licenses="MIT" \ | ||
org.opencontainers.image.created=${BUILD_DATE} \ | ||
org.opencontainers.image.revision=${BUILD_REV} \ | ||
org.opencontainers.image.vendor="Alwatr" \ | ||
org.opencontainers.image.source="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.url="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.documentation="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/alwatr/nginx-core:3.4.0 | ||
FROM ghcr.io/alwatr/nginx-core:3.4.1 | ||
|
||
COPY etc/nginx/ /etc/nginx/ | ||
RUN set -eux; rm -rfv /default-data | ||
|
@@ -29,14 +29,14 @@ 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.4.0" \ | ||
org.opencontainers.image.version="3.4.0" \ | ||
org.opencontainers.image.ref.name="3.4.0-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.4.1" \ | ||
org.opencontainers.image.version="3.4.1" \ | ||
org.opencontainers.image.ref.name="3.4.1-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.licenses="MIT" \ | ||
org.opencontainers.image.created=${BUILD_DATE} \ | ||
org.opencontainers.image.revision=${BUILD_REV} \ | ||
org.opencontainers.image.vendor="Alwatr" \ | ||
org.opencontainers.image.source="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.url="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.documentation="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/alwatr/nginx-core:3.4.0 | ||
FROM ghcr.io/alwatr/nginx-core:3.4.1 | ||
|
||
COPY etc/nginx/ /etc/nginx/ | ||
# COPY default-data/ /default-data/ | ||
|
@@ -30,14 +30,14 @@ 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.4.0" \ | ||
org.opencontainers.image.version="3.4.0" \ | ||
org.opencontainers.image.ref.name="3.4.0-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.4.1" \ | ||
org.opencontainers.image.version="3.4.1" \ | ||
org.opencontainers.image.ref.name="3.4.1-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.licenses="MIT" \ | ||
org.opencontainers.image.created=${BUILD_DATE} \ | ||
org.opencontainers.image.revision=${BUILD_REV} \ | ||
org.opencontainers.image.vendor="Alwatr" \ | ||
org.opencontainers.image.source="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.url="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.documentation="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/alwatr/nginx-core:3.4.0 | ||
FROM ghcr.io/alwatr/nginx-core:3.4.1 | ||
|
||
COPY etc/nginx/ /etc/nginx/ | ||
# COPY default-data/ /default-data/ | ||
|
@@ -29,14 +29,14 @@ 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.4.0" \ | ||
org.opencontainers.image.version="3.4.0" \ | ||
org.opencontainers.image.ref.name="3.4.0-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.4.1" \ | ||
org.opencontainers.image.version="3.4.1" \ | ||
org.opencontainers.image.ref.name="3.4.1-nginx1.27.2-alpine-slim" \ | ||
org.opencontainers.image.licenses="MIT" \ | ||
org.opencontainers.image.created=${BUILD_DATE} \ | ||
org.opencontainers.image.revision=${BUILD_REV} \ | ||
org.opencontainers.image.vendor="Alwatr" \ | ||
org.opencontainers.image.source="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.url="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.documentation="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ LABEL org.opencontainers.image.title="alwatr/nginx" \ | |
org.opencontainers.image.source="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.url="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.documentation="https://github.com/Alwatr/nginx" \ | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters