sha256:1ee437f21de15e2c45efc9dc411831051cbc047f313443fe3822b76468565ce7
OS/ARCH
linux/amd64
Compressed size
224.26 MB
Last pushed
5 months by aiastia
Type
Image
Manifest digest
sha256:38374ef72ec28c0b44c606e48079d98da42fddd7d729d95e56e3b9c6a452c918
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV TZ=Asia/Shanghai0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8RUN /bin/sh -c apt-get update164.76 MB9RUN /bin/sh -c pip3 install2.93 MB10RUN /bin/sh -c pip3 install27.37 MB11RUN /bin/sh -c locale-gen en_US.UTF-8845.46 KB12ENV LANG=en_US.UTF-80 B13ENV LC_ALL=en_US.UTF-80 B14RUN /bin/sh -c echo -e1.54 KB15RUN /bin/sh -c mkdir -p114 B16COPY ./docs/docker/init_spug /usr/bin/ # buildkit252 B17COPY ./docs/docker/nginx.conf /etc/nginx/ # buildkit1.04 KB18COPY ./docs/docker/ssh_config /etc/ssh/ # buildkit194 B19COPY ./docs/docker/spug.ini /etc/supervisor/conf.d/spug.conf # buildkit419 B20COPY ./docs/docker/redis.conf /etc/redis.conf # buildkit16.23 KB21COPY ./docs/docker/entrypoint.sh / # buildkit670 B22VOLUME [/data]0 B23EXPOSE [80/tcp]0 B24ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG RELEASE