Sign inSign up

83incs/superset:4.1.2-v1

Manifest digest

sha256:81552cbd1a2494e85a3da5c36e38a8959d264f9a5ddeaa4153e0622d4eaa3a81

OS/ARCH

linux/amd64

Compressed size

293.19 MB

Last pushed

about 1 year by devops83incs

Type

Image

Manifest digest

sha256:81552cbd1a2494e85a3da5c36e38a8959d264f9a5ddeaa4153e0622d4eaa3a81

Image Layers

1# debian.sh --arch 'amd64' out/27.77 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;3.35 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.10.160 B
7ENV PYTHON_SHA256=bfb249609990220491a1b92850a07135ed0831e41738cf681d63cf01b2a8fbd10 B
8RUN /bin/sh -c set -eux;14.92 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 SUPERSET_ENV=production FLASK_APP=superset.app:create_app()0 B
13RUN /bin/sh -c mkdir -p11.25 MB
14COPY --chown=superset:superset pyproject.toml setup.py MANIFEST.in10.22 KB
15COPY --chown=superset:superset superset-frontend/package.json superset-frontend/ #4.45 KB
16COPY --chown=superset:superset requirements/base.txt requirements/ #2.15 KB
17RUN /bin/sh -c apt-get update184.14 MB
18COPY --chown=superset:superset /app/superset/static/assets superset/static/assets #47.93 MB
19COPY --chown=superset:superset superset superset #2.41 MB
20RUN /bin/sh -c pip install45.71 KB
21COPY --chown=superset:superset /app/superset/translations superset/translations #1.27 MB
22COPY ./scripts/translations/generate_mo_files.sh ./scripts/translations/ # buildkit745 B
23RUN /bin/sh -c ./scripts/translations/generate_mo_files.sh 57.51 KB
24COPY --chmod=755 ./docker/run-server.sh /usr/bin/ #968 B
25USER superset0 B
26HEALTHCHECK &{["CMD-SHELL" "curl -f \"http://localhost:${SUPERSET_PORT}/health\""]0 B
27EXPOSE map[8088/tcp:{}]0 B
28CMD ["/usr/bin/run-server.sh"]0 B
29bash9.72 KB
30bash17.65 KB

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'