Skip to content

Commit 9dd7487

Browse files
authored
Merge branch 'main' into entrypoint-fixes
2 parents ba15792 + 0cecd4e commit 9dd7487

File tree

15 files changed

+100
-100
lines changed

15 files changed

+100
-100
lines changed

.github/workflows/alpine-mainline.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242

4343
- name: Set up QEMU
44-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
44+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
4545

4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
47+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4848

4949
- name: Configure AWS credentials
5050
if: ${{ github.event_name != 'pull_request' }}
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Extract metadata (annotations, labels, tags) for Docker
8787
id: meta
88-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
88+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
8989
with:
9090
images: |
9191
docker.io/nginxinc/nginx-unprivileged
@@ -108,9 +108,9 @@ jobs:
108108

109109
- name: Build and push NGINX mainline slim Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
110110
id: build
111-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
111+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
112112
with:
113-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
113+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/riscv64, linux/s390x
114114
context: "{{ defaultContext }}:mainline/alpine-slim"
115115
labels: ${{ steps.meta.outputs.labels }}
116116
annotations: ${{ steps.meta.outputs.annotations }}
@@ -159,10 +159,10 @@ jobs:
159159
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160160

161161
- name: Set up QEMU
162-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
162+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
163163

164164
- name: Set up Docker Buildx
165-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
165+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
166166

167167
- name: Configure AWS credentials
168168
if: ${{ github.event_name != 'pull_request' }}
@@ -203,7 +203,7 @@ jobs:
203203

204204
- name: Extract metadata (annotations, labels, tags) for Docker
205205
id: meta
206-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
206+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
207207
with:
208208
images: |
209209
docker.io/nginxinc/nginx-unprivileged
@@ -226,9 +226,9 @@ jobs:
226226

227227
- name: Build and push NGINX mainline Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
228228
id: build
229-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
229+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
230230
with:
231-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
231+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/riscv64, linux/s390x
232232
context: "{{ defaultContext }}:mainline/alpine"
233233
labels: ${{ steps.meta.outputs.labels }}
234234
annotations: ${{ steps.meta.outputs.annotations }}
@@ -277,10 +277,10 @@ jobs:
277277
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
278278

279279
- name: Set up QEMU
280-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
280+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
281281

282282
- name: Set up Docker Buildx
283-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
283+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
284284

285285
- name: Configure AWS credentials
286286
if: ${{ github.event_name != 'pull_request' }}
@@ -321,7 +321,7 @@ jobs:
321321

322322
- name: Extract metadata (annotations, labels, tags) for Docker
323323
id: meta
324-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
324+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
325325
with:
326326
images: |
327327
docker.io/nginxinc/nginx-unprivileged
@@ -344,9 +344,9 @@ jobs:
344344

345345
- name: Build and push NGINX mainline perl Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
346346
id: build
347-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
347+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
348348
with:
349-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
349+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/riscv64, linux/s390x
350350
context: "{{ defaultContext }}:mainline/alpine-perl"
351351
labels: ${{ steps.meta.outputs.labels }}
352352
annotations: ${{ steps.meta.outputs.annotations }}

.github/workflows/alpine-stable.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242

4343
- name: Set up QEMU
44-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
44+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
4545

4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
47+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4848

4949
- name: Configure AWS credentials
5050
if: ${{ github.event_name != 'pull_request' }}
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Extract metadata (annotations, labels, tags) for Docker
8787
id: meta
88-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
88+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
8989
with:
9090
images: |
9191
docker.io/nginxinc/nginx-unprivileged
@@ -104,9 +104,9 @@ jobs:
104104

105105
- name: Build and push NGINX stable slim Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
106106
id: build
107-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
107+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
108108
with:
109-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
109+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/riscv64, linux/s390x
110110
context: "{{ defaultContext }}:stable/alpine-slim"
111111
labels: ${{ steps.meta.outputs.labels }}
112112
annotations: ${{ steps.meta.outputs.annotations }}
@@ -151,10 +151,10 @@ jobs:
151151
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152152

153153
- name: Set up QEMU
154-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
154+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
155155

156156
- name: Set up Docker Buildx
157-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
157+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
158158

159159
- name: Configure AWS credentials
160160
if: ${{ github.event_name != 'pull_request' }}
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Extract metadata (annotations, labels, tags) for Docker
197197
id: meta
198-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
198+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
199199
with:
200200
images: |
201201
docker.io/nginxinc/nginx-unprivileged
@@ -214,9 +214,9 @@ jobs:
214214

215215
- name: Build and push NGINX stable Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
216216
id: build
217-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
217+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
218218
with:
219-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
219+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/riscv64, linux/s390x
220220
context: "{{ defaultContext }}:stable/alpine"
221221
labels: ${{ steps.meta.outputs.labels }}
222222
annotations: ${{ steps.meta.outputs.annotations }}
@@ -261,10 +261,10 @@ jobs:
261261
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
262262

263263
- name: Set up QEMU
264-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
264+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
265265

266266
- name: Set up Docker Buildx
267-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
267+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
268268

269269
- name: Configure AWS credentials
270270
if: ${{ github.event_name != 'pull_request' }}
@@ -305,7 +305,7 @@ jobs:
305305

