Image Details

Summary
Image Reference registry.sc.dtgn.io/smartcompass/applications-omnienrichmentapi-rsypyt@sha256:d3a0a3dd1031f71275efb1f825c3c97a4c4beaa021c220414d4d05527997e268
Digest sha256:d3a0a3dd1031f71275efb1f825c3c97a4c4beaa021c220414d4d05527997e268
Media Type application/vnd.oci.image.manifest.v1+json
Image ID 85cdec35fa5c
Image Size 180.1 MB
Platform linux/amd64
Created On 2026-06-03 14:58:27 UTC
Manifest
config
digest sha256:85cdec35fa5c0c1b8f81b7e92e008a2aabb0bc7360c1abd3875b3d554d9c6ee2
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:d9f8ad6b8c74030ac2b1a15b10e55a77631266d514ec5066d1bb2b6bd433a9d2
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:41f3e6b01087f4404d7595587fb495013eef746050615a85bc95e7a8105b2bd9
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 973 B
digest sha256:fef56ca029ebf6cc8576ac4bc628df728a423ae3918c5519a21548e3b3fc72f4
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:42ecd50678a151f4be919d3c45f4871e79b4b4c1c4136d9ad06e69c5d26f3333
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 124.8 MB
digest sha256:c8caa233d75ea2aaa260faec97424a17700dcfcd7168a35c94513e949fce82e4
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 326 KB
digest sha256:daf65201a5d98a31b8bf05ed2b573e7d5bc9afff69dada07e14c9f229f63dc18
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 173 KB
digest sha256:11913f139fbe8c1605dfead1d2aca960e17702d8b61387427a32ca69be0c1b3e
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/enrichment-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
3002/tcp
Labels
org.opencontainers.image.created
org.opencontainers.image.revision
org.opencontainers.image.title enrichment-api
org.opencontainers.image.version
User nestjs
WorkingDir /app
created 2026-06-03T11:58:27.416579004-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-05-15T16:32:53.919572963-03:00
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-05-15T16:32:54.49864361-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-05-15T16:32:54.602227423-03:00
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-05-25T02:51:11.691568676-03:00
created_by COPY /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:16.165185369-03:00
created_by COPY /app/dist/apps/enrichment-api ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:16.379571986-03:00
created_by COPY /app/dist/database ./dist/database # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by COPY /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by ARG BUILD_DATE
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by ARG VERSION
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by ARG COMMIT_HASH
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by LABEL org.opencontainers.image.created=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by LABEL org.opencontainers.image.version=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by LABEL org.opencontainers.image.revision=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by LABEL org.opencontainers.image.title=enrichment-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by EXPOSE [3002/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-03T11:58:27.416579004-03:00
created_by CMD ["node" "dist/apps/enrichment-api/src/main.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1
sha256:b993ff69822c7aed848b28c18297707a2c5ebdb928476178ed97bfffbd3a0f25
sha256:529c8b21d05ebc796f1fa7b34d8703214f9ee9fc179f826e600c843bf1ac368b
sha256:27b8e0ac1f1242b629c47e8092b842cac436fbdf3da880e6fcb2c436a0198914
sha256:192d786e5585a70fc6e9b3710dbbffe3966d73044e515b0a883c65d699b9d948
sha256:55cfd98ee0bbb69b3e29ab10c7b999a5a3487a76391a27d0415532d034d810d2
sha256:88e38532fe1391ed3663cb4ba6673739dc40223307b4efdc9090481f3fc9a1c3
sha256:d78542c49ee29470e4b0938afcaf9a5a891469e352040cd14951475644e08989
sha256:7c489dc5e93465f6d2aedb1b7f5106ba299763e80048180c8a371d3f7d5fa11f
sha256:6f3411703a9734fe205c253eb39d8cd40292c2e7f7b57014a634dc136b82a58c
sha256:bce3c7a2f8347f216b8d0da29b40f9baba17703f8f9ee96a605ceb459e979c9c
type layers