Sign inSign up

anderegg/dy-static-file-server:2.0.3

Manifest digest

sha256:964308388c8a93c309c4bd4b10d26d2f5b2581dea694fa58c2ab40a906b85e3a

OS/ARCH

linux/amd64

Compressed size

43.65 MB

Last pushed

almost 5 years by anderegg

Type

Image

Manifest digest

sha256:964308388c8a93c309c4bd4b10d26d2f5b2581dea694fa58c2ab40a906b85e3a

Image Layers

1ADD file ... in / 2.68 MB
2CMD ["/bin/sh"]0 B
3ARG SERVER_VERSION=0.0.00 B
4ENV SERVER_VERSION=2.0.20 B
5LABEL version=2.0.2 description=A blazing0 B
6/bin/sh -c apk --no-cache add640.86 KB
7/bin/sh -c set -ex; wget2.15 MB
8COPY file:3dce5ab91eb0374bd564f10214f52e532f6b33ba30957f459892e9c03817264b in / 220 B
9COPY dir:f87cadacf3ad0ac75b794e748fb1ac345325620c7b1f9f685c5d84ff130f9663 in /public 11.46 KB
10EXPOSE 800 B
11VOLUME [/public]0 B
12ENTRYPOINT ["/entrypoint.sh"]0 B
13CMD ["static-web-server"]0 B
14LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/joseluisq/static-web-server0 B
15LABEL org.label-schema.build-date=2021-08-29T20:31:15Z0 B
16LABEL org.label-schema.schema-version=1.00 B
17LABEL org.label-schema.vcs-ref=d165213f375b5394736c97d68b348818d79b2d4a0 B
18LABEL org.label-schema.vcs-url=https://git.joseluisq.net/joseluisq/static-web-server.git0 B
19ARG PYTHON_VERSION=3.8.10-r00 B
20ARG WORKDIR=/workdir0 B
21ENV SC_BUILD_TARGET=production0 B
22ENV SERVER_ROOT=/www0 B
23ENV INPUT_FOLDER=/www/inputs0 B
24ENV OUTPUT_FOLDER=/www/outputs0 B
25ENV SERVER_PORT=80800 B
26ENV SERVER_LOG_LEVEL=debug0 B
27ENV SC_USER_ID=90040 B
28ENV SC_USER_NAME=scudy0 B
29RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh1.2 KB
30LABEL maintainer=GitHK0 B
31RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh18.79 MB
32RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh15.21 MB
33RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh3.94 MB
34ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
35RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh121 B
36COPY docker/custom/*.sh /docker # buildkit1.7 KB
37COPY requirements/base.txt /tmp/requirements.txt # buildkit263 B
38RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh243.18 KB
39COPY static-content/hello-world.txt /www/hello-world.txt # buildkit319 B
40COPY src/dy_static_file_server /workdir/dy_static_file_server # buildkit3.46 KB
41WORKDIR /workdir/dy_static_file_server32 B
42EXPOSE map[8080/tcp:{}]0 B
43ENTRYPOINT ["/bin/sh" "/docker/entrypoint.sh"]0 B
44CMD ["/docker/boot.sh"]0 B

Command

ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /