File tree Expand file tree Collapse file tree 6 files changed +23
-23
lines changed Expand file tree Collapse file tree 6 files changed +23
-23
lines changed 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.23.2 -alpine
6
+ FROM nginx:1.23.3 -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/756 .tar.gz \
58
- && PKGOSSCHECKSUM=\" 5e79f9be4f8ba037fa8138fe50a8fc9e41a0192c1d8c9b2cc58b5c5f5eb3ac66b4807083d25ca21363f07075320a7566eb3e4d3317aa01d3b3e23b20943c411f *756 .tar.gz\" \
59
- && if [ \"\$ (openssl sha512 -r 756 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
57
+ && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
58
+ && PKGOSSCHECKSUM=\" 52a80f6c3b3914462f8a0b2fbadea950bcd79c1bd528386aff4c28d5a80c6920d783575a061a47b60fea800eef66bf5a0178a137ea51c37277fe9c2779715990 *${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 756 .tar.gz \
66
- && cd pkg-oss-756 \
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.23.2
10
+ ENV NGINX_VERSION 1.23.3
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/756 .tar.gz \
60
- && PKGOSSCHECKSUM=\" 5e79f9be4f8ba037fa8138fe50a8fc9e41a0192c1d8c9b2cc58b5c5f5eb3ac66b4807083d25ca21363f07075320a7566eb3e4d3317aa01d3b3e23b20943c411f *756 .tar.gz\" \
61
- && if [ \"\$ (openssl sha512 -r 756 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
59
+ && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
60
+ && PKGOSSCHECKSUM=\" 52a80f6c3b3914462f8a0b2fbadea950bcd79c1bd528386aff4c28d5a80c6920d783575a061a47b60fea800eef66bf5a0178a137ea51c37277fe9c2779715990 *${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 756 .tar.gz \
68
- && cd pkg-oss-756 \
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.23.2 -alpine-slim
6
+ FROM nginx:1.23.3 -alpine-slim
7
7
8
8
ENV NJS_VERSION 0.7.9
9
9
@@ -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/756 .tar.gz \
62
- && PKGOSSCHECKSUM=\" 5e79f9be4f8ba037fa8138fe50a8fc9e41a0192c1d8c9b2cc58b5c5f5eb3ac66b4807083d25ca21363f07075320a7566eb3e4d3317aa01d3b3e23b20943c411f *756 .tar.gz\" \
63
- && if [ \"\$ (openssl sha512 -r 756 .tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
61
+ && curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE} .tar.gz \
62
+ && PKGOSSCHECKSUM=\" 52a80f6c3b3914462f8a0b2fbadea950bcd79c1bd528386aff4c28d5a80c6920d783575a061a47b60fea800eef66bf5a0178a137ea51c37277fe9c2779715990 *${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 756 .tar.gz \
70
- && cd pkg-oss-756 \
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.23.2
6
+ FROM nginx:1.23.3
7
7
8
8
RUN set -x \
9
9
&& apt-get update \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM debian:bullseye-slim
7
7
8
8
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
9
9
10
- ENV NGINX_VERSION 1.23.2
10
+ ENV NGINX_VERSION 1.23.3
11
11
ENV NJS_VERSION 0.7.9
12
12
ENV PKG_RELEASE 1~bullseye
13
13
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ declare branches=(
12
12
# Current nginx versions
13
13
# Remember to update pkgosschecksum when changing this.
14
14
declare -A nginx=(
15
- [mainline]=' 1.23.2 '
15
+ [mainline]=' 1.23.3 '
16
16
[stable]=' 1.22.1'
17
17
)
18
18
@@ -44,15 +44,15 @@ declare -A alpine=(
44
44
# when building alpine packages on architectures not supported by nginx.org
45
45
# Remember to update pkgosschecksum when changing this.
46
46
declare -A rev=(
47
- [mainline]=' 756 '
47
+ [mainline]=' ${NGINX_VERSION}-${PKG_RELEASE} '
48
48
[stable]=' 757'
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
- [mainline]=' 5e79f9be4f8ba037fa8138fe50a8fc9e41a0192c1d8c9b2cc58b5c5f5eb3ac66b4807083d25ca21363f07075320a7566eb3e4d3317aa01d3b3e23b20943c411f '
55
+ [mainline]=' 52a80f6c3b3914462f8a0b2fbadea950bcd79c1bd528386aff4c28d5a80c6920d783575a061a47b60fea800eef66bf5a0178a137ea51c37277fe9c2779715990 '
56
56
[stable]=' 32a039e8d3cc54404a8ad4a31981e76a49632f1ebec2f45bb309689d6ba2f82e3e8aea8abf582b49931636ea53271b48a7e2f2ef8ebe35b167b3fe18b8b99852'
57
57
)
58
58
You can’t perform that action at this time.
0 commit comments