sha256:e7066b14ce594f076a3f9d11eed74fff1b47a70f817feaffbe263c79484bedef
OS/ARCH
Compressed size
1.06 GB
Last pushed
7 months by 1panel
Type
Image
Manifest digest
sha256:7cb5ff626896a860b1f11334131093931f418ac4f2cd816597f75b554724b0a5
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;1.14 KB3RUN /bin/sh -c set -ex;5.94 MB4ENV GOSU_VERSION=1.190 B5RUN /bin/sh -c set -eux;1.15 MB6RUN /bin/sh -c set -eux;7.82 MB7ENV LANG=en_US.utf80 B8RUN /bin/sh -c set -eux;1.16 MB9RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d116 B10RUN /bin/sh -c set -ex;3.07 KB11ENV PG_MAJOR=170 B12ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin0 B13ENV PG_VERSION=17.6-2.pgdg13+10 B14RUN /bin/sh -c set -ex;107.5 MB15RUN /bin/sh -c set -eux;10.09 KB16RUN /bin/sh -c install --verbose128 B17ENV PGDATA=/var/lib/postgresql/data0 B18RUN /bin/sh -c install --verbose165 B19VOLUME [/var/lib/postgresql/data]0 B20COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ #5.93 KB21RUN /bin/sh -c ln -sT183 B22ENTRYPOINT ["docker-entrypoint.sh"]0 B23STOPSIGNAL SIGINT0 B24EXPOSE map[5432/tcp:{}]0 B25CMD ["postgres"]0 B26COPY /usr/local /usr/local # buildkit14.69 MB27COPY /opt/py3 /opt/py3 # buildkit7.36 MB28COPY --chmod=500 installer/*.sh /usr/bin/ #1.2 KB29COPY installer/init.sql /docker-entrypoint-initdb.d/ # buildkit216 B30ARG DEPENDENCIES= 0 B31RUN |1 DEPENDENCIES= 95.51 MB32COPY --chmod=700 /opt/maxkb-app/model /opt/maxkb-app/model #373.54 MB33ENV PATH=/opt/py3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin PGDATA=/opt/maxkb/data/postgresql/pgdata POSTGRES_USER=root POSTGRES_PASSWORD=Password123@postgres0 B34EXPOSE [6379/tcp]0 B35ARG DOCKER_IMAGE_TAG=v2.6.1 BUILD_AT=2026-02-10T11:19 GITHUB_COMMIT=90f81600 B36ENV MAXKB_VERSION=v2.6.1 (build at 2026-02-10T11:19,0 B37WORKDIR /opt/maxkb-app32 B38COPY /opt/maxkb-app /opt/maxkb-app # buildkit93.85 MB39COPY /opt/py3 /opt/py3 # buildkit347.35 MB40EXPOSE [8080/tcp]0 B41VOLUME [/opt/maxkb]0 B42ENTRYPOINT ["bash" "-c"]0 B43CMD ["/usr/bin/start-all.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1762202650'