Block a user
linkferry (d319a90)
Published 2026-08-13 15:03:45 +08:00 by fengbh
Installation
docker pull gitea.fengbohan.com/fengbh/linkferry:d319a90sha256:0b1722a0b024227b23be87d45cfa859ea50f197f1f0effd6e85556585e856eb4
Image Layers
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.source=https://gitea.fengbohan.com/fengbh/linkferry |
| ARG ALPINE_MIRROR=https://mirrors.aliyun.com/alpine |
| RUN |1 ALPINE_MIRROR=https://mirrors.aliyun.com/alpine /bin/sh -c if [ -n "$ALPINE_MIRROR" ]; then sed -i "s#https://dl-cdn.alpinelinux.org/alpine#$ALPINE_MIRROR#g" /etc/apk/repositories; fi && apk add --no-cache aria2 ca-certificates tzdata && addgroup -g 10001 linkferry && adduser -D -H -u 10001 -G linkferry linkferry # buildkit |
| COPY /out/linkferry /usr/local/bin/linkferry # buildkit |
| USER 10001:10001 |
| ENTRYPOINT ["/usr/local/bin/linkferry"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.revision | d319a90 |
| org.opencontainers.image.source | https://gitea.fengbohan.com/fengbh/linkferry |
Details
Versions (2)
View all