sha256:dbfd86598923dbf5d025a19cb435da6f5399040bbe5537c5ab09a7cbd1ccead1
OS/ARCH
linux/amd64
Compressed size
78.16 MB
Last pushed
7 months by apicurioci
Type
Image
Manifest digest
sha256:486c4821bae8fffc0daf618d9dc3d39cdb23cebf2f916e92cd63e07d2882f78d
Image Layers
1ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit3.68 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=20.20.00 B4RUN /bin/sh -c addgroup -g40.8 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG VERSION=latest0 B11RUN |1 VERSION=latest /bin/sh -c8.15 MB12RUN |1 VERSION=latest /bin/sh -c965 B13RUN |1 VERSION=latest /bin/sh -c129 B14WORKDIR /app32 B15COPY --chown=axiom:axiom /build/node_modules ./node_modules #24.12 MB16COPY --chown=axiom:axiom /build/dist ./dist #155.67 KB17COPY --chown=axiom:axiom /build/package*.json ./ #36.31 KB18COPY --chown=axiom:axiom prompts/ ./prompts/ #7.86 KB19COPY --chown=axiom:axiom actions/ ./actions/ #2.3 KB20COPY --chown=axiom:axiom schemas/ ./schemas/ #3.12 KB21COPY --chmod=755 docker/build/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh #883 B22USER axiom0 B23VOLUME [/app/config.yaml]0 B24VOLUME [/app/data]0 B25HEALTHCHECK &{["CMD-SHELL" "node -e \"process.exit(0)\"0 B26ENTRYPOINT ["/sbin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]0 B27CMD ["node" "dist/index.js"]0 B28LABEL org.opencontainers.image.title=Apicurio Axiom0 B29LABEL org.opencontainers.image.description=GitHub Automation Service with0 B30LABEL org.opencontainers.image.vendor=Apicurio Community0 B31LABEL org.opencontainers.image.source=https://github.com/Apicurio/apicurio-axiom0 B32LABEL org.opencontainers.image.licenses=Apache-2.00 B33LABEL org.opencontainers.image.version=latest0 BCommand
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit