Image Details

Summary
Image Reference registry.stroops.io/veegoo/veegoo-auth@sha256:8574721919cefa984ce52d5dafbc01d7f97f30fbef194bb50a69e8e075b4769b
Digest sha256:8574721919cefa984ce52d5dafbc01d7f97f30fbef194bb50a69e8e075b4769b
Media Type application/vnd.oci.image.manifest.v1+json
Image ID 25ed27b92f11
Image Size 69.2 MB
Platform linux/amd64
Created On 2026-04-29 01:15:22 UTC
Manifest
config
digest sha256:25ed27b92f11c70553db9b609ad0aff601a376008d62a95a2f60899fe8aad823
mediaType application/vnd.oci.image.config.v1+json
size 9 KB
layers
digest sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 3.7 MB
digest sha256:d7319775d025f51b0d7ee7f1224231b07f98b38a21909b5a7e2572e083dcb50a
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 49.1 MB
digest sha256:3eebacc30b80dca2db4fba20ee2c2562ae69dbbdc307fcee75b49cf859cf63e4
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 1.2 MB
digest sha256:1ba15d4bb83a5da0244b0ca03df5cac1a19a914c5b876543cb1065d7fddbc9d5
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 446 B
digest sha256:3f73111ef25f2fabcdadb5671c0ae4b9d5f94ea2b35bbd3050584b781bb77949
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 93 B
digest sha256:9be041a9b5e72a5f75fca75be28e9f9ce041df8ec4f4ab17a1154ec400987016
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 4.5 MB
digest sha256:9d41dd0961080a735b2c6ff82b9b395c5ce468e710f191391e59be8e57be050e
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 22 KB
digest sha256:ea0501eff372ef17f730204821073b4ac9314dc217b0381c5be06a45983a60af
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 10.6 MB
digest sha256:afcd14c914fe94515f9804808f524716e6070eeb64fc2281755881b6ed6476e2
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 4 KB
digest sha256:4361bd0d2707296b77240c71eb76f2e2a6e61b4ba1122f06c1454fd4073f8aa2
mediaType application/vnd.oci.image.layer.v1.tar+gzip
size 974 B
mediaType application/vnd.oci.image.manifest.v1+json
schemaVersion 2
Config File
architecture amd64
config
ArgsEscaped true
Cmd
node
dist/index.js
Entrypoint
docker-entrypoint.sh
Env
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
NODE_VERSION=24.15.0
YARN_VERSION=1.22.22
NODE_ENV=production
PORT=3001
ExposedPorts
3001/tcp
Healthcheck
Interval 30000000000
Retries 3
StartPeriod 5000000000
Test
CMD-SHELL
wget --no-verbose --tries=1 --spider http://localhost:3001/health || exit 1
Timeout 3000000000
User honojs
WorkingDir /app
created 2026-04-29T01:15:22.372371761Z
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-16T13:38:02.651576956Z
created_by ENV NODE_VERSION=24.15.0
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-16T13:38:02.651576956Z
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="8b75070ed35ef8381548f4396d3cf957fd1449db063f288fe00b0cb64456477f" 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-16T13:38:02.651576956Z
created_by ENV YARN_VERSION=1.22.22
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-16T13:38:06.507123982Z
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-16T13:38:06.561565266Z
created_by COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
comment buildkit.dockerfile.v0
created 2026-04-16T13:38:06.561565266Z
created_by ENTRYPOINT ["docker-entrypoint.sh"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-16T13:38:06.561565266Z
created_by CMD ["node"]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:08.360449924Z
created_by WORKDIR /app
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:09.792830551Z
created_by RUN /bin/sh -c corepack enable && corepack prepare pnpm@latest --activate # buildkit
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:09.833566155Z
created_by COPY package.json pnpm-lock.yaml* ./ # buildkit
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:14.265753232Z
created_by RUN /bin/sh -c pnpm install --frozen-lockfile --prod # buildkit
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:22.264142777Z
created_by COPY /app/dist ./dist # buildkit
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:22.372371761Z
created_by RUN /bin/sh -c addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 honojs # buildkit
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:22.372371761Z
created_by USER honojs
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:22.372371761Z
created_by ENV NODE_ENV=production
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:22.372371761Z
created_by ENV PORT=3001
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:22.372371761Z
created_by EXPOSE [3001/tcp]
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:22.372371761Z
created_by HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:3001/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
empty_layer true
comment buildkit.dockerfile.v0
created 2026-04-29T01:15:22.372371761Z
created_by CMD ["node" "dist/index.js"]
empty_layer true
os linux
rootfs
diff_ids
sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1
sha256:1162d08df74cbafeaf49341a64985a65ed1966fb1f267543135d65555918dded
sha256:9cc01943aa824a7bc7e1618e5cb87a7f5b4c3e5758b7868c0f705f80e5c86aba
sha256:7a7517ab2e5a18dba74f216789dd6f3f1284cf9409e00918bae8427052757963
sha256:e5f766624ff0b4e732e1553326bd97f0c1606ad4f45e021e80873440c7bba4b3
sha256:8bab42a44059a1d8761be736b60766e41c21b898eb7d8fe96c24c56b89e6350b
sha256:29e9fd048527a824a5cf369ff1ec95da3e821044503029941acebd939ee1e7b5
sha256:e3bdbf2c8b2bbf0fc63cf901ed682bf54430b71f0bdec0dd6e290d6c884d2e7f
sha256:9f7710fe9ae71025631dd58bbbca3e401c9791f30d3f8adff3c0c1396972567d
sha256:28ecb12d6003199a236a3377ccd3649b59b91155e452755f0a80864ff40d63b6
type layers