Sign inSign up

amancevice/superset:4.0.2

Multi-platform
Index digest

sha256:9faa1c09654f3541a4f004efe7ca9f74cc2ab113a369dd69254b81342ec53c7e

OS/ARCH

Compressed size

1012.74 MB

Last pushed

about 2 years by amancevice

Type

Image

Manifest digest

sha256:239406e40ed82ad6189b5cffe50536be11d6df36dea7c01cf27937adddb40311

Image Layers

1ADD file ... in / 47.29 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.5 MB
4/bin/sh -c set -eux; apt-get61.03 MB
5/bin/sh -c set -ex; apt-get193.24 MB
6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV LANG=C.UTF-80 B
8RUN /bin/sh -c set -eux;5.95 MB
9ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
10ENV PYTHON_VERSION=3.10.140 B
11RUN /bin/sh -c set -eux;16.06 MB
12RUN /bin/sh -c set -eux;234 B
13ENV PYTHON_PIP_VERSION=23.0.10 B
14ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B
15ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/e03e1607ad60522cf34a92e834138eb89f57667c/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=ee09098395e42eb1f82ef4acb231a767a6ae85504a9cf9983223df0a7cbd35d70 B
17RUN /bin/sh -c set -eux;2.94 MB
18CMD ["python3"]0 B
19ENV FLASK_APP=superset0 B
20ENV GUNICORN_BIND=0.0.0.0:80880 B
21ENV GUNICORN_LIMIT_REQUEST_FIELD_SIZE=81900 B
22ENV GUNICORN_LIMIT_REQUEST_LINE=40940 B
23ENV GUNICORN_THREADS=40 B
24ENV GUNICORN_TIMEOUT=1200 B
25ENV GUNICORN_WORKERS=100 B
26ENV GUNICORN_WORKER_CLASS=gevent0 B
27ENV LANG=C.UTF-80 B
28ENV LC_ALL=C.UTF-80 B
29ENV PYTHONPATH=/etc/superset:/home/superset:0 B
30ENV SUPERSET_HOME=/var/lib/superset0 B
31ENV GUNICORN_CMD_ARGS=--bind 0.0.0.0:8088 --limit-request-field_size 81900 B
32COPY bin /usr/local/bin # buildkit364 B
33VOLUME [/etc/superset]0 B
34VOLUME [/home/superset]0 B
35VOLUME [/var/lib/superset]0 B
36WORKDIR /home/superset118 B
37RUN /bin/sh -c groupadd supergroup24.68 MB
38COPY requirements*.txt ./ # buildkit2.85 KB
39RUN /bin/sh -c pip install639.04 MB
40EXPOSE map[8088/tcp:{}]0 B
41USER superset0 B
42HEALTHCHECK &{["CMD" "curl" "-f" "http://localhost:8088/health"]0 B
43CMD ["gunicorn" "superset.app:create_app()"]0 B

Command

ADD file:9b83dbcd468d7cfbc9032be05a5a2c5fd57bd977997fb6c7794dfed2f5bc3bcc in /