sha256:0c3bc97f9312751e0fda6436421681792cdf84e71f640dedebd158b478bd7e78
OS/ARCH
linux/amd64
Compressed size
77.16 MB
Last pushed
8 months by apicurioci
Type
Image
Manifest digest
sha256:0c3bc97f9312751e0fda6436421681792cdf84e71f640dedebd158b478bd7e78
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 -c966 B13RUN |1 VERSION=latest /bin/sh -c129 B14WORKDIR /app32 B15COPY --chown=axiom:axiom /build/node_modules ./node_modules #23.19 MB16COPY --chown=axiom:axiom /build/dist ./dist #101.67 KB17COPY --chown=axiom:axiom /build/package*.json ./ #20.71 KB18COPY --chown=axiom:axiom prompts/ ./prompts/ #4.4 KB19COPY --chown=axiom:axiom actions/ ./actions/ #2.08 KB20COPY --chown=axiom:axiom schemas/ ./schemas/ #3.1 KB21COPY --chmod=755 docker/build/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh #880 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