Image Details

Summary
Image Reference registry.sc.dtgn.io/smartcompass/applications-omniapi-mpfu6f@sha256:7fad8fe7939d6810dcd66b6cb79f3a92d2a309b31d87a2f6b37e5b612f0fcf7b
Digest sha256:7fad8fe7939d6810dcd66b6cb79f3a92d2a309b31d87a2f6b37e5b612f0fcf7b
Media Type application/vnd.oci.image.manifest.v1+json
Image ID e366085006e7
Image Size 180.5 MB
Platform linux/amd64
Created On 2026-06-03 19:34:28 UTC
Manifest
config
digest sha256:e366085006e788bd3c4c10b13dda19932a9d9101e44ea78aa8677dc11615b547
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:2ad77fb7cfd3ef9f6a6dfce0020766303fd6404c57ec5d48a336265ff0201132
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.9 MB
digest sha256:b6816b6a041943b79e3f6e0f45fca8a0f83b376014c7525bcb108c6c7b5e9dd7
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:35cf660f63b0ddbe3c26c27dfb34eedfbc0fd96533a1df799ee586109c18ec7d
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 449 B
digest sha256:3102f2c08dd29e86e0f919df51944a3435fc243970f288b04cb655fc86cef326
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:a0c376cfbf03f9a29930b0ab67ce9a50465509a06908a20af0908c59131ce476
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 974 B
digest sha256:5b021c79f88df847acda3cc1fb681b1c1bef2c6d67317a5d3c12abd52811f440
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:04ed0d5344c517386ecbc2a04154a98f1c96045b980a1dd10e5c6b5047eeed44
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 124.8 MB
digest sha256:e17df147a3b9c6d601e08d65ef52237d83d8281d8be2fe89cc2e1b82aea913b9
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 713 KB
digest sha256:9f693578cb6d699a2d76b408d0b0024bbbce2f6408901fc6f99a06f2140e547e
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 174 KB
digest sha256:f1921b2046222a1c7b69769e023ca07bf91749f0c9c58f864b823fa2f4367021
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-03T16:34:28.639557199-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-05-14T16:56:40.321000314Z
created_by ENV NODE_VERSION=22.22.3
empty_layer true
comment buildkit.dockerfile.v0
created 2026-05-14T16:56:40.321000314Z
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-05-14T16:56:40.321000314Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-05-14T16:56:44.114041746Z
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-05-14T16:56:44.144102207Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-05-14T16:56:44.144102207Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-05-14T16:56:44.144102207Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T13:43:12.0199899-03:00
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T13:43:12.475246777-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-03T13:43:12.544706128-03:00
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-06-03T13:45:30.40061795-03:00
created_by COPY /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:01.157611498-03:00
created_by COPY /app/dist/apps/omni-api ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.514792655-03:00
created_by COPY /app/dist/database ./dist/database # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by COPY /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by ARG BUILD_DATE
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by ARG VERSION
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by ARG COMMIT_HASH
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by LABEL org.opencontainers.image.created=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by LABEL org.opencontainers.image.version=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by LABEL org.opencontainers.image.revision=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by LABEL org.opencontainers.image.title=omni-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by EXPOSE [3000/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T16:34:28.639557199-03:00
created_by CMD ["node" "dist/apps/omni-api/src/main.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1
sha256:b993ff69822c7aed848b28c18297707a2c5ebdb928476178ed97bfffbd3a0f25
sha256:529c8b21d05ebc796f1fa7b34d8703214f9ee9fc179f826e600c843bf1ac368b
sha256:27b8e0ac1f1242b629c47e8092b842cac436fbdf3da880e6fcb2c436a0198914
sha256:7ba9e755f9ee85c54ce5aa15cd9036ff392977fc7c35214673b69e8228864da1
sha256:a94257cd08b0d31bd37b6c698a5258cc61b6193b12f2454405ffab06e28eb5b6
sha256:3eb53c480f77e076a6ee244052f13f3d4224c041c51787d19bf8226e630b6134
sha256:76237f5478a8298a313615dc8a4a5dbd1249c466824ba183b537c74dcf4c122b
sha256:90bfd176f5eff6b7e61e299dda52bcfbb192e5d85bd2bc25498c28c944a407f7
sha256:0e92cf9a13c157b93dbae81e2b6dfe54e8e0a4d2c8b502be59ac818e8facd608
sha256:82e609003480f855bca8f0a66076cc432056975094a2df3b9d2eadbe41ab1336
type layers