File tree Expand file tree Collapse file tree 9 files changed +30
-30
lines changed Expand file tree Collapse file tree 9 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM alpine:3.16
77
88LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 99
10- ENV NGINX_VERSION 1.23.0
11- ENV NJS_VERSION 0.7.5
10+ ENV NGINX_VERSION 1.23.1
11+ ENV NJS_VERSION 0.7.6
1212ENV PKG_RELEASE 1
1313
1414RUN set -x \
@@ -68,7 +68,7 @@ RUN set -x \
6868 export HOME=${tempDir} \
6969 && cd ${tempDir} \
7070 && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
71- && PKGOSSCHECKSUM=\" 678b1e9ab34777f1a1a1a8717aff0dfa08cc187cf2cf140c084d23205f3ba3af97805e72ebbed49dd7bfcb23bbeca982b150fff5c2a6c96f161ed9085101f1a4 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
71+ && PKGOSSCHECKSUM=\" 513952f1e0432e667a8e3afef791a2daa036911f35573c849712747f10418f3f5b8712faf75fcb87f91bfaf593622b1e1c4f38ad9fef830f4cae141357206ecd *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
7272 && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7373 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
7474 else \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM alpine:3.16
77
88LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 99
10- ENV NGINX_VERSION 1.23.0
11- ENV NJS_VERSION 0.7.5
10+ ENV NGINX_VERSION 1.23.1
11+ ENV NJS_VERSION 0.7.6
1212ENV PKG_RELEASE 1
1313
1414RUN set -x \
@@ -67,7 +67,7 @@ RUN set -x \
6767 export HOME=${tempDir} \
6868 && cd ${tempDir} \
6969 && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
70- && PKGOSSCHECKSUM=\" 678b1e9ab34777f1a1a1a8717aff0dfa08cc187cf2cf140c084d23205f3ba3af97805e72ebbed49dd7bfcb23bbeca982b150fff5c2a6c96f161ed9085101f1a4 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
70+ && PKGOSSCHECKSUM=\" 513952f1e0432e667a8e3afef791a2daa036911f35573c849712747f10418f3f5b8712faf75fcb87f91bfaf593622b1e1c4f38ad9fef830f4cae141357206ecd *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
7171 && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7272 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
7373 else \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM debian:bullseye-slim
77
88LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 99
10- ENV NGINX_VERSION 1.23.0
11- ENV NJS_VERSION 0.7.5
10+ ENV NGINX_VERSION 1.23.1
11+ ENV NJS_VERSION 0.7.6
1212ENV PKG_RELEASE 1~bullseye
1313
1414RUN set -x \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM debian:bullseye-slim
77
88LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 99
10- ENV NGINX_VERSION 1.23.0
11- ENV NJS_VERSION 0.7.5
10+ ENV NGINX_VERSION 1.23.1
11+ ENV NJS_VERSION 0.7.6
1212ENV PKG_RELEASE 1~bullseye
1313
1414RUN set -x \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM alpine:3.16
88LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 99
1010ENV NGINX_VERSION 1.22.0
11- ENV NJS_VERSION 0.7.5
11+ ENV NJS_VERSION 0.7.6
1212ENV PKG_RELEASE 1
1313
1414RUN set -x \
@@ -67,16 +67,16 @@ RUN set -x \
6767 && su nobody -s /bin/sh -c " \
6868 export HOME=${tempDir} \
6969 && cd ${tempDir} \
70- && curl -f -O https://hg.nginx.org/pkg-oss/archive/714 .tar.gz \
71- && PKGOSSCHECKSUM=\" f457d5988c1f2663e04c5cdad71874c25e94754277dd9da5d73c1d37c32bdaf288b3b20d8b5d070ffb33aab363eaf4a7abbcf95fcfd72b0729a1c1908c37e30e *714 .tar.gz\" \
72- && if [ \"\$ (openssl sha512 -r 714 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
70+ && curl -f -O https://hg.nginx.org/pkg-oss/archive/725 .tar.gz \
71+ && PKGOSSCHECKSUM=\" a6c56bb7e98be77337affe349e1316a71ddad7a732dc3b34294a794b3e740d68385022f0de72d08c090156f194580a92dcb8b5e2aa1c9c29b5a8484a6431e9b3 *725 .tar.gz\" \
72+ && if [ \"\$ (openssl sha512 -r 725 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7373 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
7474 else \
7575 echo \" pkg-oss tarball checksum verification failed!\" ; \
7676 exit 1; \
7777 fi \
78- && tar xzvf 714 .tar.gz \
79- && cd pkg-oss-714 \
78+ && tar xzvf 725 .tar.gz \
79+ && cd pkg-oss-725 \
8080 && cd alpine \
8181 && make all \
8282 && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM alpine:3.16
88LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 99
1010ENV NGINX_VERSION 1.22.0
11- ENV NJS_VERSION 0.7.5
11+ ENV NJS_VERSION 0.7.6
1212ENV PKG_RELEASE 1
1313
1414RUN set -x \
@@ -66,16 +66,16 @@ RUN set -x \
6666 && su nobody -s /bin/sh -c " \
6767 export HOME=${tempDir} \
6868 && cd ${tempDir} \
69- && curl -f -O https://hg.nginx.org/pkg-oss/archive/714 .tar.gz \
70- && PKGOSSCHECKSUM=\" f457d5988c1f2663e04c5cdad71874c25e94754277dd9da5d73c1d37c32bdaf288b3b20d8b5d070ffb33aab363eaf4a7abbcf95fcfd72b0729a1c1908c37e30e *714 .tar.gz\" \
71- && if [ \"\$ (openssl sha512 -r 714 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
69+ && curl -f -O https://hg.nginx.org/pkg-oss/archive/725 .tar.gz \
70+ && PKGOSSCHECKSUM=\" a6c56bb7e98be77337affe349e1316a71ddad7a732dc3b34294a794b3e740d68385022f0de72d08c090156f194580a92dcb8b5e2aa1c9c29b5a8484a6431e9b3 *725 .tar.gz\" \
71+ && if [ \"\$ (openssl sha512 -r 725 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
7272 echo \" pkg-oss tarball checksum verification succeeded!\" ; \
7373 else \
7474 echo \" pkg-oss tarball checksum verification failed!\" ; \
7575 exit 1; \
7676 fi \
77- && tar xzvf 714 .tar.gz \
78- && cd pkg-oss-714 \
77+ && tar xzvf 725 .tar.gz \
78+ && cd pkg-oss-725 \
7979 && cd alpine \
8080 && make all \
8181 && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM debian:bullseye-slim
88LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 99
1010ENV NGINX_VERSION 1.22.0
11- ENV NJS_VERSION 0.7.5
11+ ENV NJS_VERSION 0.7.6
1212ENV PKG_RELEASE 1~bullseye
1313
1414RUN set -x \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM debian:bullseye-slim
88LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >" 99
1010ENV NGINX_VERSION 1.22.0
11- ENV NJS_VERSION 0.7.5
11+ ENV NJS_VERSION 0.7.6
1212ENV PKG_RELEASE 1~bullseye
1313
1414RUN set -x \
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ declare branches=(
1212# Current nginx versions
1313# Remember to update pkgosschecksum when changing this.
1414declare -A nginx=(
15- [mainline]=' 1.23.0 '
15+ [mainline]=' 1.23.1 '
1616 [stable]=' 1.22.0'
1717)
1818
1919# Current njs versions
2020declare -A njs=(
21- [mainline]=' 0.7.5 '
22- [stable]=' 0.7.5 '
21+ [mainline]=' 0.7.6 '
22+ [stable]=' 0.7.6 '
2323)
2424
2525# Current package patchlevel version
@@ -45,15 +45,15 @@ declare -A alpine=(
4545# Remember to update pkgosschecksum when changing this.
4646declare -A rev=(
4747 [mainline]=' ${NGINX_VERSION}-${PKG_RELEASE}'
48- [stable]=' 714 '
48+ [stable]=' 725 '
4949)
5050
5151# Holds SHA512 checksum for the pkg-oss tarball produced by source code
5252# revision/tag in the previous block
5353# Used in alpine builds for architectures not packaged by nginx.org
5454declare -A pkgosschecksum=(
55- [mainline]=' 678b1e9ab34777f1a1a1a8717aff0dfa08cc187cf2cf140c084d23205f3ba3af97805e72ebbed49dd7bfcb23bbeca982b150fff5c2a6c96f161ed9085101f1a4 '
56- [stable]=' f457d5988c1f2663e04c5cdad71874c25e94754277dd9da5d73c1d37c32bdaf288b3b20d8b5d070ffb33aab363eaf4a7abbcf95fcfd72b0729a1c1908c37e30e '
55+ [mainline]=' 513952f1e0432e667a8e3afef791a2daa036911f35573c849712747f10418f3f5b8712faf75fcb87f91bfaf593622b1e1c4f38ad9fef830f4cae141357206ecd '
56+ [stable]=' a6c56bb7e98be77337affe349e1316a71ddad7a732dc3b34294a794b3e740d68385022f0de72d08c090156f194580a92dcb8b5e2aa1c9c29b5a8484a6431e9b3 '
5757)
5858
5959get_packages () {
You can’t perform that action at this time.
0 commit comments