sha256:07c12128cf4b8767342c3f361cc9b9049dd75df926de8bca900aae6cd89125df
OS/ARCH
Compressed size
67.08 MB
Last pushed
about 1 month by duch
Type
Image
Manifest digest
sha256:dd31a02c84e7d3be8638cd1b9a6d37dc6aeb8f7df87f82bc037b316615966904
Image Layers
1
# debian.sh --arch 'armhf' out/
22.81 MB
2
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
0 B
3
ENV NGINX_VERSION=1.27.3
0 B
4
ENV NJS_VERSION=0.8.7
0 B
5
ENV NJS_RELEASE=1~bookworm
0 B
6
ENV PKG_RELEASE=1~bookworm
0 B
7
ENV DYNPKG_RELEASE=1~bookworm
0 B
8
RUN /bin/sh -c set -x
35.03 MB
9
COPY docker-entrypoint.sh / # buildkit
628 B
10
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
957 B
11
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
406 B
12
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
1.18 KB
13
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
1.37 KB
14
ENTRYPOINT ["/docker-entrypoint.sh"]
0 B
15
EXPOSE map[80/tcp:{}]
0 B
16
STOPSIGNAL SIGQUIT
0 B
17
CMD ["nginx" "-g" "daemon off;"]
0 B
18
ARG NGINX_PROXY_VERSION=1.7.0
0 B
19
ARG DOCKER_GEN_VERSION=
0 B
20
ENV NGINX_PROXY_VERSION=1.7.0 DOCKER_GEN_VERSION= DOCKER_HOST=unix:///tmp/docker.sock
0 B
21
RUN |2 NGINX_PROXY_VERSION=1.7.0 DOCKER_GEN_VERSION= /bin/sh
659 B
22
COPY /usr/local/bin/forego /usr/local/bin/forego # buildkit
2.4 MB
23
COPY /usr/local/bin/docker-gen /usr/local/bin/docker-gen # buildkit
6.82 MB
24
COPY network_internal.conf /etc/nginx/ # buildkit
271 B
25
COPY app nginx.tmpl LICENSE /app/
13.88 KB
26
WORKDIR /app/
32 B
27
ENTRYPOINT ["/app/docker-entrypoint.sh"]
0 B
28
CMD ["forego" "start" "-r"]
0 B
Command
# debian.sh --arch 'armhf' out/ 'bookworm' '@1736726400'