Image Details

Summary
Image Reference registry.sc.dtgn.io/smartcompass/applications-omniapi-mpfu6f@sha256:feb2d5cdc2018ee5be1d654e653d667cd765b38dea5747c8d59f2a24d90f8517
Digest sha256:feb2d5cdc2018ee5be1d654e653d667cd765b38dea5747c8d59f2a24d90f8517
Media Type application/vnd.oci.image.manifest.v1+json
Image ID 85b8f233c283
Image Size 180.6 MB
Platform linux/amd64
Created On 2026-06-11 20:16:13 UTC
Manifest
config
digest sha256:85b8f233c283147176341bff8fa665ea35cb69a8a866ddaeb916a2b0be2043e2
mediaType application/vnd.oci.image.config.v1+json
size 10 KB
layers
digest sha256:9b70e313681f44d32991ec943f89228bc91d7431d4a84feafc269a76e3f96a63
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 3.7 MB
digest sha256:5b451d10f2bd17da70351ed55ea9a5cf22241907ee50a611d0620f48dce40984
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.9 MB
digest sha256:33583c35945b3eb669ac3a0ccd4542304cff90a458a82c6b8581f0b46c068f93
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:04066241267b482865160bf3b99a4b2b23d0ddd9a36c04c590096fa43d40fed2
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 446 B
digest sha256:c33adbc2c2e1f5c44bf48f116ecba6610f7fa66b72af123462a762e03ffb6cfc
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:50bbb185a3a259b68ada283d58c5b8531c877efec166d34bd544a4b26fff369e
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 972 B
digest sha256:cc0ab8222eb12ef7bff5132213cd9171735ee5029240de376afaca7921502041
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:fdf8debc57890d2210799243f51b9b2509abaca7f07c1ec5d2aa5e2e7caefa7e
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 124.8 MB
digest sha256:9f81c5da20317440081a5204cbfee26be154261d9777cf8b9656b6d93acb04b1
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 778 KB
digest sha256:b8e7e43705659d879ed9504ffef49aca9277ebbf16cc3e85690606b9cd78a6f0
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 176 KB
digest sha256:3f8c3a2fdae81535d6d3292a824eb7a0683f10e1d47a6e024efff501706a4e44
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/src/main.js
Entrypoint
dumb-init
--
Env
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
NODE_VERSION=22.22.3
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-06-11T17:16:13.733948216-03:00
history
comment buildkit.dockerfile.v0
created 2026-06-09T20:11:31.67032355Z
created_by ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit
comment buildkit.dockerfile.v0
created 2026-06-09T20:11:31.67032355Z
created_by CMD ["/bin/sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:15.800844154Z
created_by ENV NODE_VERSION=22.22.3
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:15.800844154Z
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="fc04ab27123cb34d2bca3416493e86ced2f81e1ab9b51e532721ed27a1ef677d" 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-06-10T17:18:15.800844154Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:19.891996084Z
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-06-10T17:18:19.924559056Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:19.924559056Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:19.924559056Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:13:40.846093304-03:00
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T17:13:41.4486843-03:00
created_by RUN /bin/sh -c addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nestjs # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T17:13:41.656818154-03:00
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-06-11T17:15:33.942538101-03:00
created_by COPY /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:11.77314123-03:00
created_by COPY /app/dist/apps/omni-api ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:11.954503115-03:00
created_by COPY /app/dist/database ./dist/database # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by COPY /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by ARG BUILD_DATE
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by ARG VERSION
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by ARG COMMIT_HASH
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by LABEL org.opencontainers.image.created=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by LABEL org.opencontainers.image.version=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by LABEL org.opencontainers.image.revision=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by LABEL org.opencontainers.image.title=omni-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by EXPOSE [3000/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T17:16:13.733948216-03:00
created_by CMD ["node" "dist/apps/omni-api/src/main.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:bc5a3fe779ad9e705b6c5d7fb7a482d1bf8b633e4e3e72152ea3f8953460cda9
sha256:c177364502eff5d8f0a73f2fcd76efb032c9285aada62c469ff84eba01ddf389
sha256:8ac280f5eaa5e5e67bc809eadec46b5ccaf40cb7f255e5ae3d70b2bd5cb58749
sha256:8d206bc3913793b324316b47675ec3438606cda0a03da42f0f4ab82469a48f2c
sha256:bf464a4057b626874e4bc126b8d3704a9550bd02b499ed1cde8cdaa811dc69a4
sha256:bb64b84b2d6535d052031f060cf577da8a789d8d62a679e988bb09d2aa6e0dcf
sha256:1c661e52931befdd2819131a813d6142b331e1a08f3f8a2749c78c1a47192d6d
sha256:cfc594011508d7d13b82f3123e7044a1da08f730c9e526dc007d39cdc59592af
sha256:936ecb9b9788faede79a87b698789c45c516e3c1ec650641843116fd5a9eb503
sha256:31938e5c4c0b80092e97def6a23a1cb372c906f5233f75fdbff30921beb6742d
sha256:c75d7f222490429c451867bf96ee1d1b27e4ab5516b245a57ebce33a925073e7
type layers