Block a user
airdcpp-docker (sha-e7f2b6f)
Published 2025-12-05 11:55:39 +01:00 by laurenz
Installation
docker pull git.laurenz.cc/laurenz/airdcpp-docker:sha-e7f2b6fsha256:ae43851f2450debf02a53279735ddf68a5fa86695c6e46e84061adef801f1aa4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| cd8b3bcb20 | linux/amd64 | 74 MiB |
| e961f26e1e | linux/arm64 | 78 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'trixie' '@1763337600' |
| ARG TARGETARCH=arm64 |
| LABEL maintainer=laurenz |
| LABEL description=AirDC++ multi-architecture container |
| RUN |1 TARGETARCH=arm64 /bin/sh -c if [ "$TARGETARCH" != "amd64" ]; then dpkg --add-architecture armhf; fi && apt-get update && apt-get install -y --no-install-recommends ca-certificates $(if [ "$TARGETARCH" != "amd64" ]; then echo "libc6:armhf libstdc++6:armhf libgcc-s1:armhf"; fi) && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /airdcpp |
| COPY airdcpp_*_64-bit_portable.tar.gz /tmp/airdcpp-amd64.tar.gz # buildkit |
| COPY airdcpp_*_armhf_portable.tar.gz /tmp/airdcpp-arm.tar.gz # buildkit |
| RUN |1 TARGETARCH=arm64 /bin/sh -c if [ "$TARGETARCH" = "amd64" ]; then tar -xzf /tmp/airdcpp-amd64.tar.gz -C /airdcpp --strip-components=1; elif [ "$TARGETARCH" = "arm" ] || [ "$TARGETARCH" = "arm64" ]; then tar -xzf /tmp/airdcpp-arm.tar.gz -C /airdcpp --strip-components=1; else echo "Unsupported architecture: $TARGETARCH"; exit 1; fi && rm -f /tmp/airdcpp-*.tar.gz && chmod +x /airdcpp/airdcppd # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN |1 TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENV AIRDCPP_USERNAME=admin |
| ENV AIRDCPP_PASSWORD=changeme |
| VOLUME [/airdcpp/.airdcpp] |
| EXPOSE [21248/tcp 21248/udp 21249/tcp 5600/tcp 5601/tcp] |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD [] |
Labels
| Key | Value |
|---|---|
| description | AirDC++ multi-architecture container |
| maintainer | laurenz |
| org.opencontainers.image.created | 2025-12-05T10:53:24.643Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | e7f2b6f22b4fe8ef55a7068b367045d6ff0667cd |
| org.opencontainers.image.source | https://git.laurenz.cc/laurenz/airdcpp-docker |
| org.opencontainers.image.title | airdcpp-docker |
| org.opencontainers.image.url | https://git.laurenz.cc/laurenz/airdcpp-docker |
| org.opencontainers.image.version | main |
Details
2025-12-05 11:55:39 +01:00
Versions (14)
View all
Container
0
OCI / Docker
buildcache
2025-12-06
latest
2025-12-05
sha-e4e912a
2025-12-05
main
2025-12-05
sha-e299176
2025-12-05