sha256:e7066b14ce594f076a3f9d11eed74fff1b47a70f817feaffbe263c79484bedef
OS/ARCH
Compressed size
1.15 GB
Last pushed
7 months by 1panel
Type
Image
Manifest digest
sha256:23c52d2d03b28b59f8f36b9bdfb4c61ff97b04bd2e1c9297aee8c951a8bc06fa
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.14 KB3RUN /bin/sh -c set -ex;6.14 MB4ENV GOSU_VERSION=1.190 B5RUN /bin/sh -c set -eux;1.2 MB6RUN /bin/sh -c set -eux;7.82 MB7ENV LANG=en_US.utf80 B8RUN /bin/sh -c set -eux;1.25 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;108.82 MB15RUN /bin/sh -c set -eux;10.1 KB16RUN /bin/sh -c install --verbose128 B17ENV PGDATA=/var/lib/postgresql/data0 B18RUN /bin/sh -c install --verbose166 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.74 MB27COPY /opt/py3 /opt/py3 # buildkit7.36 MB28COPY --chmod=500 installer/*.sh /usr/bin/ #1.2 KB29COPY installer/init.sql /docker-entrypoint-initdb.d/ # buildkit215 B30ARG DEPENDENCIES= 0 B31RUN |1 DEPENDENCIES= 102.12 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.58 MB39COPY /opt/py3 /opt/py3 # buildkit434.52 MB40EXPOSE [8080/tcp]0 B41VOLUME [/opt/maxkb]0 B42ENTRYPOINT ["bash" "-c"]0 B43CMD ["/usr/bin/start-all.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1762202650'