Image Details

Summary
Image Reference registry.sc.dtgn.io/smartcompass/applications-omniapi-mpfu6f@sha256:e9060dcfc0a4a4142c0c6845830667a9b1fb4e3224ea78038fa23348aca9fc79
Digest sha256:e9060dcfc0a4a4142c0c6845830667a9b1fb4e3224ea78038fa23348aca9fc79
Media Type application/vnd.oci.image.manifest.v1+json
Image ID 74df0bca60ef
Image Size 182.0 MB
Platform linux/amd64
Created On 2026-06-19 18:35:55 UTC
Manifest
config
digest sha256:74df0bca60ef404363f88d85d34f975e73bdfde701a4c697985ada4be0cd0ecb
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:1ab5d8a304ff2fb254054287b801d0212825bd9b10fb64a93b5f087fe1ffe33d
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.9 MB
digest sha256:3c142f572651f90fb95c674eb226e6a09a45da711d2ab3c3e87481685c82d927
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:8757288416597719bcd6765ede6ab4e21eeec30e81150d2ece0ae9dcec49a1ec
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 444 B
digest sha256:415c369c9599a8fe75a0b3a736ed72286c398b971d991474952425e6fa4889b9
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:76727bcae7724c44651c9f83fc8242093e67cab79bff0a6f6f7cca83d5c22865
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 972 B
digest sha256:447980d95af171f20e8cdd0a3761afade87b420fa422bb09ded65f84ce1389d0
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 92 B
digest sha256:bd2067560c4e6040b04e2a6941cada355e0278ac4a9f93b0b35a2f10e4473b86
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 126.2 MB
digest sha256:4be55558542301616730105f009ed6ddf573c7564d3ee448cc71fa1da986247d
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 829 KB
digest sha256:1ca1d43b2ae7d0047d3cb7991f4a799a595f98ba335ed5fa6f63cff0ace0e570
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 178 KB
digest sha256:64636f659f8b833ba58a47daeda321ec6c5cfb1d4c8fe60718faa8aff463ceef
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.23.0
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-19T15:35:55.866142504-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-18T13:45:47.997464451Z
created_by ENV NODE_VERSION=22.23.0
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-18T13:45:47.997464451Z
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="0157386028056147668de74f5ba83a5834f695661580890c49b963ffd370be34" 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-18T13:45:47.997464451Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-18T13:45:51.481223873Z
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-18T13:45:51.533482035Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-18T13:45:51.533482035Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-18T13:45:51.533482035Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:32:59.867666288-03:00
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-06-19T15:33:01.158021111-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-19T15:33:01.535535199-03:00
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-06-19T15:34:56.454078689-03:00
created_by COPY /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:53.174913836-03:00
created_by COPY /app/dist/apps/omni-api ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:53.326981783-03:00
created_by COPY /app/dist/database ./dist/database # buildkit
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by COPY /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by ARG BUILD_DATE
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by ARG VERSION
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by ARG COMMIT_HASH
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by LABEL org.opencontainers.image.created=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by LABEL org.opencontainers.image.version=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by LABEL org.opencontainers.image.revision=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by LABEL org.opencontainers.image.title=omni-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by EXPOSE [3000/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-19T15:35:55.866142504-03:00
created_by CMD ["node" "dist/apps/omni-api/src/main.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:34884abbe92863fce933ed7c39c0e045631af0ed86d5cc0dfbdf9fdca426ce3c
sha256:67d07178115b6011759cff40cd14f51892e5400b489de3499a8b3c07a8329ac7
sha256:61cadb589adf3352b2923fbbb6a0735ecb00f6b5ade7a1dbea137fae7fd51c19
sha256:1e1b55dd7f51bcfb4a8e98758dfd9bef67fbd98d6bf71ba6a26671ff7ee40268
sha256:7005b634270017d8e7ef53ace2c6871c97ecc466becb67dc5b09e675b7406b82
sha256:baeec691e50e607d7cc77a5db71845d24b66d2a387073e0812bb1954ae90a371
sha256:9305d348af6e21063462ac098127963a7bafee793a6d32364cf14945ac33686d
sha256:a23ad97038b7a23c301e3e16ea1411152415261ad19a10d467506738cc9741ea
sha256:834ba8a48dbfcdbd7f602d6cb95820e741c5e6184b94ff166175c95052ad96bc
sha256:3b7fc8623a700c5585712729f082ef50108abb094f041e833485e0d99b479e04
sha256:fa77a90d7fbf476d65601473fdd6b16a76e88dc1beb20b38730bc34d20a658e8
type layers