sha256:5f3dc36911b50b55d9224450842d8e35a23789dc2902b2d66c8cf99b946d3d3b
OS/ARCH
Compressed size
101.52 MB
Last pushed
5 months by codefreshdevops
Type
Image
Manifest digest
sha256:17c91e49c1123a435f067682abc07ef069bb80fccba5643c940e9b2db7c403d6
Image Layers
1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c addgroup -g49.12 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apk -U2.78 MB11RUN /bin/sh -c npm uninstall488.79 KB12RUN /bin/sh -c addgroup --gid935 B13WORKDIR /app/cf-app-proxy122 B14COPY /app/cf-app-proxy/dist ./dist # buildkit37.6 KB15COPY /app/cf-app-proxy/node_modules ./node_modules # buildkit21.95 MB16COPY /app/cf-app-proxy/package.json ./package.json # buildkit1.24 KB17COPY /app/cf-app-proxy/yarn.lock ./yarn.lock # buildkit136.47 KB18RUN /bin/sh -c chown -R22.13 MB19USER cf-app-proxy:cf-app-proxy0 B20CMD ["node" "--max-http-header-size=180000" "--max-old-space-size=4096" "dist/index.js"]0 BCommand
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit