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 MB2CMD ["/bin/sh"]0 B3ARG SERVER_VERSION=0.0.00 B4ENV SERVER_VERSION=2.0.20 B5LABEL version=2.0.2 description=A blazing0 B6/bin/sh -c apk --no-cache add640.86 KB7/bin/sh -c set -ex; wget2.15 MB8COPY file:3dce5ab91eb0374bd564f10214f52e532f6b33ba30957f459892e9c03817264b in / 220 B9COPY dir:f87cadacf3ad0ac75b794e748fb1ac345325620c7b1f9f685c5d84ff130f9663 in /public 11.46 KB10EXPOSE 800 B11VOLUME [/public]0 B12ENTRYPOINT ["/entrypoint.sh"]0 B13CMD ["static-web-server"]0 B14LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/joseluisq/static-web-server0 B15LABEL org.label-schema.build-date=2021-08-29T20:31:15Z0 B16LABEL org.label-schema.schema-version=1.00 B17LABEL org.label-schema.vcs-ref=d165213f375b5394736c97d68b348818d79b2d4a0 B18LABEL org.label-schema.vcs-url=https://git.joseluisq.net/joseluisq/static-web-server.git0 B19ARG PYTHON_VERSION=3.8.10-r00 B20ARG WORKDIR=/workdir0 B21ENV SC_BUILD_TARGET=production0 B22ENV SERVER_ROOT=/www0 B23ENV INPUT_FOLDER=/www/inputs0 B24ENV OUTPUT_FOLDER=/www/outputs0 B25ENV SERVER_PORT=80800 B26ENV SERVER_LOG_LEVEL=debug0 B27ENV SC_USER_ID=90040 B28ENV SC_USER_NAME=scudy0 B29RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh1.2 KB30LABEL maintainer=GitHK0 B31RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh18.79 MB32RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh15.21 MB33RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh3.94 MB34ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B35RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh121 B36COPY docker/custom/*.sh /docker # buildkit1.7 KB37COPY requirements/base.txt /tmp/requirements.txt # buildkit263 B38RUN |2 PYTHON_VERSION=3.8.10-r0 WORKDIR=/workdir /bin/sh243.18 KB39COPY static-content/hello-world.txt /www/hello-world.txt # buildkit319 B40COPY src/dy_static_file_server /workdir/dy_static_file_server # buildkit3.46 KB41WORKDIR /workdir/dy_static_file_server32 B42EXPOSE map[8080/tcp:{}]0 B43ENTRYPOINT ["/bin/sh" "/docker/entrypoint.sh"]0 B44CMD ["/docker/boot.sh"]0 BCommand
ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /