-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update stable NGINX to 1.22.1 * Update NJS to 0.7.7
- Loading branch information
Showing
11 changed files
with
43 additions
and
43 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 |
---|---|---|
|
@@ -8,8 +8,8 @@ FROM $IMAGE | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.23.1 | ||
ENV NJS_VERSION 0.7.6 | ||
ENV NGINX_VERSION 1.23.2 | ||
ENV NJS_VERSION 0.7.7 | ||
ENV PKG_RELEASE 1 | ||
|
||
ARG UID=101 | ||
|
@@ -72,7 +72,7 @@ RUN set -x \ | |
export HOME=${tempDir} \ | ||
&& cd ${tempDir} \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"513952f1e0432e667a8e3afef791a2daa036911f35573c849712747f10418f3f5b8712faf75fcb87f91bfaf593622b1e1c4f38ad9fef830f4cae141357206ecd *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& PKGOSSCHECKSUM=\"98d244d5dea3f0c49692843b1857e21dc7353e749f9ff8a526036a3beeea299e156183b6a98070ffc68a23d191e1f24c577d7ea874f8cc27ce01f4dc832658b6 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
echo \"pkg-oss tarball checksum verification succeeded!\"; \ | ||
else \ | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM alpine:3.16 | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.23.1 | ||
ENV NGINX_VERSION 1.23.2 | ||
ENV PKG_RELEASE 1 | ||
|
||
ARG UID=101 | ||
|
@@ -61,7 +61,7 @@ RUN set -x \ | |
export HOME=${tempDir} \ | ||
&& cd ${tempDir} \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"513952f1e0432e667a8e3afef791a2daa036911f35573c849712747f10418f3f5b8712faf75fcb87f91bfaf593622b1e1c4f38ad9fef830f4cae141357206ecd *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& PKGOSSCHECKSUM=\"98d244d5dea3f0c49692843b1857e21dc7353e749f9ff8a526036a3beeea299e156183b6a98070ffc68a23d191e1f24c577d7ea874f8cc27ce01f4dc832658b6 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
echo \"pkg-oss tarball checksum verification succeeded!\"; \ | ||
else \ | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ FROM $IMAGE | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.23.1 | ||
ENV NJS_VERSION 0.7.6 | ||
ENV NGINX_VERSION 1.23.2 | ||
ENV NJS_VERSION 0.7.7 | ||
ENV PKG_RELEASE 1 | ||
|
||
ARG UID=101 | ||
|
@@ -71,7 +71,7 @@ RUN set -x \ | |
export HOME=${tempDir} \ | ||
&& cd ${tempDir} \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"513952f1e0432e667a8e3afef791a2daa036911f35573c849712747f10418f3f5b8712faf75fcb87f91bfaf593622b1e1c4f38ad9fef830f4cae141357206ecd *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& PKGOSSCHECKSUM=\"98d244d5dea3f0c49692843b1857e21dc7353e749f9ff8a526036a3beeea299e156183b6a98070ffc68a23d191e1f24c577d7ea874f8cc27ce01f4dc832658b6 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
echo \"pkg-oss tarball checksum verification succeeded!\"; \ | ||
else \ | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ FROM $IMAGE | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.23.1 | ||
ENV NJS_VERSION 0.7.6 | ||
ENV NGINX_VERSION 1.23.2 | ||
ENV NJS_VERSION 0.7.7 | ||
ENV PKG_RELEASE 1~bullseye | ||
|
||
ARG UID=101 | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ FROM $IMAGE | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.23.1 | ||
ENV NJS_VERSION 0.7.6 | ||
ENV NGINX_VERSION 1.23.2 | ||
ENV NJS_VERSION 0.7.7 | ||
ENV PKG_RELEASE 1~bullseye | ||
|
||
ARG UID=101 | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ FROM $IMAGE | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.22.0 | ||
ENV NJS_VERSION 0.7.6 | ||
ENV NGINX_VERSION 1.22.1 | ||
ENV NJS_VERSION 0.7.7 | ||
ENV PKG_RELEASE 1 | ||
|
||
ARG UID=101 | ||
|
@@ -71,16 +71,16 @@ RUN set -x \ | |
&& su nobody -s /bin/sh -c " \ | ||
export HOME=${tempDir} \ | ||
&& cd ${tempDir} \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/725.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"a6c56bb7e98be77337affe349e1316a71ddad7a732dc3b34294a794b3e740d68385022f0de72d08c090156f194580a92dcb8b5e2aa1c9c29b5a8484a6431e9b3 *725.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r 725.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"7266f418dcc9d89a2990f504d99ec58d10febbaf078c03630d42843955cee7e50b0f90fb317360384a32473839dc42d8b329b737015ec8dd0d028f90d4d5ed25 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
echo \"pkg-oss tarball checksum verification succeeded!\"; \ | ||
else \ | ||
echo \"pkg-oss tarball checksum verification failed!\"; \ | ||
exit 1; \ | ||
fi \ | ||
&& tar xzvf 725.tar.gz \ | ||
&& cd pkg-oss-725 \ | ||
&& tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE} \ | ||
&& cd alpine \ | ||
&& make all \ | ||
&& apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \ | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ FROM alpine:3.16 | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.22.0 | ||
ENV NGINX_VERSION 1.22.1 | ||
ENV PKG_RELEASE 1 | ||
|
||
ARG UID=101 | ||
|
@@ -60,16 +60,16 @@ RUN set -x \ | |
&& su nobody -s /bin/sh -c " \ | ||
export HOME=${tempDir} \ | ||
&& cd ${tempDir} \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/725.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"a6c56bb7e98be77337affe349e1316a71ddad7a732dc3b34294a794b3e740d68385022f0de72d08c090156f194580a92dcb8b5e2aa1c9c29b5a8484a6431e9b3 *725.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r 725.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"7266f418dcc9d89a2990f504d99ec58d10febbaf078c03630d42843955cee7e50b0f90fb317360384a32473839dc42d8b329b737015ec8dd0d028f90d4d5ed25 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
echo \"pkg-oss tarball checksum verification succeeded!\"; \ | ||
else \ | ||
echo \"pkg-oss tarball checksum verification failed!\"; \ | ||
exit 1; \ | ||
fi \ | ||
&& tar xzvf 725.tar.gz \ | ||
&& cd pkg-oss-725 \ | ||
&& tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE} \ | ||
&& cd alpine \ | ||
&& make base \ | ||
&& apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \ | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ FROM $IMAGE | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.22.0 | ||
ENV NJS_VERSION 0.7.6 | ||
ENV NGINX_VERSION 1.22.1 | ||
ENV NJS_VERSION 0.7.7 | ||
ENV PKG_RELEASE 1 | ||
|
||
ARG UID=101 | ||
|
@@ -70,16 +70,16 @@ RUN set -x \ | |
&& su nobody -s /bin/sh -c " \ | ||
export HOME=${tempDir} \ | ||
&& cd ${tempDir} \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/725.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"a6c56bb7e98be77337affe349e1316a71ddad7a732dc3b34294a794b3e740d68385022f0de72d08c090156f194580a92dcb8b5e2aa1c9c29b5a8484a6431e9b3 *725.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r 725.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& PKGOSSCHECKSUM=\"7266f418dcc9d89a2990f504d99ec58d10febbaf078c03630d42843955cee7e50b0f90fb317360384a32473839dc42d8b329b737015ec8dd0d028f90d4d5ed25 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \ | ||
&& if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \ | ||
echo \"pkg-oss tarball checksum verification succeeded!\"; \ | ||
else \ | ||
echo \"pkg-oss tarball checksum verification failed!\"; \ | ||
exit 1; \ | ||
fi \ | ||
&& tar xzvf 725.tar.gz \ | ||
&& cd pkg-oss-725 \ | ||
&& tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \ | ||
&& cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE} \ | ||
&& cd alpine \ | ||
&& make all \ | ||
&& apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \ | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ FROM $IMAGE | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.22.0 | ||
ENV NJS_VERSION 0.7.6 | ||
ENV NGINX_VERSION 1.22.1 | ||
ENV NJS_VERSION 0.7.7 | ||
ENV PKG_RELEASE 1~bullseye | ||
|
||
ARG UID=101 | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ FROM $IMAGE | |
|
||
LABEL maintainer="NGINX Docker Maintainers <[email protected]>" | ||
|
||
ENV NGINX_VERSION 1.22.0 | ||
ENV NJS_VERSION 0.7.6 | ||
ENV NGINX_VERSION 1.22.1 | ||
ENV NJS_VERSION 0.7.7 | ||
ENV PKG_RELEASE 1~bullseye | ||
|
||
ARG UID=101 | ||
|
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