sha256:1feaf60a72d09e7223cd1348ae3c02a8a845d53165d1facfec8509ca4d8bb7c4
OS/ARCH
linux/amd64
Compressed size
45.09 MB
Last pushed
5 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:d80084c551a6df7696762a77c598b520ee448ecaae301b769daa457b1fbd28d8
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ENV DEFAULT_PORT=30009 AUTH_SERVICE_ADDRESS=http://host.docker.internal:30001 DB_HOST=host.docker.internal DB_PORT=54320 B3RUN /bin/sh -c apt-get update;5.45 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-client-service /app/io-client-service #12.59 MB8EXPOSE [30009/tcp]0 B9WORKDIR /app32 B10USER 30000 B11ENTRYPOINT ["/app/io-client-service"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'