Block a user
airdcpp-docker (sha-0691b89)
Published 2025-12-02 14:42:52 +01:00 by laurenz
Installation
docker pull git.laurenz.cc/laurenz/airdcpp-docker:sha-0691b89sha256:bbae9d543680d180b2e407d664d3e63200948b1c1258d38e0a6624a8903e8738
Images
| Digest | OS / Arch | Size |
|---|---|---|
| eee8dfc50a | linux/amd64 | 74 MiB |
| 23a3424845 | linux/arm64 | 73 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' out/ 'trixie' '@1763337600' |
| ARG TARGETARCH=arm64 |
| ARG AIRDCPP_VERSION=2.14.0 |
| LABEL maintainer=laurenz |
| LABEL description=AirDC++ multi-architecture container |
| RUN |2 TARGETARCH=arm64 AIRDCPP_VERSION=2.14.0 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /airdcpp |
| COPY airdcpp_2.14.0_webui-2.14.0_64-bit_portable.tar.gz /tmp/airdcpp-amd64.tar.gz # buildkit |
| COPY airdcpp_2.14.0_webui-2.14.0_armhf_portable.tar.gz /tmp/airdcpp-arm.tar.gz # buildkit |
| RUN |2 TARGETARCH=arm64 AIRDCPP_VERSION=2.14.0 /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 |2 TARGETARCH=arm64 AIRDCPP_VERSION=2.14.0 /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-02T13:41:02.338Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 0691b8948a6cd57f509dc12a949990fed5458d0e |
| 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-02 14:42:52 +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