sha256:96019c9fc0aea668db81f9f0c88f8f5b626a58c5d4a21e516202e406ee852bcf
OS/ARCH
linux/arm64
Compressed size
45.48 MB
Last pushed
7 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:fc073fbfb0d53fc00e557bf9786be7b3bdbf1999df9279dcdc08568ee5a43b02
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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.31 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 #13.24 MB8EXPOSE [30009/tcp]0 B9WORKDIR /app32 B10USER 30000 B11ENTRYPOINT ["/app/io-client-service"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1771804800'