sha256:ebeb51c9ca8731c21a89d59f89ff594e7e6078ce1098ebe359b6630f12098bb8
OS/ARCH
linux/amd64
Compressed size
95.02 MB
Last pushed
29 days by yeuoly
Type
Image
Manifest digest
sha256:f3650ae8cf7b1930a7b26fd061f18a7750d9128d30af971adc7e22af4c4953ca
Image Layers
1add root layout2.31 KB2mount /out from exec sh84.32 MB3add users and groups374 B4mkdir /app78 B5add metadata6.07 KB6RUN /bin/sh -c apk update5.36 MB7ENV NODE_ENV=production API_URL=http://localhost:8082 PORT=3000 TZ=UTC0 B8RUN /bin/sh -c ln -s200 B9RUN /bin/sh -c mkdir -p118 B10WORKDIR /app/web34 B11COPY --chown=nodejs:nodejs /app/web/public ./public #5.37 KB12COPY --chown=nodejs:nodejs /app/web/.next/standalone ./ #4.34 MB13COPY --chown=nodejs:nodejs /app/web/.next/static ./.next/static #1006.97 KB14COPY --chown=nodejs:nodejs docker/entrypoint.sh ./entrypoint.sh #392 B15RUN /bin/sh -c chmod +x34 B16ARG COMMIT_SHA0 B17ENV COMMIT_SHA=4211abac0 B18HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/health',0 B19USER nodejs0 B20EXPOSE map[3000/tcp:{}]0 B21ENTRYPOINT ["/sbin/tini" "--" "/bin/sh" "./entrypoint.sh"]0 BCommand
add root layout