rusty-links (sha256:9b280d1e1ba11e338b371d73f994dca63975ce2936de8f6f91cd37e4e993c035)

Published 2026-03-03 20:58:16 +01:00 by David in a8n-tools/rusty-links

Installation

docker pull dev.a8n.run/a8n-tools/rusty-links@sha256:9b280d1e1ba11e338b371d73f994dca63975ce2936de8f6f91cd37e4e993c035
sha256:9b280d1e1ba11e338b371d73f994dca63975ce2936de8f6f91cd37e4e993c035

About this package

rusty-links (standalone)

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'
ARG BUILD_MODE=standalone
RUN |1 BUILD_MODE=standalone /bin/sh -c apt-get update && apt-get install --yes --no-install-recommends ca-certificates tzdata curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 BUILD_MODE=standalone /bin/sh -c useradd --create-home --uid 1001 appuser # buildkit
RUN |1 BUILD_MODE=standalone /bin/sh -c mkdir -p /app/assets /data /config # buildkit
WORKDIR /app
COPY /build/dx-output/ /app/ # buildkit
RUN |1 BUILD_MODE=standalone /bin/sh -c cp /app/public/assets/* /app/assets/ 2>/dev/null || true # buildkit
COPY /build/assets/favicon.ico /app/assets/ # buildkit
RUN |1 BUILD_MODE=standalone /bin/sh -c if [ "$BUILD_MODE" = "saas" ]; then mv /app/rusty-links-saas /app/rusty-links; fi # buildkit
RUN |1 BUILD_MODE=standalone /bin/sh -c chown -R appuser:appuser /app /data /config # buildkit
USER appuser
LABEL org.opencontainers.image.source=https://dev.a8n.run/a8n-tools/rusty-links
LABEL org.opencontainers.image.description=rusty-links (standalone)
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/api/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
ENTRYPOINT ["/app/rusty-links"]

Labels

Key Value
org.opencontainers.image.description rusty-links (standalone)
org.opencontainers.image.source https://dev.a8n.run/a8n-tools/rusty-links
Details
Container
2026-03-03 20:58:16 +01:00
2
OCI / Docker
linux/amd64
56 MiB
Versions (6) View all
latest 2026-04-09
v0.4.0 2026-04-09
v0.3.0 2026-03-18
v1.0.0 2026-03-13
v0.2.0 2026-03-03