sha256:8e7d27e24d0ec25e4825906359395efef0fe89d89b6c44d5a9fbb7b9dee142e7
OS/ARCH
Compressed size
145.73 MB
Last pushed
3 months by codefreshdevops
Type
Image
Manifest digest
sha256:41bd69bd36a9c53d7072a1588d242c7dabf00cbb54085fa4ed5331d618292503
Image Layers
1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c addgroup -g50.09 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apk -U2.92 MB11RUN /bin/sh -c npm uninstall492.87 KB12RUN /bin/sh -c addgroup --gid935 B13WORKDIR /app/cf-app-proxy121 B14COPY /app/cf-app-proxy/dist ./dist # buildkit37.3 KB15COPY /app/cf-app-proxy/node_modules ./node_modules # buildkit43.49 MB16COPY /app/cf-app-proxy/package.json ./package.json # buildkit1.23 KB17COPY /app/cf-app-proxy/yarn.lock ./yarn.lock # buildkit162.77 KB18RUN /bin/sh -c chown -R43.69 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.24.1-x86_64.tar.gz / # buildkit