rusty-links (sha256:d04988b7df58d52aa1e7213eca5b941cb4fc65b1b4434ea078794e6e672e653b)
Installation
docker pull dev.a8n.run/a8n-tools/rusty-links@sha256:d04988b7df58d52aa1e7213eca5b941cb4fc65b1b4434ea078794e6e672e653bsha256:d04988b7df58d52aa1e7213eca5b941cb4fc65b1b4434ea078794e6e672e653bAbout this package
rusty-links (standalone)
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1775433600' |
| 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
2026-04-09 16:22:31 +02:00
Versions (6)
View all
Container
0
OCI / Docker
linux/amd64
59 MiB