Image Details

Summary
Image Reference registry.sc.dtgn.io/smartcompass/applications-omniapi-mpfu6f@sha256:00660224f45c75116737eb5a743678248246dbda97c35bb12a6df5481e66e1a4
Digest sha256:00660224f45c75116737eb5a743678248246dbda97c35bb12a6df5481e66e1a4
Media Type application/vnd.oci.image.manifest.v1+json
Image ID cd833b5a953c
Image Size 83.6 MB
Platform linux/amd64
Created On 2026-03-12 13:25:10 UTC
Manifest
config
digest sha256:cd833b5a953c67f910945c9e98b2c1542497156ea31b8921a21bdb7df0caf231
mediaType application/vnd.oci.image.config.v1+json
size 9 KB
layers
digest sha256:589002ba0eaed121a1dbf42f6648f29e5be55d5c8a6ee0f8eaa0285cc21ac153
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 3.7 MB
digest sha256:ed87be4595e508c0f2a1ff7a1810938267171d1018a91c41b6dc191f15ca818c
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.7 MB
digest sha256:c699e235cde407e9ab634f43f63d20708c76c61d2817bd98708fc1aa50c09397
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:7c9e1e1c637a965a5768a81fd902f4df05debe64963fcf7c7ed4c5401cc6bcd3
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 447 B
digest sha256:0b9d51b3b7dd8a69d970a8b45671883d53e50879db3975e98918212a369f93c2
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:a1c3c03805c3ecce37cb06fed7de0c600513e50a84bedf5103a38baee4ec4f46
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:0fb047d3e214e35778305fca51128ad7c9eb03e7075634f2180b95d46afc19e7
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 973 B
digest sha256:3befea7e755757ed1a0aba859891996858fdb8dd15203aa7306b348a62ba62ad
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 28.4 MB
digest sha256:c832cfb9e586224fd71c28e85e9d000eebc6dbba91a798bd4e6ad9633be68cf7
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 621 KB
digest sha256:a1c3f1bb944d462c69021b1b1aff47d4717a3a28478367bfffa1673758ae8fb0
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 2 KB
mediaType application/vnd.oci.image.manifest.v1+json
schemaVersion 2
Config File
architecture amd64
config
ArgsEscaped true
Cmd
node
dist/apps/omni-api/apps/omni-api/src/main
Entrypoint
dumb-init
--
Env
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
NODE_VERSION=22.22.1
YARN_VERSION=1.22.22
NODE_ENV=production
ExposedPorts
3000/tcp
Labels
org.opencontainers.image.created
org.opencontainers.image.revision
org.opencontainers.image.title omni-api
org.opencontainers.image.version
User nestjs
WorkingDir /app
created 2026-03-12T10:25:10.539311202-03:00
history
comment buildkit.dockerfile.v0
created 2026-01-28T01:18:04.977843834Z
created_by ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
comment buildkit.dockerfile.v0
created 2026-01-28T01:18:04.977843834Z
created_by CMD ["/bin/sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-05T21:09:25.504041975Z
created_by ENV NODE_VERSION=22.22.1
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-05T21:09:25.504041975Z
created_by RUN /bin/sh -c addgroup -g 1000 node && adduser -u 1000 -G node -s /bin/sh -D node && apk add --no-cache libstdc++ && apk add --no-cache --virtual .build-deps curl && ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" && case "${alpineArch##*-}" in x86_64) ARCH='x64' CHECKSUM="a06721f1566c89eb911546dba6309f7da6613dbcc67c0426588b1f39a7210a95" OPENSSL_ARCH=linux-x86_64;; x86) OPENSSL_ARCH=linux-elf;; aarch64) OPENSSL_ARCH=linux-aarch64;; arm*) OPENSSL_ARCH=linux-armv4;; ppc64le) OPENSSL_ARCH=linux-ppc64le;; s390x) OPENSSL_ARCH=linux-s390x;; *) ;; esac && if [ -n "${CHECKSUM}" ]; then set -eu; curl -fsSLO --compressed "https://unofficial-builds.nodejs.org/download/release/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz"; echo "$CHECKSUM node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" | sha256sum -c - && tar -xJf "node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && ln -s /usr/local/bin/node /usr/local/bin/nodejs; else echo "Building from source" && apk add --no-cache --virtual .build-deps-full binutils-gold g++ gcc gnupg libgcc linux-headers make python3 py-setuptools && export GNUPGHOME="$(mktemp -d)" && for key in 5BE8A3F6C8A5C01D106C0AD820B1A390B168D356 DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 CC68F5A3106FF448322E48ED27F5E38D5B0A215F 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C 108F52B48DB57BB0CC439B2997B01419BD92F80A A363A499291CBBC940DD62E41F10027AF002F8B0 ; do { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" && gpg --batch --fingerprint "$key"; } || { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ; done && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION.tar.xz" && curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" && gpg --batch --decrypt --output SHASUMS256.txt SHASUMS256.txt.asc && gpgconf --kill all && rm -rf "$GNUPGHOME" && grep " node-v$NODE_VERSION.tar.xz\$" SHASUMS256.txt | sha256sum -c - && tar -xf "node-v$NODE_VERSION.tar.xz" && cd "node-v$NODE_VERSION" && ./configure && make -j$(getconf _NPROCESSORS_ONLN) V= && make install && apk del .build-deps-full && cd .. && rm -Rf "node-v$NODE_VERSION" && rm "node-v$NODE_VERSION.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt; fi && rm -f "node-v$NODE_VERSION-linux-$ARCH-musl.tar.xz" && find /usr/local/include/node/openssl/archs -mindepth 1 -maxdepth 1 ! -name "$OPENSSL_ARCH" -exec rm -rf {} \; && apk del .build-deps && node --version && npm --version && rm -rf /tmp/* # buildkit
comment buildkit.dockerfile.v0
created 2026-03-05T21:09:25.504041975Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-05T21:09:28.776279158Z
created_by RUN /bin/sh -c apk add --no-cache --virtual .build-deps-yarn curl gnupg tar && export GNUPGHOME="$(mktemp -d)" && for key in 6A010C5166006599AA17F08146C2130DFD2497F5 ; do { gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" && gpg --batch --fingerprint "$key"; } || { gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" && gpg --batch --fingerprint "$key"; } ; done && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc" && gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz && gpgconf --kill all && rm -rf "$GNUPGHOME" && mkdir -p /opt && tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/ && ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn && ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg && rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz && apk del .build-deps-yarn && yarn --version && rm -rf /tmp/* # buildkit
comment buildkit.dockerfile.v0
created 2026-03-05T21:09:28.824157423Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-03-05T21:09:28.824157423Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-05T21:09:28.824157423Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:24:15.039513923-03:00
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-03-12T10:24:15.110011024-03:00
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-03-12T10:24:15.443052543-03:00
created_by LABEL org.opencontainers.image.created=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:24:15.443052543-03:00
created_by LABEL org.opencontainers.image.version=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:24:15.443052543-03:00
created_by LABEL org.opencontainers.image.revision=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:24:15.443052543-03:00
created_by LABEL org.opencontainers.image.title=omni-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:24:15.443052543-03:00
created_by RUN /bin/sh -c addgroup -g 1001 -S nodejs && adduser -S nestjs -u 1001 # buildkit
comment buildkit.dockerfile.v0
created 2026-03-12T10:24:53.569237307-03:00
created_by COPY --chown=nestjs:nodejs /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-03-12T10:25:10.286610694-03:00
created_by COPY --chown=nestjs:nodejs /app/dist ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-03-12T10:25:10.539311202-03:00
created_by COPY --chown=nestjs:nodejs /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-03-12T10:25:10.539311202-03:00
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:25:10.539311202-03:00
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:25:10.539311202-03:00
created_by EXPOSE [3000/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:25:10.539311202-03:00
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-12T10:25:10.539311202-03:00
created_by CMD ["node" "dist/apps/omni-api/apps/omni-api/src/main"]
empty_layer true
os linux
rootfs
diff_ids
sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e
sha256:ceea3e55bf6a53b27b589d6084fc76c415d4235df52c7c6653a9ef27826317d1
sha256:13516add7c97b16af690360ca771409aaf6fa39f3edf3d0f6a64a4e7bf7d2db1
sha256:7d03813b8f4b6e350b049f52dd505f5ee50d53621c97cbf63796089fdf834ce3
sha256:e1fe750e448408a479559701a9302396d90486ccb89c39b8dde3f765d67822c4
sha256:320f7ef89d49c5d141fe34f9a80554828860dacb05927760a54d7ff1bf50c5ab
sha256:6e03cc75ec26399f3ee8c6f63f05cf5766bc7abd237098cfd28affc05f72a817
sha256:9703a5011f511b3727cc0bb8f0a7c45fbec53e46c7bd2cb0dbcdb8a1337f9532
sha256:e1811c58a9b2e52d0ed5f04413d48f8c331c3730fc73dc0d8e85209a914da2d2
sha256:1449a01068e35b0a204c028fb127cfc3c5f443dac63ab523710d1f61c7895bbd
type layers