storefront (sha256:9d331fbe8ea9fa4947de01c84360cf5730bf88e191e338fc87a23812b67cbaab)

Published 2026-04-10 02:54:15 +02:00 by David

Installation

docker pull dev.a8n.run/a8n-tools/storefront@sha256:9d331fbe8ea9fa4947de01c84360cf5730bf88e191e338fc87a23812b67cbaab
sha256:9d331fbe8ea9fa4947de01c84360cf5730bf88e191e338fc87a23812b67cbaab

Image layers

ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata wget # buildkit
RUN /bin/sh -c adduser -D -u 1001 appuser # buildkit
COPY /build/target/release/storefront /app/storefront # buildkit
COPY templates/ /app/templates/ # buildkit
COPY themes/ /app/themes/ # buildkit
COPY static/ /app/static/ # buildkit
COPY migrations/ /app/migrations/ # buildkit
RUN /bin/sh -c mkdir -p /app/data # buildkit
RUN /bin/sh -c chown -R appuser:appuser /app # buildkit
USER appuser
LABEL org.opencontainers.image.source=https://dev.a8n.run/a8n-tools/storefront
ENV RUST_LOG=info
EXPOSE [4020/tcp]
ENTRYPOINT ["/app/storefront"]

Labels

Key Value
org.opencontainers.image.source https://dev.a8n.run/a8n-tools/storefront
Details
Container
2026-04-10 02:54:15 +02:00
1
OCI / Docker
linux/amd64
54 MiB
Versions (1) View all
latest 2026-04-10