fixed nginx imageTLS configuration
All checks were successful
CI / Build nginx docker images (push) Successful in 21m54s
All checks were successful
CI / Build nginx docker images (push) Successful in 21m54s
This commit is contained in:
@@ -91,12 +91,14 @@ RUN --mount=type=cache,target=/var/cache/apk \
|
||||
--mount=type=bind,from=build,source=/ngx_headers_more,target=/ngx_headers_more \
|
||||
--mount=type=bind,from=build,source=/ngx_brotli,target=/ngx_brotli \
|
||||
--mount=type=bind,from=build,source=/njs,target=/njs \
|
||||
--mount=type=bind,source=install.sh,target=/install.sh \
|
||||
--mount=type=bind,source=install.sh,target=/install.sh \
|
||||
(cd nginx && sh /install.sh)
|
||||
RUN --mount=type=cache,target=/var/cache/apk apk del .install_deps
|
||||
|
||||
COPY --from=build /home/luser/libressl/openssl.cnf /etc/ssl/openssl.cnf
|
||||
COPY conf/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY conf/nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY conf/dhparam /etc/nginx/dhparam
|
||||
|
||||
LABEL description="NGINX Docker built top of LibreSSL" \
|
||||
maintainer="Walter Oggioni <oggioni.walter@gmail.com>" \
|
||||
|
Reference in New Issue
Block a user