Block a user
airdcpp-docker (sha-a6f004e)
Published 2025-12-02 11:10:02 +01:00 by laurenz
Installation
docker pull git.laurenz.cc/laurenz/airdcpp-docker:sha-a6f004esha256:ab15a6d19244a7097e48b660d31d10edeb2ce869b230419a23ff392511b0a854
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a8cf11a7a9 | linux/amd64 | 74 MiB |
| 4242afa59e | linux/arm64 | 73 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600' |
| ARG TARGETARCH=amd64 |
| ARG AIRDCPP_VERSION=2.14.0 |
| LABEL maintainer=laurenz |
| LABEL description=AirDC++ multi-architecture container |
| RUN |2 TARGETARCH=amd64 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=amd64 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=amd64 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-02T10:08:31.233Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | a6f004e19f6d44fa8b45057cebad13552ebf9d21 |
| 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 11:10:02 +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