4.0.2-bookworm-slim
sha256:dc4a2681d7632ca6c8c13d9dda965f157b5d1915701944519790e246c848fa94
OS/ARCH
linux/amd64
Compressed size
312.49 MB
Last pushed
about 1 year by root0ps
Type
Image
Manifest digest
sha256:dc4a2681d7632ca6c8c13d9dda965f157b5d1915701944519790e246c848fa94
Image Layers
1# debian.sh --arch 'amd64' out/27.77 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;3.78 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.170 B7ENV PYTHON_SHA256=4c68050f049d1b4ac5aadd0df5f27941c0350d2a9e7ab0907ee5eb5225d9d6b00 B8RUN /bin/sh -c set -eux;17.14 MB9RUN /bin/sh -c set -eux;263 B10CMD ["python3"]0 B11ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 FLASK_APP=superset.app:create_app() PYTHONPATH=/app/pythonpath0 B12WORKDIR /app92 B13RUN /bin/sh -c adduser --disabled-password3.35 KB14COPY /usr/local/lib/python3.10 /usr/local/lib/python3.10 # buildkit212.56 MB15COPY /usr/local/bin /usr/local/bin # buildkit20.63 KB16COPY setup.py MANIFEST.in README.md ./7.14 KB17COPY superset-frontend/package.json superset-frontend/ # buildkit4.44 KB18COPY superset ./superset # buildkit3.97 MB19RUN /bin/sh -c pip install4.6 MB20COPY /app/superset/static/assets ./superset/static/assets # buildkit42.64 MB21COPY --chmod=755 docker/run-server.sh /usr/bin/ #970 B22USER superset0 B23EXPOSE map[8088/tcp:{}]0 B24HEALTHCHECK &{["CMD-SHELL" "curl -f \"http://localhost:${SUPERSET_PORT}/health\""]0 B25CMD ["/usr/bin/run-server.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'