306306
- name: Extract metadata (annotations, labels, tags) for Docker
307307
id: meta
308-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
308+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
309309
with:
310310
images: |
311311
docker.io/nginxinc/nginx-unprivileged
@@ -324,9 +324,9 @@ jobs:
324324

325325
- name: Build and push NGINX stable perl Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
326326
id: build
327-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
327+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
328328
with:
329-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
329+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/riscv64, linux/s390x
330330
context: "{{ defaultContext }}:stable/alpine-perl"
331331
labels: ${{ steps.meta.outputs.labels }}
332332
annotations: ${{ steps.meta.outputs.annotations }}

.github/workflows/debian-mainline.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242

4343
- name: Set up QEMU
44-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
44+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
4545

4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
47+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4848

4949
- name: Configure AWS credentials
5050
if: ${{ github.event_name != 'pull_request' }}
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Extract metadata (annotations, labels, tags) for Docker
8787
id: meta
88-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
88+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
8989
with:
9090
images: |
9191
docker.io/nginxinc/nginx-unprivileged
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Build and push NGINX mainline Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
110110
id: build
111-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
111+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
112112
with:
113113
platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
114114
# platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
@@ -160,10 +160,10 @@ jobs:
160160
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
161161

162162
- name: Set up QEMU
163-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
163+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
164164

165165
- name: Set up Docker Buildx
166-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
166+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
167167

168168
- name: Configure AWS credentials
169169
if: ${{ github.event_name != 'pull_request' }}
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Extract metadata (annotations, labels, tags) for Docker
206206
id: meta
207-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
207+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
208208
with:
209209
images: |
210210
docker.io/nginxinc/nginx-unprivileged
@@ -227,7 +227,7 @@ jobs:
227227

228228
- name: Build and push NGINX mainline perl Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
229229
id: build
230-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
230+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
231231
with:
232232
platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
233233
# platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x

.github/workflows/debian-stable.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242

4343
- name: Set up QEMU
44-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
44+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
4545

4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
47+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4848

4949
- name: Configure AWS credentials
5050
if: ${{ github.event_name != 'pull_request' }}
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Extract metadata (annotations, labels, tags) for Docker
8787
id: meta
88-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
88+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
8989
with:
9090
images: |
9191
docker.io/nginxinc/nginx-unprivileged
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Build and push NGINX stable Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
106106
id: build
107-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
107+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
108108
with:
109109
platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
110110
# platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
@@ -152,10 +152,10 @@ jobs:
152152
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
153153

154154
- name: Set up QEMU
155-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
155+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
156156

157157
- name: Set up Docker Buildx
158-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
158+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
159159

160160
- name: Configure AWS credentials
161161
if: ${{ github.event_name != 'pull_request' }}
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Extract metadata (annotations, labels, tags) for Docker
198198
id: meta
199-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
199+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
200200
with:
201201
images: |
202202
docker.io/nginxinc/nginx-unprivileged
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: Build and push NGINX stable perl Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
217217
id: build
218-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
218+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
219219
with:
220220
platforms: linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
221221
# platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x

mainline/alpine-perl/Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
6-
ARG IMAGE=nginxinc/nginx-unprivileged:1.27.2-alpine
6+
ARG IMAGE=nginxinc/nginx-unprivileged:1.27.3-alpine
77
FROM $IMAGE
88

99
ARG UID=101
@@ -51,16 +51,16 @@ RUN set -x \
5151
&& su nobody -s /bin/sh -c " \
5252
export HOME=${tempDir} \
5353
&& cd ${tempDir} \
54-
&& curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
55-
&& PKGOSSCHECKSUM=\"6982e2df739645fc72db5bdf994032f799718230e7016e811d9d482e5cf41814c888660ca9a68814d5e99ab571e892ada3bd43166e720cbf04c7f85b6934772c *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
56-
&& if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \
54+
&& curl -f -L -O https://github.com/nginx/pkg-oss/archive/0286c5190d972a49bffc9bf247885dd510ce8181.tar.gz \
55+
&& PKGOSSCHECKSUM=\"1e546bd15d7bc68e1772ecb6a73e29ba108ee5554a28928e57af038a9e8fc4f5cd35708ce89ad1dfaac97d870e663d32ef41045611d30b20d38b46816e3ab535 *0286c5190d972a49bffc9bf247885dd510ce8181.tar.gz\" \
56+
&& if [ \"\$(openssl sha512 -r 0286c5190d972a49bffc9bf247885dd510ce8181.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \
5757
echo \"pkg-oss tarball checksum verification succeeded!\"; \
5858
else \
5959
echo \"pkg-oss tarball checksum verification failed!\"; \
6060
exit 1; \
6161
fi \
62-
&& tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
63-
&& cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE} \
62+
&& tar xzvf 0286c5190d972a49bffc9bf247885dd510ce8181.tar.gz \
63+
&& cd pkg-oss-0286c5190d972a49bffc9bf247885dd510ce8181 \
6464
&& cd alpine \
6565
&& make module-perl \
6666
&& apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk \

0 commit comments

Comments
 (0)