sha256:7ba7a865eb3aa452f3a70cdb36c7f7eff1ba02678bcf61afd53a6e6ad67aabba
OS/ARCH
linux/amd64
Compressed size
87.45 MB
Last pushed
4 months by edgegapagent
Type
Image
Manifest digest
sha256:7ba7a865eb3aa452f3a70cdb36c7f7eff1ba02678bcf61afd53a6e6ad67aabba
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.200 B7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B8RUN /bin/sh -c set -eux;13.18 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=1 PYTHONPATH=/app:0 B12RUN /bin/sh -c apt-get update5.07 MB13WORKDIR /app93 B14RUN /bin/sh -c pip install9.15 MB15COPY debugtools/ debugtools/ # buildkit30.4 MB16COPY entrypoint.sh /entrypoint.sh # buildkit179 B17RUN /bin/sh -c chmod +x213 B18RUN /bin/sh -c mkdir -p138 B19RUN /bin/sh -c echo '[unix_http_server]'195 B20RUN /bin/sh -c echo 'file=/tmp/supervisor.sock'213 B21RUN /bin/sh -c echo ''216 B22RUN /bin/sh -c echo '[supervisord]'218 B23RUN /bin/sh -c echo 'logfile=/tmp/supervisord.log'231 B24RUN /bin/sh -c echo 'logfile_maxbytes=50MB'249 B25RUN /bin/sh -c echo 'logfile_backups=10'257 B26RUN /bin/sh -c echo 'loglevel=info'265 B27RUN /bin/sh -c echo 'pidfile=/tmp/supervisord.pid'274 B28RUN /bin/sh -c echo 'nodaemon=true'282 B29RUN /bin/sh -c echo 'minfds=1024'290 B30RUN /bin/sh -c echo 'minprocs=200'298 B31RUN /bin/sh -c echo ''298 B32RUN /bin/sh -c echo '[rpcinterface:supervisor]'313 B33RUN /bin/sh -c echo 'supervisor.rpcinterface_factory335 B34RUN /bin/sh -c echo ''338 B35RUN /bin/sh -c echo '[supervisorctl]'342 B36RUN /bin/sh -c echo 'serverurl=unix:///tmp/supervisor.sock'353 B37RUN /bin/sh -c echo ''354 B38RUN /bin/sh -c echo '[program:debug-tools]'371 B39RUN /bin/sh -c echo 'command=/entrypoint.sh'386 B40RUN /bin/sh -c echo 'directory=/app'393 B41RUN /bin/sh -c echo 'autostart=true'402 B42RUN /bin/sh -c echo 'autorestart=true'407 B43RUN /bin/sh -c echo 'stderr_logfile=/var/log/debug-tools.err.log'424 B44RUN /bin/sh -c echo 'stdout_logfile=/var/log/debug-tools.out.log'439 B45RUN /bin/sh -c echo 'user=root'443 B46ARG VERSION=1.0.00 B47RUN |1 VERSION=v2.4.12 /bin/sh -c207 B48EXPOSE map[8000/tcp:{}]0 B49CMD ["/usr/local/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'