sha256:342d84759ec3ce6e6562eaf09e06fc64df6481420ce25ac6813e15baf284da55
OS/ARCH
linux/amd64
Compressed size
71.89 MB
Last pushed
4 days by actiwaredevelopment
Type
Image
Manifest digest
sha256:a5ca350e1909fde4291e5b9845b766c9f557a2c06a85d3e36cfd85e03abdd9d1
Image Layers
1# debian.sh --arch 'amd64' out/26.93 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;28.77 MB4RUN /bin/sh -c update-ca-certificates #126.46 KB5ENV IO_USER=io IO_UID=3000 IO_GROUP=io IO_GID=30000 B6RUN /bin/sh -c groupadd -r1.07 KB7COPY --chown=io:io io-project-service /app/io-project-service #16.07 MB8WORKDIR /app32 B9EXPOSE [30002/tcp]0 B10USER 30000 B11ENTRYPOINT ["/app/io-project-service"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1789689600'