Sign inSign up

anderegg/dy-static-file-server-dynamic-sidecar-compose-spec:2.0.7

Manifest digest

sha256:24df354940dc5b37e2df80c929ef9d5edd13114184e9d768ac1db50701413032

OS/ARCH

linux/amd64

Compressed size

45.02 MB

Last pushed

over 1 year by anderegg

Type

Image

Manifest digest

sha256:24df354940dc5b37e2df80c929ef9d5edd13114184e9d768ac1db50701413032

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.15-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.15-r0 WORKDIR=/workdir /bin/sh1.2 KB
30LABEL maintainer=GitHK0 B
31RUN |2 PYTHON_VERSION=3.8.15-r0 WORKDIR=/workdir /bin/sh19.32 MB
32RUN |2 PYTHON_VERSION=3.8.15-r0 WORKDIR=/workdir /bin/sh15.27 MB
33RUN |2 PYTHON_VERSION=3.8.15-r0 WORKDIR=/workdir /bin/sh4.95 MB
34ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
35RUN |2 PYTHON_VERSION=3.8.15-r0 WORKDIR=/workdir /bin/sh121 B
36COPY --chown=scudy:scudy docker/custom/*.sh /docker #1.69 KB
37COPY requirements/base.txt /tmp/requirements.txt # buildkit250 B
38RUN |2 PYTHON_VERSION=3.8.15-r0 WORKDIR=/workdir /bin/sh32 B
39COPY --chown=scudy:scudy static-content/hello-world.txt /www/hello-world.txt #318 B
40COPY --chown=scudy:scudy src/dy_static_file_server /workdir/dy_static_file_server #3.38 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 /