Image Details

Summary
Image Reference registry.sc.dtgn.io/smartcompass/applications-omniapi-mpfu6f@sha256:31f1f3d6c5731930f87cacdf06ec8a4dccb17ea655341033fbfe6aa13b328f01
Digest sha256:31f1f3d6c5731930f87cacdf06ec8a4dccb17ea655341033fbfe6aa13b328f01
Media Type application/vnd.oci.image.manifest.v1+json
Image ID 709b527bf94a
Image Size 174.8 MB
Platform linux/amd64
Created On 2026-04-30 21:53:01 UTC
Manifest
config
digest sha256:709b527bf94a3d2e5230f5477dfeabecebc4bdaf8c811b8ece597f884f269057
mediaType application/vnd.oci.image.config.v1+json
size 10 KB
layers
digest sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 3.7 MB
digest sha256:9e177ba73d9ff6d235c7d32bf216469630dcce0a52a6cbde08bd868b7a07e7d5
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.6 MB
digest sha256:4cc15311d45b63612aec3e37d607941ddc636bd3ab45235d8391dc5b2b90faf4
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:8bfa0019f928dcee6004de6c4b85d75774f993212504ac816ede0f3c6ae097de
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 445 B
digest sha256:2bceee2fa2f691af43e51a086842d10d38724fcfbc468004fe23946f2ab94fb3
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:d5ff036382a1e1929db550a9208af255a38229abf118e469333d463687d35ce7
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 973 B
digest sha256:d36952d06ad8ded99a3b5dd4f758be2e6709594d808b53e4a0c51026b6e454ab
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:733a61343d4c7d3e5a23e5b3da1be0bd9fd16da86cef3041680d7fb372c7d4dc
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 119.5 MB
digest sha256:314239427b6a32f12af013a0d80c50c4b12cef47e2c47fa33ef1cca1d3d9e55c
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 634 KB
digest sha256:30217a47b101958ad0b999eff3ea0782ad67d1ba6cb26b2419ae3ae716336872
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 168 KB
digest sha256:cd4b9cf5f4ba7da62eba9349f83889d7edb3c506c0900f3b7ec0f51e57b8cc7b
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.2
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-04-30T18:53:01.673280889-03:00
history
comment buildkit.dockerfile.v0
created 2026-04-15T20:01:40.139676757Z
created_by ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
comment buildkit.dockerfile.v0
created 2026-04-15T20:01:40.139676757Z
created_by CMD ["/bin/sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-15T20:46:40.383757586Z
created_by ENV NODE_VERSION=22.22.2
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-15T20:46:40.383757586Z
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="c58109c8da448196f0d811df7a6079748678132067e3b53d01c8c8a4bcd86992" 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-04-15T20:46:40.383757586Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-15T20:46:43.781664192Z
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-04-15T20:46:43.815113387Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-04-15T20:46:43.815113387Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-15T20:46:43.815113387Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-17T10:22:40.132075811-03:00
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-04-17T10:22:40.642052246-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-04-17T10:22:40.716059032-03:00
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-04-17T10:25:35.181089155-03:00
created_by COPY /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.280166124-03:00
created_by COPY /app/dist/apps/omni-api ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.575651538-03:00
created_by COPY /app/dist/database ./dist/database # buildkit
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by COPY /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by ARG BUILD_DATE
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by ARG VERSION
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by ARG COMMIT_HASH
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by LABEL org.opencontainers.image.created=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by LABEL org.opencontainers.image.version=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by LABEL org.opencontainers.image.revision=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by LABEL org.opencontainers.image.title=omni-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by EXPOSE [3000/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-30T18:53:01.673280889-03:00
created_by CMD ["node" "dist/apps/omni-api/src/main.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1
sha256:1f8b21f3390a09b57b90b6c6d6f04a2f13f9208fb57b331d780e9cd4635cac54
sha256:7e9cf1ccb68e691a29b8bd44ef50d5f954e667ef386aff839565b96d10447243
sha256:0e2b4d22f01d9379afea1a242fbbeebc5fc4d0a90703888b29985c1c8d694758
sha256:16e9a1627fd33be1b69e2820d84a13c711621ec8b133bc2fd8512bde43ce8c43
sha256:b3be1461d344045c8572aec65f6bd642ba0ce708c22b55c34cd4f9beb67969ce
sha256:6e0d8661c30708949f29030f2821ae2b0c9559e81ac45c40a6cf07f13a08a37d
sha256:a5d8c9e3b8bd4e5ca6acd76a6ea54e0c03956c8a57e8eb729d035c8efa6bb92c
sha256:2ba7b6ba52c97f67f68f2eac5e8a77bf4888211863a2cb5a278bb649b1746af9
sha256:24fbe10e4d6249a1fdc09c1078fa362221591e0cf8d665ef3c43ffd795bfdcae
sha256:ce872ef722223b8328483b7ee568ee9e45d761b6fb942b33bf4b22dc6aa0005e
type layers