Sign inSign up

edgegap/debug-tools:v2.4.12-supervisor

Manifest digest

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 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.23 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.10.200 B
7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B
8RUN /bin/sh -c set -eux;13.18 MB
9RUN /bin/sh -c set -eux;251 B
10CMD ["python3"]0 B
11ENV PYTHONUNBUFFERED=1 PYTHONPATH=/app:0 B
12RUN /bin/sh -c apt-get update5.07 MB
13WORKDIR /app93 B
14RUN /bin/sh -c pip install9.15 MB
15COPY debugtools/ debugtools/ # buildkit30.4 MB
16COPY entrypoint.sh /entrypoint.sh # buildkit179 B
17RUN /bin/sh -c chmod +x213 B
18RUN /bin/sh -c mkdir -p138 B
19RUN /bin/sh -c echo '[unix_http_server]'195 B
20RUN /bin/sh -c echo 'file=/tmp/supervisor.sock'213 B
21RUN /bin/sh -c echo ''216 B
22RUN /bin/sh -c echo '[supervisord]'218 B
23RUN /bin/sh -c echo 'logfile=/tmp/supervisord.log'231 B
24RUN /bin/sh -c echo 'logfile_maxbytes=50MB'249 B
25RUN /bin/sh -c echo 'logfile_backups=10'257 B
26RUN /bin/sh -c echo 'loglevel=info'265 B
27RUN /bin/sh -c echo 'pidfile=/tmp/supervisord.pid'274 B
28RUN /bin/sh -c echo 'nodaemon=true'282 B
29RUN /bin/sh -c echo 'minfds=1024'290 B
30RUN /bin/sh -c echo 'minprocs=200'298 B
31RUN /bin/sh -c echo ''298 B
32RUN /bin/sh -c echo '[rpcinterface:supervisor]'313 B
33RUN /bin/sh -c echo 'supervisor.rpcinterface_factory335 B
34RUN /bin/sh -c echo ''338 B
35RUN /bin/sh -c echo '[supervisorctl]'342 B
36RUN /bin/sh -c echo 'serverurl=unix:///tmp/supervisor.sock'353 B
37RUN /bin/sh -c echo ''354 B
38RUN /bin/sh -c echo '[program:debug-tools]'371 B
39RUN /bin/sh -c echo 'command=/entrypoint.sh'386 B
40RUN /bin/sh -c echo 'directory=/app'393 B
41RUN /bin/sh -c echo 'autostart=true'402 B
42RUN /bin/sh -c echo 'autorestart=true'407 B
43RUN /bin/sh -c echo 'stderr_logfile=/var/log/debug-tools.err.log'424 B
44RUN /bin/sh -c echo 'stdout_logfile=/var/log/debug-tools.out.log'439 B
45RUN /bin/sh -c echo 'user=root'443 B
46ARG VERSION=1.0.00 B
47RUN |1 VERSION=v2.4.12 /bin/sh -c207 B
48EXPOSE map[8000/tcp:{}]0 B
49CMD ["/usr/local/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'