Skip to content

Commit

Permalink
Bump unrar to 6.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Aug 10, 2023
1 parent 297f273 commit 1c6f5c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

# set version label
ARG UNRAR_VERSION=6.2.6
ARG UNRAR_VERSION=6.2.10
ARG BUILD_DATE
ARG VERSION
ARG SABNZBD_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18

# set version label
ARG UNRAR_VERSION=6.2.6
ARG UNRAR_VERSION=6.2.10
ARG BUILD_DATE
ARG VERSION
ARG SABNZBD_VERSION
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ app_setup_block_enabled: true
app_setup_block: "Initial setup is done via `http://<docker host ip>:<mapped http port>` ie, http://192.168.1.100:8080.\n\nSee the [SABnzbd wiki](https://sabnzbd.org/wiki/) for more information.\n\n### nzb-notify\n\nnzb-notify is included with this image as a convenience script. To use it set the Scripts folder in the Folder settings to /app/nzbnotify and then configure it under Notifications. See [nzb-notify](https://github.com/caronc/nzb-notify/) for more information.\n\n### Download folders\n\nIn Sabnzbd gui settings, under `Folders`, make sure to set the `Completed Download Folder` as `/downloads` and the `Temporary Download Folder` as `/incomplete-downloads`\n\nWe have set `/incomplete-downloads` and `/downloads` as ***optional paths***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.\n\nUse the optional paths if you dont understand, or dont want hardlinks/atomic moves. \n\nThe folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.\n"
# changelog
changelogs:
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
- {date: "03.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "11.05.23:", desc: "Rebase nightly branch to Alpine 3.18, deprecate `arm32v7' (armhf) builds."}
- {date: "15.03.23:", desc: "Switch from p7zip to 7zip, bump unrar to 6.2.6."}
Expand Down

0 comments on commit 1c6f5c9

Please sign in to comment.