Skip to content

Commit 29afd04

Browse files
committed
revert openssl checks
1 parent a49f594 commit 29afd04

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build-base-images.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
echo "::add-mask::$PLUS_CREDS"
141141
echo $PLUS_CREDS | jq -r '.crt' > nginx-repo.crt
142142
echo $PLUS_CREDS | jq -r '.key' > nginx-repo.key
143-
openssl x509 -text -in nginx-repo.crt -noout
144143
145144
- name: Docker Buildx
146145
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

build/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,6 @@ ARG NGINX_AGENT_VERSION
182182

183183
ENV NGINX_VERSION=${NGINX_PLUS_VERSION}
184184

185-
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/apk/cert.pem,mode=0644 \
186-
--mount=type=secret,id=nginx-repo.key,dst=/etc/apk/cert.key,mode=0644 \
187-
apk add openssl \
188-
&& openssl x509 -text -in /etc/apk/cert.pem -noout
189-
190185
RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/apk/cert.pem,mode=0644 \
191186
--mount=type=secret,id=nginx-repo.key,dst=/etc/apk/cert.key,mode=0644 \
192187
--mount=type=bind,from=nginx-files,src=nginx_signing.rsa.pub,target=/etc/apk/keys/nginx_signing.rsa.pub \

0 commit comments

Comments
 (0)