Image Details

Summary
Image Reference registry.sc.dtgn.io/smartcompass/applications-omniapi-mpfu6f@sha256:94e7638cf7f24345caf9271bbb1dc6598e4e959930805b456ea21130bce1b7ec
Digest sha256:94e7638cf7f24345caf9271bbb1dc6598e4e959930805b456ea21130bce1b7ec
Media Type application/vnd.oci.image.manifest.v1+json
Image ID d441d586ba4a
Image Size 180.6 MB
Platform linux/amd64
Created On 2026-06-16 18:33:53 UTC
Manifest
config
digest sha256:d441d586ba4a0f0e2c8832e75a6505bf292d9b433df742039e9ed4c57f6e1a66
mediaType application/vnd.oci.image.config.v1+json
size 10 KB
layers
digest sha256:55afa1ecc21d2bb5e5045f32dafee56272ffd89860bac26f6c32123439af26a4
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 3.7 MB
digest sha256:6f79f5d7e8a5afbeb2462a07a3e3f1b9e2c137f153b24ab9ee8f9f3a29fc9f54
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.9 MB
digest sha256:a2a508442c34f2faa2347a0c18e3fa5a9c294dab3d8022f5fd75aff26a054b3e
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:2b03375268c3aba48c372f5dec52986c73b7798c20e1efa6e51df65416a01487
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 445 B
digest sha256:45df1b945ddd3ade6b654deaa418fed88e8d02679412ec47d533040ab75ecb3c
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:3f441b07be26a082efcb65d3bb5c30be8c0a543fa8436286496a419be5f48d7d
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 969 B
digest sha256:d2a70c46cf5772dbdc1fa9fe870a0859e04424c8f34434f0f4cf89adf2560a64
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:83e0d61aa4417ab05d37a5d06c93c5c3e710d85a1303a7bd1f91174afe9e20ce
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 124.8 MB
digest sha256:bc6148e4b186c949841dca0713d79306922869fbacea620668e00801c593cd78
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 826 KB
digest sha256:db60fa438c43bf3f77798f1c6ecdd89576031cab7afea1a17ebbbc9d71c6bb04
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 178 KB
digest sha256:8a1df26fd301051a0e02a9acdaf580051196064a0e8cecac89599c0a09517fcf
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-16T15:33:53.78175712-03:00
history
comment buildkit.dockerfile.v0
created 2026-06-16T00:01:29.967161902Z
created_by ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
comment buildkit.dockerfile.v0
created 2026-06-16T00:01:29.967161902Z
created_by CMD ["/bin/sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T00:20:00.485351055Z
created_by ENV NODE_VERSION=22.22.3
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T00:20:00.485351055Z
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-16T00:20:00.485351055Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T00:20:03.804870768Z
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-16T00:20:03.831035152Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-16T00:20:03.831035152Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T00:20:03.831035152Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:30:25.359189294-03:00
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-06-16T15:30:26.288856469-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-16T15:30:26.458882459-03:00
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-06-16T15:32:59.690810124-03:00
created_by COPY /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:51.885193712-03:00
created_by COPY /app/dist/apps/omni-api ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:52.078044384-03:00
created_by COPY /app/dist/database ./dist/database # buildkit
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by COPY /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by ARG BUILD_DATE
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by ARG VERSION
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by ARG COMMIT_HASH
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by LABEL org.opencontainers.image.created=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by LABEL org.opencontainers.image.version=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by LABEL org.opencontainers.image.revision=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by LABEL org.opencontainers.image.title=omni-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by EXPOSE [3000/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-16T15:33:53.78175712-03:00
created_by CMD ["node" "dist/apps/omni-api/src/main.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:34884abbe92863fce933ed7c39c0e045631af0ed86d5cc0dfbdf9fdca426ce3c
sha256:da5bb52b6bf9b391f3dcb16bdc99f184dd13bb6c50b2134aac0d95a46791b14c
sha256:12eb2dad5114cb9c7b843b057ec45c372f7e09dac2420230a6c2235828376ec0
sha256:63f343529eba16c7d102f6948b64de8d02de86ba1c15a6423485e6ba4a8ee298
sha256:373818361dbbe1ff1b6b70b4952d615c40da8252d068ec3f30fdc3e04a73af94
sha256:5df33243de8d091f0bb8c7dd563093ec4b4d768c6bd753dc504191cf9b44ff11
sha256:3dc72f36bffa6cb7469f26176a7823ad8fb74f76d15e089888dfe67ec436f269
sha256:202b88fe437ff2385f76cdd74b88ad8e57279bd3c1347b0df96294ee15c06535
sha256:88b864fcf6ad32b84d6fd31435435be442c84f924d5e893eeea79edb7b0bc06d
sha256:d6863e1ab676393f87ab8f13d2d27152ebe277e17d20dc8e6720fcf7d2242732
sha256:a08313bf71176100e8f7a0648c9f820aa63746c4da617e0d475389a94bf349fb
type layers