Sign inSign up

appwrite/new:1.1.134-self-hosted

Multi-platform
Index digest

sha256:e72140b3ea14ee90e972ee54e949e86bea0608e1c1c58748474b956222c5b0b8

OS/ARCH

Compressed size

487.92 MB

Last pushed

2 days by appwrite

Type

Image

Manifest digest

sha256:a0047676333c2d0f3aa8a2ee4cd7954d7612a49ca5c6df704f7c044d0e50c1b8

Image Layers

1# debian.sh --arch 'amd64' out/47.05 MB
2RUN /bin/sh -c apt-get update5.63 MB
3COPY docker-entrypoint.sh /usr/local/bin # buildkit296 B
4COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit35.72 MB
5RUN /bin/sh -c mkdir -p185 B
6ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin0 B
7ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B
8ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=00 B
9ARG BUN_INSTALL_BIN=/usr/local/bin0 B
10ENV BUN_INSTALL_BIN=/usr/local/bin0 B
11RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh3.32 KB
12WORKDIR /home/bun/app138 B
13ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B
14CMD ["/usr/local/bin/bun"]0 B
15WORKDIR /app93 B
16COPY package.json package.json # buildkit2.42 KB
17COPY bun.lock bun.lock # buildkit90.03 KB
18ENV NODE_ENV=production0 B
19ENV PORT=30000 B
20ENV APPWRITE_SPECS_ROOT=/app/dist/specs0 B
21RUN /bin/sh -c apt-get update5.31 MB
22COPY /app/public/fonts-ttf/ /usr/share/fonts/appwrite/ # buildkit169.85 KB
23RUN /bin/sh -c fc-cache -f3.83 KB
24COPY /app/dist/ dist # buildkit169.41 MB
25COPY /app/node_modules/ node_modules # buildkit215.04 MB
26COPY server.ts server.ts # buildkit9.34 KB
27COPY src/ src/ # buildkit9.48 MB
28EXPOSE [3000/tcp]0 B
29HEALTHCHECK {Test:[CMD-SHELL bun -e '0 B
30CMD ["bun" "--preload" "./src/lib/sentry/init-server.ts" "./server.ts"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'