sha256:e14e71f36962e4b55e2f68466f0a5ea5c453d675aef4cbb0399e323b573644b6
OS/ARCH
Compressed size
531.85 MB
Last pushed
5 months by josephamsellem
Type
Image
Manifest digest
sha256:f3c8c7b23a76edc57e473c57cde8feede3e376b25e848ffcb56eef772d3e4997
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.30 B5ENV PYTHON_SHA256=a97d5549e9ad81fe17159ed02c68774ad5d266c72f8d9a0b5a9c371fe85d902b0 B6RUN /bin/sh -c set -eux;11.68 MB7RUN /bin/sh -c set -eux;251 B8CMD ["python3"]0 B9ARG UID=99990 B10ARG GID=99990 B11SHELL [/bin/bash -o pipefail -c]0 B12ENV DOCKER_USER=baserow_docker_user POSTGRES_VERSION=15 BASEROW_IMAGE_TYPE=all-in-one DATA_DIR=/baserow/data0 B13RUN |2 UID=9999 GID=9999 /bin/bash41.13 MB14COPY /usr/bin/caddy /usr/bin/caddy # buildkit16.19 MB15COPY /usr/local/bin/node /usr/local/bin/node # buildkit42.81 MB16COPY /usr/local/lib/node_modules /usr/local/lib/node_modules # buildkit223.72 KB17COPY /opt/yarn-v1.22.22 /opt/yarn-v1.22.22 # buildkit1.19 MB18RUN |2 UID=9999 GID=9999 /bin/bash176 B19COPY /usr/local/bin/su-exec /usr/local/bin/su-exec # buildkit433.13 KB20ENV POSTGRES_LOCATION=/etc/postgresql/15/main UV_PROJECT_ENVIRONMENT=/baserow/venv UV_CACHE_DIR=/tmp/baserow_uv_cache UV_VERBOSE=10 B21ARG UID=99990 B22ARG GID=99990 B23SHELL [/bin/bash -o pipefail -c]0 B24RUN |2 UID=9999 GID=9999 /bin/bash104.62 MB25COPY --chown=9999:9999 /baserow/web-frontend /baserow/web-frontend #13.32 MB26COPY --chown=9999:9999 /baserow/backend /baserow/backend #147.27 MB27COPY --chown=9999:9999 /baserow/premium/backend /baserow/premium/backend #121.78 KB28COPY --chown=9999:9999 /baserow/enterprise/backend /baserow/enterprise/backend #841.89 KB29COPY --chown=9999:9999 /baserow/venv /baserow/venv #122.42 MB30COPY ./backend/docker/mime.types /etc/ # buildkit7.1 KB31COPY --chown=9999:9999 Caddyfile /baserow/caddy/Caddyfile #817 B32COPY --chown=9999:9999 deploy/all-in-one/supervisor/ /baserow/supervisor #8.13 KB33COPY --chown=9999:9999 deploy/all-in-one/baserow.sh /baserow.sh #4.07 KB34COPY --chown=9999:9999 deploy/plugins/*.sh /baserow/plugins/ #4.58 KB35HEALTHCHECK &{["CMD" "/bin/bash" "/baserow/backend/docker/docker-entrypoint.sh" "backend-healthcheck"]0 B36ENTRYPOINT ["/baserow.sh"]0 B37CMD ["start"]0 B38EXPOSE [80/tcp]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'