Compare commits

...

10 Commits

Author SHA1 Message Date
LinuxServer-CI
1a5fdb0072 Bot Updating Package Versions 2022-11-27 21:53:39 -06:00
LinuxServer-CI
c3b95fdabf Bot Updating Package Versions 2022-11-21 05:06:39 +01:00
Adam
65621a9ba3 Merge pull request #200 from linuxserver/lsiown-master 2022-11-13 15:34:22 +00:00
TheSpad
5f0e71b743 Use lsiown for init 2022-11-12 14:23:13 +00:00
LinuxServer-CI
121cbb9462 Bot Updating Package Versions 2022-11-12 05:52:56 -06:00
LinuxServer-CI
ca5673a409 Bot Updating Templated Files 2022-11-12 12:48:12 +01:00
LinuxServer-CI
17dabb494e Bot Updating Package Versions 2022-11-06 22:29:08 -06:00
Adam
f196789a76 Merge pull request #198 from linuxserver/readme-v1 2022-10-31 14:12:47 +00:00
TheSpad
16364f2964 Update changelog and tag list 2022-10-31 13:51:29 +00:00
LinuxServer-CI
83b482ab7a Bot Updating Package Versions 2022-10-30 23:37:46 -05:00
5 changed files with 49 additions and 41 deletions

View File

@@ -49,8 +49,12 @@ jobs:
| jq -r '.config.digest') | jq -r '.config.digest')
image_info=$(curl -sL \ image_info=$(curl -sL \
--header "Authorization: Bearer ${token}" \ --header "Authorization: Bearer ${token}" \
"https://ghcr.io/v2/${image}/blobs/${digest}" \ "https://ghcr.io/v2/${image}/blobs/${digest}")
| jq -r '.container_config') if [[ $(echo $image_info | jq -r '.container_config') == "null" ]]; then
image_info=$(echo $image_info | jq -r '.config')
else
image_info=$(echo $image_info | jq -r '.container_config')
fi
IMAGE_RELEASE=$(echo ${image_info} | jq -r '.Labels.build_version' | awk '{print $3}') IMAGE_RELEASE=$(echo ${image_info} | jq -r '.Labels.build_version' | awk '{print $3}')
IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}') IMAGE_VERSION=$(echo ${IMAGE_RELEASE} | awk -F'-ls' '{print $1}')
if [ -z "${IMAGE_VERSION}" ]; then if [ -z "${IMAGE_VERSION}" ]; then

View File

@@ -65,6 +65,7 @@ This image provides various versions that are available via tags. Please read th
| Tag | Available | Description | | Tag | Available | Description |
| :----: | :----: |--- | | :----: | :----: |--- |
| latest | ✅ | Stable qbittorrent releases | | latest | ✅ | Stable qbittorrent releases |
| libtorrentv1 | ✅ | Static qbittorrent builds using libtorrent v1 |
## Application Setup ## Application Setup
@@ -263,6 +264,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **31.10.22:** - Add libtorrentv1 branch.
* **31.08.22:** - Rebase to Alpine Edge again to follow latest releases. * **31.08.22:** - Rebase to Alpine Edge again to follow latest releases.
* **12.08.22:** - Bump unrar to 6.1.7. * **12.08.22:** - Bump unrar to 6.1.7.
* **16.06.22:** - Rebase to Alpine 3.16 from edge. * **16.06.22:** - Rebase to Alpine 3.16 from edge.

View File

