File tree 8 files changed +28
-28
lines changed
8 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 4
4
declare -A aliases
5
5
aliases=(
6
6
[mainline]=' 1 1.23 latest'
7
- [stable]=' 1.22 '
7
+ [stable]=' 1.24 '
8
8
)
9
9
10
10
self=" $( basename " $BASH_SOURCE " ) "
Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- FROM nginx:1.22.1 -alpine
6
+ FROM nginx:1.24.0 -alpine
7
7
8
8
RUN set -x \
9
9
&& apkArch="$(cat /etc/apk/arch)" \
@@ -54,16 +54,16 @@ RUN set -x \
54
54
&& su nobody -s /bin/sh -c " \
55
55
export HOME=${tempDir} \
56
56
&& cd ${tempDir} \
57
- && curl -f -O https://hg.nginx.org/pkg-oss/archive/811 .tar.gz \
58
- && PKGOSSCHECKSUM=\" c979fbdcc429d146f7fce922b0cc3f47dfbfbec5685af82395c59e21216dce47ef13fc26d610f1faabc0cb3a4ee58b42000c511bf77277f0898f5de55c868dcc *811 .tar.gz\" \
59
- && if [ \"\$ (openssl sha512 -r 811 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
57
+ && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
58
+ && PKGOSSCHECKSUM=\" dc47dbaeb1c0874b264d34ddfec40e7d2b814e7db48d144e12d5991c743ef5fcf780ecbab72324e562dd84bb9c0e4dd71d14850b20ceaf470c46f8fe7510275b *${NGINX_VERSION}-${PKG_RELEASE} .tar.gz\" \
59
+ && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE} .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
60
60
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
61
61
else \
62
62
echo \" pkg-oss tarball checksum verification failed!\" ; \
63
63
exit 1; \
64
64
fi \
65
- && tar xzvf 811 .tar.gz \
66
- && cd pkg-oss-811 \
65
+ && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
66
+ && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE} \
67
67
&& cd alpine \
68
68
&& make module-perl \
69
69
&& 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 @@ -7,7 +7,7 @@ FROM alpine:3.17
7
7
8
8
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
9
9
10
- ENV NGINX_VERSION 1.22.1
10
+ ENV NGINX_VERSION 1.24.0
11
11
ENV PKG_RELEASE 1
12
12
13
13
RUN set -x \
@@ -56,16 +56,16 @@ RUN set -x \
56
56
&& su nobody -s /bin/sh -c " \
57
57
export HOME=${tempDir} \
58
58
&& cd ${tempDir} \
59
- && curl -f -O https://hg.nginx.org/pkg-oss/archive/811 .tar.gz \
60
- && PKGOSSCHECKSUM=\" c979fbdcc429d146f7fce922b0cc3f47dfbfbec5685af82395c59e21216dce47ef13fc26d610f1faabc0cb3a4ee58b42000c511bf77277f0898f5de55c868dcc *811 .tar.gz\" \
61
- && if [ \"\$ (openssl sha512 -r 811 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
59
+ && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
60
+ && PKGOSSCHECKSUM=\" dc47dbaeb1c0874b264d34ddfec40e7d2b814e7db48d144e12d5991c743ef5fcf780ecbab72324e562dd84bb9c0e4dd71d14850b20ceaf470c46f8fe7510275b *${NGINX_VERSION}-${PKG_RELEASE} .tar.gz\" \
61
+ && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE} .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
62
62
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
63
63
else \
64
64
echo \" pkg-oss tarball checksum verification failed!\" ; \
65
65
exit 1; \
66
66
fi \
67
- && tar xzvf 811 .tar.gz \
68
- && cd pkg-oss-811 \
67
+ && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
68
+ && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE} \
69
69
&& cd alpine \
70
70
&& make base \
71
71
&& 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 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- FROM nginx:1.22.1 -alpine-slim
6
+ FROM nginx:1.24.0 -alpine-slim
7
7
8
- ENV NJS_VERSION 0.7.11
8
+ ENV NJS_VERSION 0.7.12
9
9
10
10
RUN set -x \
11
11
&& apkArch="$(cat /etc/apk/arch)" \
@@ -58,16 +58,16 @@ RUN set -x \
58
58
&& su nobody -s /bin/sh -c " \
59
59
export HOME=${tempDir} \
60
60
&& cd ${tempDir} \
61
- && curl -f -O https://hg.nginx.org/pkg-oss/archive/811 .tar.gz \
62
- && PKGOSSCHECKSUM=\" c979fbdcc429d146f7fce922b0cc3f47dfbfbec5685af82395c59e21216dce47ef13fc26d610f1faabc0cb3a4ee58b42000c511bf77277f0898f5de55c868dcc *811 .tar.gz\" \
63
- && if [ \"\$ (openssl sha512 -r 811 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
61
+ && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
62
+ && PKGOSSCHECKSUM=\" dc47dbaeb1c0874b264d34ddfec40e7d2b814e7db48d144e12d5991c743ef5fcf780ecbab72324e562dd84bb9c0e4dd71d14850b20ceaf470c46f8fe7510275b *${NGINX_VERSION}-${PKG_RELEASE} .tar.gz\" \
63
+ && if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE} .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
64
64
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
65
65
else \
66
66
echo \" pkg-oss tarball checksum verification failed!\" ; \
67
67
exit 1; \
68
68
fi \
69
- && tar xzvf 811 .tar.gz \
70
- && cd pkg-oss-811 \
69
+ && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
70
+ && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE} \
71
71
&& cd alpine \
72
72
&& make module-geoip module-image-filter module-njs module-xslt \
73
73
&& 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 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- FROM nginx:1.22.1
6
+ FROM nginx:1.24.0
7
7
8
8
RUN set -x \
9
9
&& apt-get update \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ FROM debian:bullseye-slim
7
7
8
8
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
9
9
10
- ENV NGINX_VERSION 1.22.1
11
- ENV NJS_VERSION 0.7.11
10
+ ENV NGINX_VERSION 1.24.0
11
+ ENV NJS_VERSION 0.7.12
12
12
ENV PKG_RELEASE 1~bullseye
13
13
14
14
RUN set -x \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ registry="public.ecr.aws/z9d2n7e1"
7
7
declare -A aliases
8
8
aliases=(
9
9
[mainline]=' 1 1.23 latest'
10
- [stable]=' 1.22 '
10
+ [stable]=' 1.24 '
11
11
)
12
12
13
13
architectures=( amd64 arm64v8 )
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ declare branches=(
13
13
# Remember to update pkgosschecksum when changing this.
14
14
declare -A nginx=(
15
15
[mainline]=' 1.23.4'
16
- [stable]=' 1.22.1 '
16
+ [stable]=' 1.24.0 '
17
17
)
18
18
19
19
# Current njs versions
20
20
declare -A njs=(
21
21
[mainline]=' 0.7.11'
22
- [stable]=' 0.7.11 '
22
+ [stable]=' 0.7.12 '
23
23
)
24
24
25
25
# Current package patchlevel version
@@ -45,15 +45,15 @@ declare -A alpine=(
45
45
# Remember to update pkgosschecksum when changing this.
46
46
declare -A rev=(
47
47
[mainline]=' ${NGINX_VERSION}-${PKG_RELEASE}'
48
- [stable]=' 811 '
48
+ [stable]=' ${NGINX_VERSION}-${PKG_RELEASE} '
49
49
)
50
50
51
51
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
52
52
# revision/tag in the previous block
53
53
# Used in alpine builds for architectures not packaged by nginx.org
54
54
declare -A pkgosschecksum=(
55
55
[mainline]=' 8f3f6c1ddd984c0c7320d3bea25eee42749db6d69c251223cf91d69b8d80b703ab39eb94fcf731399a7693ebd8dd37d1b3232ea1184ca98e5ca0ba6165e1a05c'
56
- [stable]=' c979fbdcc429d146f7fce922b0cc3f47dfbfbec5685af82395c59e21216dce47ef13fc26d610f1faabc0cb3a4ee58b42000c511bf77277f0898f5de55c868dcc '
56
+ [stable]=' dc47dbaeb1c0874b264d34ddfec40e7d2b814e7db48d144e12d5991c743ef5fcf780ecbab72324e562dd84bb9c0e4dd71d14850b20ceaf470c46f8fe7510275b '
57
57
)
58
58
59
59
get_packages () {
You can’t perform that action at this time.
0 commit comments