sha256:0cf593f24f2c2e7d21e9a467cdc7d3b8c42b22ad1eaaf2cc8b3c34acc597ad1b
OS/ARCH
Compressed size
529.87 MB
Last pushed
6 months by josephamsellem
Type
Image
Manifest digest
sha256:96f77557249726d3b375cc8a89b0534e98b60b0cf46a7a45c0b284d215450426
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.21 MB4ENV PYTHON_VERSION=3.14.30 B5ENV PYTHON_SHA256=a97d5549e9ad81fe17159ed02c68774ad5d266c72f8d9a0b5a9c371fe85d902b0 B6RUN /bin/sh -c set -eux;11.59 MB7RUN /bin/sh -c set -eux;249 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/bash37.43 MB14COPY /usr/bin/caddy /usr/bin/caddy # buildkit14.75 MB15COPY /usr/local/bin/node /usr/local/bin/node # buildkit42.83 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/bash175 B19COPY /usr/local/bin/su-exec /usr/local/bin/su-exec # buildkit394.94 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/bash102.98 MB25COPY --chown=9999:9999 /baserow/web-frontend /baserow/web-frontend #12.94 MB26COPY --chown=9999:9999 /baserow/backend /baserow/backend #144.68 MB27COPY --chown=9999:9999 /baserow/premium/backend /baserow/premium/backend #119.2 KB28COPY --chown=9999:9999 /baserow/enterprise/backend /baserow/enterprise/backend #699.12 KB29COPY --chown=9999:9999 /baserow/venv /baserow/venv #130.08 MB30COPY ./backend/docker/mime.types /etc/ # buildkit7.1 KB31COPY --chown=9999:9999 Caddyfile /baserow/caddy/Caddyfile #818 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 'arm64' out/ 'trixie' '@1773619200'