@@ -1,64 +1,64 @@
alpine-baselayout-3.3.0-r2 alpine-baselayout-3.4.0-r0
alpine-baselayout-data-3.3.0-r2 alpine-baselayout-data-3.4.0-r0
alpine-keys-2.4-r1 alpine-keys-2.4-r1
apk-tools-2.12.9-r7 apk-tools-2.12.10-r1
bash-5.2.2-r0 bash-5.2.9-r0
brotli-libs-1.0.9-r8 brotli-libs-1.0.9-r10
busybox-1.35.0-r27 busybox-1.35.0-r29
busybox-binsh-1.35.0-r27 busybox-binsh-1.35.0-r29
ca-certificates-20220614-r2 ca-certificates-20220614-r2
ca-certificates-bundle-20220614-r2 ca-certificates-bundle-20220614-r2
coreutils-9.1-r0 coreutils-9.1-r0
curl-7.85.0-r0 curl-7.86.0-r1
dbus-libs-1.14.4-r0 dbus-libs-1.14.4-r0
double-conversion-3.2.1-r0 double-conversion-3.2.1-r0
gdbm-1.23-r0 gdbm-1.23-r0
glib-2.74.0-r4 glib-2.74.2-r0
icu-data-en-72.1-r1 icu-data-en-72.1-r1
icu-libs-72.1-r1 icu-libs-72.1-r1
jq-1.6-r1 jq-1.6-r2
libacl-2.3.1-r1 libacl-2.3.1-r1
libattr-2.5.1-r1 libattr-2.5.1-r1
libb2-0.98.1-r2 libb2-0.98.1-r2
libblkid-2.38.1-r0 libblkid-2.38.1-r1
libbz2-1.0.8-r3 libbz2-1.0.8-r4
libc-utils-0.7.2-r3 libc-utils-0.7.2-r3
libcrypto3-3.0.5-r3 libcrypto3-3.0.7-r0
libcurl-7.85.0-r0 libcurl-7.86.0-r1
libexpat-2.4.9-r0 libexpat-2.5.0-r0
libffi-3.4.3-r0 libffi-3.4.4-r0
libgcc-12.2.1_git20220924-r3 libgcc-12.2.1_git20220924-r4
libgomp-12.2.1_git20220924-r3 libgomp-12.2.1_git20220924-r4
libintl-0.21.1-r1 libintl-0.21.1-r1
libmount-2.38.1-r0 libmount-2.38.1-r1
libpcre2-16-10.40-r0 libpcre2-16-10.40-r0
libproc-3.3.17-r2 libproc-3.3.17-r2
libssl3-3.0.5-r3 libssl3-3.0.7-r0
libstdc++-12.2.1_git20220924-r3 libstdc++-12.2.1_git20220924-r4
libtorrent-rasterbar-2.0.8-r0 libtorrent-rasterbar-2.0.8-r1
linux-pam-1.5.2-r1 linux-pam-1.5.2-r1
mpdecimal-2.5.1-r1 mpdecimal-2.5.1-r1
musl-1.2.3-r1 musl-1.2.3-r4
musl-utils-1.2.3-r1 musl-utils-1.2.3-r4
ncurses-libs-6.3_p20221008-r0 ncurses-libs-6.3_p20221119-r0
ncurses-terminfo-base-6.3_p20221008-r0 ncurses-terminfo-base-6.3_p20221119-r0
nghttp2-libs-1.50.0-r0 nghttp2-libs-1.51.0-r0
oniguruma-6.9.8-r0 oniguruma-6.9.8-r0
openssl-3.0.5-r3 openssl-3.0.7-r0
p7zip-17.04-r3 p7zip-17.04-r3
pcre2-10.40-r0 pcre2-10.40-r0
procps-3.3.17-r2 procps-3.3.17-r2
python3-3.10.8-r1 python3-3.11.0-r2
qbittorrent-nox-4.4.5-r2 qbittorrent-nox-4.5.0-r0
qt6-qtbase-6.4.0-r1 qt6-qtbase-6.4.1-r1
readline-8.2.0-r0 readline-8.2.0-r0
scanelf-1.3.5-r1 scanelf-1.3.5-r1
shadow-4.10-r3 shadow-4.13-r0
skalibs-2.12.0.1-r0 skalibs-2.12.0.1-r0
sqlite-libs-3.39.4-r0 sqlite-libs-3.40.0-r0
ssl_client-1.35.0-r27 ssl_client-1.35.0-r29
tzdata-2022e-r0 tzdata-2022f-r1
utmps-libs-0.1.2.0-r1 utmps-libs-0.1.2.0-r1
xz-5.2.7-r0 xz-5.2.8-r0
xz-libs-5.2.7-r0 xz-libs-5.2.8-r0
zlib-1.2.13-r0 zlib-1.2.13-r0

View File

@@ -17,6 +17,7 @@ available_architectures:
development_versions: true development_versions: true
development_versions_items: development_versions_items:
- { tag: "latest", desc: "Stable qbittorrent releases" } - { tag: "latest", desc: "Stable qbittorrent releases" }
- { tag: "libtorrentv1", desc: "Static qbittorrent builds using libtorrent v1" }
# container parameters # container parameters
common_param_env_vars_enabled: true common_param_env_vars_enabled: true
@@ -68,6 +69,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- { date: "31.10.22:", desc: "Add libtorrentv1 branch." }
- { date: "31.08.22:", desc: "Rebase to Alpine Edge again to follow latest releases." } - { date: "31.08.22:", desc: "Rebase to Alpine Edge again to follow latest releases." }
- { date: "12.08.22:", desc: "Bump unrar to 6.1.7." } - { date: "12.08.22:", desc: "Bump unrar to 6.1.7." }
- { date: "16.06.22:", desc: "Rebase to Alpine 3.16 from edge." } - { date: "16.06.22:", desc: "Rebase to Alpine 3.16 from edge." }

View File

@@ -11,10 +11,10 @@ fi
# chown download directory if currently not set to abc # chown download directory if currently not set to abc
if [[ -d /downloads ]]; then if [[ -d /downloads ]]; then
if [[ "$(stat -c '%U' /downloads)" != "abc" ]]; then if [[ "$(stat -c '%U' /downloads)" != "abc" ]]; then
chown -R abc:abc /downloads lsiown -R abc:abc /downloads
fi fi
fi fi
# permissions # permissions
chown -R abc:abc \ lsiown -R abc:abc \
/config /config