Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

FROM ghcr.io/linuxserver/unrar:latest AS unrar

FROM ghcr.io/by275/libtorrent:1-alpine3.23 AS libtorrent
FROM ghcr.io/by275/libtorrent:1-alpine3.24 AS libtorrent

FROM ghcr.io/linuxserver/baseimage-alpine:3.23
FROM ghcr.io/linuxserver/baseimage-alpine:3.24

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -36,9 +36,9 @@ RUN \
pip install -U --no-cache-dir \
pip \
'setuptools==81' && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \
rencode==1.0.6 && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \
deluge[all]==${DELUGE_VERSION} \
pygeoip && \
echo "**** grab GeoIP database ****" && \
Expand All @@ -55,7 +55,7 @@ RUN \

COPY --from=libtorrent /libtorrent-build/usr/lib/libtorrent-rasterbar.* /usr/lib/

COPY --from=libtorrent /libtorrent-build/usr/lib/python3.12 /lsiopy/lib/python3.12
COPY --from=libtorrent /libtorrent-build/usr/lib/python3.14 /lsiopy/lib/python3.14

# add local files
COPY root/ /
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

FROM ghcr.io/linuxserver/unrar:arm64v8-latest AS unrar

FROM ghcr.io/by275/libtorrent:1-alpine3.23-arm64 AS libtorrent
FROM ghcr.io/by275/libtorrent:1-alpine3.24-arm64 AS libtorrent

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.24

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -36,9 +36,9 @@ RUN \
pip install -U --no-cache-dir \
pip \
'setuptools==81' && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \
rencode==1.0.6 && \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.23/ \
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.24/ \
deluge[all]==${DELUGE_VERSION} \
pygeoip && \
echo "**** grab GeoIP database ****" && \
Expand All @@ -55,7 +55,7 @@ RUN \

COPY --from=libtorrent /libtorrent-build/usr/lib/libtorrent-rasterbar.* /usr/lib/

COPY --from=libtorrent /libtorrent-build/usr/lib/python3.12 /lsiopy/lib/python3.12
COPY --from=libtorrent /libtorrent-build/usr/lib/python3.14 /lsiopy/lib/python3.14

# add local files
COPY root/ /
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **05.07.26:** - Rebase to Alpine 3.24.
* **02.04.26:** - Pin setuptools to 81.
* **29.12.25:** - Rebase to Alpine 3.23, update GeoIP provider, add weekly cronjob to update.
* **12.01.25:** - Rebase to Alpine 3.21.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ init_diagram: |
"deluge:libtorrentv1" <- Base Images
# changelog
changelogs:
- {date: "05.07.26:", desc: "Rebase to Alpine 3.24."}
- {date: "02.04.26:", desc: "Pin setuptools to 81."}
- {date: "29.12.25:", desc: "Rebase to Alpine 3.23, update GeoIP provider, add weekly cronjob to update."}
- {date: "12.01.25:", desc: "Rebase to Alpine 3.21."}
Expand Down