sha256:2bff7aa6f41b82981a0f0e68fe6bd3d3f8e545f4b3acd0b929501795a1ad78b9
OS/ARCH
linux/amd64
Compressed size
176.19 MB
Last pushed
4 months by reiizumi
Type
Image
Manifest digest
sha256:2bff7aa6f41b82981a0f0e68fe6bd3d3f8e545f4b3acd0b929501795a1ad78b9
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd -r1.1 KB3WORKDIR /app93 B4COPY dist/api ./api # buildkit37.33 MB5COPY dist/migrate ./migrate # buildkit37.3 MB6COPY drizzle/ ./drizzle/ # buildkit2.53 KB7COPY entrypoint.sh ./entrypoint.sh # buildkit201 B8RUN /bin/sh -c chmod +x74.63 MB9ENV DATABASE_URL=postgresql://fumi:fumi@localhost:5432/fumi0 B10ENV OIDC_ISSUER=https://auth.example.com/realms/Realm/.well-known/openid-configuration0 B11ENV PORT=30010 B12ENV CORS_ORIGIN=http://localhost:30000 B13USER fumi0 B14EXPOSE map[3001/tcp:{}]0 B15ENTRYPOINT ["./entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'