Image Details

Summary
Image Reference registry.sc.dtgn.io/enrichment-api@sha256:cbf8298073ea6de9b3cb732a088878847cc81f350228e530462f3b651ff34d36
Digest sha256:cbf8298073ea6de9b3cb732a088878847cc81f350228e530462f3b651ff34d36
Media Type application/vnd.oci.image.manifest.v1+json
Image ID bcd626611ac9
Image Size 174.5 MB
Platform linux/amd64
Created On 2026-04-28 20:01:37 UTC
Manifest
config
digest sha256:bcd626611ac9fca5a6039df8370ffc2be61bced31d3450561c25af5fb454bf98
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:9829aacb212cd388ced3cc7476e27b65c9806107bbe04fe877b2005ad02ebcef
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:6c222345056679f3c4797da284470359f3f7510fd8f9d69488ba8611afd00840
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 973 B
digest sha256:5112a39a08fefd8b9c0f8a09e44043d0f7061705faceecaa81bbacc28a14c8f4
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:8b6760167578af1b3c1a98a76a354baf095bedbe872c465f7b00960a3b5cfb62
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 119.5 MB
digest sha256:50258465448c08315fc3ee7edbcbde5b489dd255c7b6f666b556f36cca064927
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 314 KB
digest sha256:989802819bea38e7861a6e48356c0734dc4cb3107e1efbe4786b10a977dde18a
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 168 KB
digest sha256:76651360e0fc14c187702154d4238e2c00df505769eaf59db293f8bb25028a7a
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.2
YARN_VERSION=1.22.22
NODE_ENV=production
ExposedPorts
3002/tcp
Labels
org.opencontainers.image.created 2026-04-28T19:59:56Z
org.opencontainers.image.revision ccc350888574ae7c2519f5b75850ef6e15efd94e
org.opencontainers.image.title enrichment-api
org.opencontainers.image.version 1.5.2
User nestjs
WorkingDir /app
created 2026-04-28T20:01:37.309361608Z
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-17T13:21:43.995649119Z
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-04-17T13:21:44.088952948Z
created_by RUN /bin/sh -c addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nestjs # buildkit
comment buildkit.dockerfile.v0
created 2026-04-17T13:21:44.101334914Z
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-04-17T13:22:34.305853744Z
created_by COPY /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.274323479Z
created_by COPY /app/dist/apps/enrichment-api ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.299434963Z
created_by COPY /app/dist/database ./dist/database # buildkit
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by COPY /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by ARG BUILD_DATE=2026-04-28T19:59:56Z
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by ARG VERSION=1.5.2
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by ARG COMMIT_HASH=ccc350888574ae7c2519f5b75850ef6e15efd94e
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by LABEL org.opencontainers.image.created=2026-04-28T19:59:56Z
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by LABEL org.opencontainers.image.version=1.5.2
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by LABEL org.opencontainers.image.revision=ccc350888574ae7c2519f5b75850ef6e15efd94e
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by LABEL org.opencontainers.image.title=enrichment-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by EXPOSE [3002/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-28T20:01:37.309361608Z
created_by CMD ["node" "dist/apps/enrichment-api/src/main.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1
sha256:1f8b21f3390a09b57b90b6c6d6f04a2f13f9208fb57b331d780e9cd4635cac54
sha256:7e9cf1ccb68e691a29b8bd44ef50d5f954e667ef386aff839565b96d10447243
sha256:0e2b4d22f01d9379afea1a242fbbeebc5fc4d0a90703888b29985c1c8d694758
sha256:6e86958e752f4882fd3f764d0b4c4eb021476d957acf16856f91aaf92904be9f
sha256:0f459fbf07cd893369eb5d4e2acfde6f39bf35a0db168cefefb8c982258568df
sha256:8ef2636aa86a85b5f9ef0876cb8aa964ebb079401240c294a06c46e2d646c13c
sha256:5008492b8ac71425fcd3398b9f1dd521c076dbfba111dd39bd67524316ac7de3
sha256:901afdbf7e4d5004f51a44ff364ee077d023b83569040b61b41fea2e8eb52b3d
sha256:cbfb1807d93ef7811f9362133558f160bed6819634d916b514259c9febf987dc
sha256:57bee00de251f404d38850babcc2ca6db6879606a714d634eab694ffc65eed4b
type layers