sha256:ad4d2065088d73f900f8de68eb386b02aff4c506c4be27d395bc991e1852e41e
OS/ARCH
Compressed size
537.53 MB
Last pushed
6 months by josephamsellem
Type
Image
Manifest digest
sha256:5886ad404d4aa77abe42dcfd6a733be04610c24254921bef61bf39921732dcbe
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.67 MB7RUN /bin/sh -c set -eux;250 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.87 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/bash175 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.6 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.22 KB28COPY --chown=9999:9999 /baserow/enterprise/backend /baserow/enterprise/backend #699.15 KB29COPY --chown=9999:9999 /baserow/venv /baserow/venv #134.47 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 'amd64' out/ 'trixie' '@1771804800'