link-card (sha256:6053bd67c4e8ad38407ab9462784e2f9fc597639a9e55a624c03a25517eaa7f9)

Published 2026-04-18 14:23:52 +02:00 by David

Installation

docker pull dev.a8n.run/a8n-tools/link-card@sha256:6053bd67c4e8ad38407ab9462784e2f9fc597639a9e55a624c03a25517eaa7f9
sha256:6053bd67c4e8ad38407ab9462784e2f9fc597639a9e55a624c03a25517eaa7f9

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c adduser -D -u 1001 appuser # buildkit
COPY /build/target/release/link-card /app/link-card # buildkit
RUN /bin/sh -c chown -R appuser:appuser /app # buildkit
USER appuser
LABEL org.opencontainers.image.source=https://dev.a8n.run/a8n-tools/link-card
ENV RUST_LOG=info
EXPOSE [8080/tcp]
ENTRYPOINT ["/app/link-card"]

Labels

Key Value
org.opencontainers.image.source https://dev.a8n.run/a8n-tools/link-card
Details
Container
2026-04-18 14:23:52 +02:00
0
OCI / Docker
linux/amd64
5 MiB
Versions (1) View all
latest 2026-04-18