sha256:5edcc9c9ee7a600122b22711990329acbf5b960ed73353bb44eb70b1a270a0bf
OS/ARCH
linux/amd64
Compressed size
92.33 MB
Last pushed
2 months by fluencebot
Type
Image
Manifest digest
sha256:37c19c253dc6c62f8fc92efcc2f0c40d5b6ebb640f8dc90ee176a42e76abaf35
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update358.96 KB11WORKDIR /app93 B12RUN /bin/sh -c mkdir -p32 B13LABEL org.opencontainers.image.base.name=node:20-bookworm-slim0 B14LABEL org.opencontainers.image.url=https://github.com/fluencelabs/akash-integrator0 B15LABEL org.opencontainers.image.vendor=fluencelabs0 B16LABEL org.opencontainers.image.authors=fluencelabs0 B17LABEL org.opencontainers.image.title=Akash Integrator Adapter0 B18LABEL org.opencontainers.image.description=Akash Adapter Service0 B19ARG PORT=80810 B20EXPOSE [8081/tcp]0 B21COPY /app/node_modules ./node_modules # buildkit23.86 MB22COPY /app/dist ./dist # buildkit55.02 KB23COPY akash-adapter/package.json ./package.json # buildkit652 B24ENV NODE_ENV=production0 B25ENTRYPOINT ["dumb-init" "--"]0 B26CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'