Image Details

Summary
Image Reference registry.sc.dtgn.io/precifiq-api@sha256:2e877e482b70c605ecd23a24e3a86b0a74e57996a3e2db2f1fb5946e7d942ec1
Digest sha256:2e877e482b70c605ecd23a24e3a86b0a74e57996a3e2db2f1fb5946e7d942ec1
Media Type application/vnd.oci.image.manifest.v1+json
Image ID 807ccdf15911
Image Size 180.2 MB
Platform linux/amd64
Created On 2026-06-11 20:45:23 UTC
Manifest
config
digest sha256:807ccdf1591106bebe7e8e7f5aba963df854a192816240d750dc5ea9ed72059b
mediaType application/vnd.oci.image.config.v1+json
size 10 KB
layers
digest sha256:9b70e313681f44d32991ec943f89228bc91d7431d4a84feafc269a76e3f96a63
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 3.7 MB
digest sha256:5b451d10f2bd17da70351ed55ea9a5cf22241907ee50a611d0620f48dce40984
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.9 MB
digest sha256:33583c35945b3eb669ac3a0ccd4542304cff90a458a82c6b8581f0b46c068f93
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:04066241267b482865160bf3b99a4b2b23d0ddd9a36c04c590096fa43d40fed2
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 446 B
digest sha256:ca82d8c723442868a332ad49c62137a6481fb15ca3dc9b3a27fcb41e4b0361aa
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:fa6fb482e405847ccd1aea78baa18539c85a5ab54276dad05aa9a4a6de8d1b91
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 974 B
digest sha256:09d81241462474dcf84b431f43c16c35acb3f5c8055c02bc075c8d8f664b5be3
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:2ff240a0c258f3c7fa10f0bb608aab757b5a03797f18f43fcda440d6095e95b6
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 124.8 MB
digest sha256:ddf6ac168c31ef382d2975a218c21c5c03897443bb250d468b7ff672880c86fd
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 366 KB
digest sha256:46e98650a977f1c03acef097161ecc046e3a03f657615a23e6d63520e1789940
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 177 KB
digest sha256:116853c6bf67a9073dc196b04fade4566782ae84268d85cd0633991115aa2539
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/precifiq-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
3001/tcp
Labels
org.opencontainers.image.created 2026-06-11T20:44:00Z
org.opencontainers.image.revision f27eeaea84bec965bb439fe24a1c010e59d2a636
org.opencontainers.image.title precifiq-api
org.opencontainers.image.version 1.5.2
User nestjs
WorkingDir /app
created 2026-06-11T20:45:23.613078684Z
history
comment buildkit.dockerfile.v0
created 2026-06-09T20:11:31.67032355Z
created_by ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit
comment buildkit.dockerfile.v0
created 2026-06-09T20:11:31.67032355Z
created_by CMD ["/bin/sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:15.800844154Z
created_by ENV NODE_VERSION=22.22.3
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:15.800844154Z
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-06-10T17:18:15.800844154Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:19.891996084Z
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-10T17:18:19.924559056Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:19.924559056Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-10T17:18:19.924559056Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:44:13.46554114Z
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T20:44:13.546391178Z
created_by RUN /bin/sh -c addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nestjs # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T20:44:13.556876526Z
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:03.525849902Z
created_by COPY /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.022029977Z
created_by COPY /app/dist/apps/precifiq-api ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.062469511Z
created_by COPY /app/dist/database ./dist/database # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by COPY /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by ARG BUILD_DATE=2026-06-11T20:44:00Z
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by ARG VERSION=1.5.2
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by ARG COMMIT_HASH=f27eeaea84bec965bb439fe24a1c010e59d2a636
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by LABEL org.opencontainers.image.created=2026-06-11T20:44:00Z
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by LABEL org.opencontainers.image.version=1.5.2
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by LABEL org.opencontainers.image.revision=f27eeaea84bec965bb439fe24a1c010e59d2a636
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by LABEL org.opencontainers.image.title=precifiq-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by EXPOSE [3001/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-06-11T20:45:23.613078684Z
created_by CMD ["node" "dist/apps/precifiq-api/src/main.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:bc5a3fe779ad9e705b6c5d7fb7a482d1bf8b633e4e3e72152ea3f8953460cda9
sha256:c177364502eff5d8f0a73f2fcd76efb032c9285aada62c469ff84eba01ddf389
sha256:8ac280f5eaa5e5e67bc809eadec46b5ccaf40cb7f255e5ae3d70b2bd5cb58749
sha256:8d206bc3913793b324316b47675ec3438606cda0a03da42f0f4ab82469a48f2c
sha256:954931d1d4a2a657a57a408802cbf2f3d698351e4bb66464b24843ac5ec8a3d4
sha256:5b52c3b36a6545f63209a7c18bee8c8d8ceb0b14d132f498e12e91fad31f2323
sha256:13bb6eaff5fc120348bc5715751c6c3166545aeb528453bcc780b4e9e3ccef68
sha256:e31755d45495877fe320af6cc8d02ec5c1ac4dc2b0f9c940fc6a4edfb4060f7c
sha256:588b828d41be0ba8bd3664969bdecc8c05f59c967dce1be365aaab505509a205
sha256:1c798467d429e7561fb02c1e286a060fbb4df424d34113a15b5179b3d7c868d4
sha256:9638d94723da336be8c5300fb4df8b40057846000ad912ed5cc4897c6af89cb8
type layers