Skip to content
Merged
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
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.17
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

# set version label
ARG UNRAR_VERSION=6.1.7
ARG UNRAR_VERSION=6.2.8
ARG BUILD_DATE
ARG VERSION
ARG MYLAR3_RELEASE
Expand Down Expand Up @@ -49,16 +49,16 @@ RUN \
tar xf /tmp/mylar3.tar.gz -C \
/app/mylar3/ --strip-components=1 && \
cd /app/mylar3 && \
python3 -m ensurepip --upgrade && \
pip3 install -U --no-cache-dir \
python3 -m venv /lsiopy && \
pip install -U --no-cache-dir \
pip \
wheel && \
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ -r requirements.txt && \
pip install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ -r requirements.txt && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \
rm -rf \
/root/.cache \
$HOME/.cache \
/tmp/*

# add local files
Expand Down
12 changes: 6 additions & 6 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18

# set version label
ARG UNRAR_VERSION=6.1.7
ARG UNRAR_VERSION=6.2.8
ARG BUILD_DATE
ARG VERSION
ARG MYLAR3_RELEASE
Expand Down Expand Up @@ -49,16 +49,16 @@ RUN \
tar xf /tmp/mylar3.tar.gz -C \
/app/mylar3/ --strip-components=1 && \
cd /app/mylar3 && \
python3 -m ensurepip --upgrade && \
pip3 install -U --no-cache-dir \
python3 -m venv /lsiopy && \
pip install -U --no-cache-dir \
pip \
wheel && \
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ -r requirements.txt && \
pip install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.18/ -r requirements.txt && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \
rm -rf \
/root/.cache \
$HOME/.cache \
/tmp/*

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

## Versions

* **11.07.23:** - Rebase to Alpine 3.18
* **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **05.03.23:** - Rebase nightly to Alpine 3.17.
* **13.10.22:** - Move unrar to /usr/bin for backwards compatibility.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ app_setup_block: |
For more detailed setup options, refer to [{{ project_name|capitalize }}]({{ project_url }}).
# changelog
changelogs:
- {date: "11.07.23:", desc: "Rebase to Alpine 3.18"}
- {date: "07.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "05.03.23:", desc: "Rebase nightly to Alpine 3.17."}
- {date: "13.10.22:", desc: "Move unrar to /usr/bin for backwards compatibility."}
Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-mylar3-config/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
oneshot
oneshot
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-mylar3-config/up
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/etc/s6-overlay/s6-rc.d/init-mylar3-config/run
/etc/s6-overlay/s6-rc.d/init-mylar3-config/run
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-mylar3/notification-fd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3
3
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-mylar3/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
longrun
longrun