Image Details

Summary
Image Reference registry.sc.dtgn.io/smartcompass/applications-omniprecifiqapi-mszic4@sha256:45c4840dcc05203f1196744c75960c15e812b49bf148cf74003db47f1e4af032
Digest sha256:45c4840dcc05203f1196744c75960c15e812b49bf148cf74003db47f1e4af032
Media Type application/vnd.oci.image.manifest.v1+json
Image ID 68075076a0f6
Image Size 128.7 MB
Platform linux/amd64
Created On 2026-04-06 09:37:15 UTC
Manifest
config
digest sha256:68075076a0f6c9a3a6d32a7c05224413c64d3c6438ef6242b7ee73d6ca0f9345
mediaType application/vnd.oci.image.config.v1+json
size 9 KB
layers
digest sha256:589002ba0eaed121a1dbf42f6648f29e5be55d5c8a6ee0f8eaa0285cc21ac153
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 3.7 MB
digest sha256:7ac107224afb008bb83b20444cbc051b129c0ccd8b8db1f42662ab3c42eb0000
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.6 MB
digest sha256:43fd9b73af2598c327c66de0de2e9ebe61c85bb1924fcfdf77b80055161a4b84
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:087b41e5c641ca5ca6e39de79290a61a4f50b3b3a5fbe7db44a0f05c103a6275
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 447 B
digest sha256:d0e8948c46206146d3a65c923cf823e2a5141912c625fbe5d14cd6be2b693cad
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 46 KB
digest sha256:7e35728a9cb860823d50589a8a43e6de288178826074076f179aa7257db69125
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:7c8c3cec33d80901723854a0a30d5b4371c697c63c9311e0929d3ee5c15f9b34
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 975 B
digest sha256:2371e4f51d1f5995726bd58b5e2e46db6e928d8e54623bb5a70b3d1803629468
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 73.7 MB
digest sha256:8e034d151361c7f9385e7426530fc64a944527474be7ea7cf8c04d57b2d12784
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 473 KB
digest sha256:1bbd32a1ea07df02321b26b818374cd7907181999e8212c0586acbad4d1f113b
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/apps/precifiq-api/src/main
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
3001/tcp
Labels
org.opencontainers.image.created
org.opencontainers.image.revision
org.opencontainers.image.title precifiq-api
org.opencontainers.image.version
User nestjs
WorkingDir /app
created 2026-04-06T06:37:15.685222371-03:00
history
comment buildkit.dockerfile.v0
created 2026-01-28T01:18:04.977843834Z
created_by ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
comment buildkit.dockerfile.v0
created 2026-01-28T01:18:04.977843834Z
created_by CMD ["/bin/sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-26T05:36:19.08492872Z
created_by ENV NODE_VERSION=22.22.2
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-26T05:36:19.08492872Z
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-03-26T05:36:19.08492872Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-26T05:36:22.995829387Z
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-03-26T05:36:23.017745882Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-03-26T05:36:23.017745882Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-03-26T05:36:23.017745882Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:36:22.111631833-03:00
created_by RUN /bin/sh -c apk add --no-cache dumb-init # buildkit
comment buildkit.dockerfile.v0
created 2026-04-06T06:36:22.16950381-03:00
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-04-06T06:36:22.49919366-03:00
created_by LABEL org.opencontainers.image.created=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:36:22.49919366-03:00
created_by LABEL org.opencontainers.image.version=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:36:22.49919366-03:00
created_by LABEL org.opencontainers.image.revision=
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:36:22.49919366-03:00
created_by LABEL org.opencontainers.image.title=precifiq-api
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:36:22.49919366-03:00
created_by RUN /bin/sh -c addgroup -g 1001 -S nodejs && adduser -S nestjs -u 1001 # buildkit
comment buildkit.dockerfile.v0
created 2026-04-06T06:37:15.097105887-03:00
created_by COPY --chown=nestjs:nodejs /app/node_modules ./node_modules # buildkit
comment buildkit.dockerfile.v0
created 2026-04-06T06:37:15.583437614-03:00
created_by COPY --chown=nestjs:nodejs /app/dist ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-04-06T06:37:15.685222371-03:00
created_by COPY --chown=nestjs:nodejs /app/package.json ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-04-06T06:37:15.685222371-03:00
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:37:15.685222371-03:00
created_by USER nestjs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:37:15.685222371-03:00
created_by EXPOSE [3001/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:37:15.685222371-03:00
created_by ENTRYPOINT ["dumb-init" "--"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-06T06:37:15.685222371-03:00
created_by CMD ["node" "dist/apps/precifiq-api/apps/precifiq-api/src/main"]
empty_layer true
os linux
rootfs
diff_ids
sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e
sha256:ff6c6e6517b0c2281af54034a8b86a52e294be0718512277ea5f3862bd21f7a1
sha256:10504782e7d55ae95ca3377898c18567cde41c2bcdaf8cbe52ab9342e5926b04
sha256:31299492aaec50b7ada3c2c9415dc1305dd33412701d0edc87089d6037cea9e1
sha256:f00ea381d79868b291d79c01373dffd86261eeb40b44a3848bc50272af407cad
sha256:7e2c06bf6477d10ea7d673a4f582ae7e70f28cef07a0e5c33edb1b9cb7b2717b
sha256:7affa40d6952c05c84df92c4243365067364caf9e886c484cb98c72d8e687303
sha256:6fd966d6c7b145f5f604064abfdc866f4fa5543f09987c8ed601e532bd626df3
sha256:8ba21e14429a30dc787e8c70984f81bc5b4335e8977b6ee4da413e441cfb00f8
sha256:63e9e53ca20a3719385d50a6df0367da99e8bc0d30ed65b6fd9deb00118ecd49
type layers