sha256:18caba78b1294ed5c98d24a08e4cdd7b75c75844726103ae09a23a67de572b29
OS/ARCH
linux/arm64
Compressed size
95.46 MB
Last pushed
18 days by yeuoly
Type
Image
Manifest digest
sha256:46ddeeb51d3f45c8e6dc98f23a432c4c65f4310564ba6e68c0c10d1293993ec9
Image Layers
1add root layout2.03 KB2mount /out from exec sh84.66 MB3add users and groups374 B4mkdir /app76 B5add metadata6.08 KB6RUN /bin/sh -c apk update5.48 MB7ENV NODE_ENV=production API_URL=http://localhost:8082 PORT=3000 TZ=UTC0 B8RUN /bin/sh -c ln -s199 B9RUN /bin/sh -c mkdir -p119 B10WORKDIR /app/web34 B11COPY --chown=nodejs:nodejs /app/web/public ./public #5.37 KB12COPY --chown=nodejs:nodejs /app/web/.next/standalone ./ #4.32 MB13COPY --chown=nodejs:nodejs /app/web/.next/static ./.next/static #1008.74 KB14COPY --chown=nodejs:nodejs docker/entrypoint.sh ./entrypoint.sh #392 B15RUN /bin/sh -c chmod +x34 B16ARG COMMIT_SHA0 B17ENV COMMIT_SHA=4642d2e40 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