sha256:1a6cc6423439613af8fc7041c159f057e94a7fc6e58f5050c67c4ffc46e9d05b
OS/ARCH
linux/amd64
Compressed size
46.76 MB
Last pushed
about 2 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:32ce23b06b1c478931668abb3f50a84aeedad2872401b528a240256dfb708bcf
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.46 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.07 KB7COPY --chown=io:io io-client-service /app/io-client-service #14.25 MB8EXPOSE [30009/tcp]0 B9WORKDIR /app32 B10USER 30000 B11ENTRYPOINT ["/app/io-client-service"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'