如果你对Docker镜像构建有一定的了解,并且确实需要一个更“slim”的nginx镜像,你可以考虑基于nginx:alpine镜像进行进一步的优化和定制。这通常涉及到删除不必要的文件、库和依赖项,以减小镜像大小。 以下是一个基于nginx:alpine构建自定义slim版本镜像的简单示例Dockerfile: dockerfile FROM nginx:alpine # 清理不必要的...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} november520 / docker-nginx Public forked from nginxinc/docker-nginx Notifications You must be signed in to change notification settings Fork 0 Star 0 Code ...
2 changes: 1 addition & 1 deletion 2 Dockerfile @@ -1,4 +1,4 @@ FROM nginx FROM nginx:alpine-slim COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY ./.test_certs/cert.crt /etc/nginx/cert.crt COPY ./.test_certs/priv.key /etc/nginx/priv.key 0 comments on commit b9b3b6...
Official NGINX Dockerfiles. Contribute to nginxinc/docker-nginx development by creating an account on GitHub.
Building the Dockerfile The Dockerfile can be built in the regular way, by running the following command in the project root folder: docker build -t ws-to-wss-proxy . Generating a TLS client certificate Although most wss/https servers don't require a TLS client certificate, the NGINX config...
Open dependabot wants to merge 1 commit into main from dependabot/docker/nginx-1.25.1-alpine-slim+1 −1 Conversation 0 Commits 1 Checks 0 Files changed 1 Conversation dependabot bot commented on behalf of github Jun 19, 2023 Bumps nginx from 1.23.3-alpine-slim to 1.25.1-alpine...
Official NGINX Dockerfiles. Contribute to nginxinc/docker-nginx development by creating an account on GitHub.
docker-nginx Dockerfile-alpine-slim.template onmaster User selector All usersAll time Commit History Commits on Jun 21, 2024 Fixed failure to build packages from source on recent Alpine versions thresheekcommittedJun 21, 2024 94a27ac Commits on Apr 23, 2024 Keep repo key registered in alpin...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} xhunteru / docker-nginx Public forked from nginxinc/docker-nginx Notifications You must be signed in to change notification settings Fork 0 Star ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} Vagrantin / docker-nginx-keeweb Public forked from nginxinc/docker-nginx Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights ...