Sign inSign up

amancevice/superset:4.0.0

Multi-platform
Index digest

sha256:ad909b783e2203aabc90e77623d72f84e51eade4ee66387091390c7089a13704

OS/ARCH

Compressed size

1011.07 MB

Last pushed

over 2 years by amancevice

Type

Image

Manifest digest

sha256:ce3be427c8aec4767ccb50c47b29fa3f4402c093b0ca33d30e1f2c220c0778e9

Image Layers

1ADD file ... in / 47.29 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.49 MB
4/bin/sh -c set -eux; apt-get61.03 MB
5/bin/sh -c set -ex; apt-get193.16 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;6.17 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;245 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/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B
16ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 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 # buildkit368 B
33VOLUME [/etc/superset]0 B
34VOLUME [/home/superset]0 B
35VOLUME [/var/lib/superset]0 B
36WORKDIR /home/superset117 B
37RUN /bin/sh -c groupadd supergroup25.46 MB
38COPY requirements.txt ./ # buildkit1.86 KB
39RUN /bin/sh -c pip install489.76 MB
40COPY requirements-dev.txt ./ # buildkit2.62 KB
41RUN /bin/sh -c pip install146.71 MB
42EXPOSE map[8088/tcp:{}]0 B
43USER superset0 B
44HEALTHCHECK &{["CMD" "curl" "-f" "http://localhost:8088/health"]0 B
45CMD ["gunicorn" "superset.app:create_app()"]0 B

Command

ADD file:9b51ed214f9332acf3126d841440c24eed0beac4062487fb360b288f628454dc in /