sha256:097dfeb8990e9074465ee3377ce624e01543d10b5b54d49f58a341982bae36e7
OS/ARCH
linux/amd64
Compressed size
73.97 MB
Last pushed
8 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:472608d56075888244d55c49f261ef0f5abcf7c199316454784c4bb70a26eba1
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV AUTH_SERVICE_ADDRESS=http://io-auth-service:30001 DB_HOST=postgres DB_PORT=5432 DEFAULT_DB=io-project-service0 B3RUN /bin/sh -c apt-get update;30.74 MB4RUN /bin/sh -c update-ca-certificates #121.37 KB5ENV IO_USER=io IO_UID=3000 IO_GROUP=io IO_GID=30000 B6RUN /bin/sh -c groupadd -r1.08 KB7COPY --chown=io:io io-project-service /app/io-project-service #16.19 MB8WORKDIR /app32 B9EXPOSE [30002/tcp]0 B10USER 30000 B11ENTRYPOINT ["/app/io-project-service"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400'