Compare commits

..

4 Commits

Author SHA1 Message Date
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
3 changed files with 15 additions and 11 deletions

View File

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

View File

@@ -1,8 +1,8 @@
alpine-baselayout-3.3.0-r3
alpine-baselayout-data-3.3.0-r3
alpine-baselayout-3.4.0-r0
alpine-baselayout-data-3.4.0-r0
alpine-keys-2.4-r1
apk-tools-2.12.10-r1
bash-5.2.2-r0
bash-5.2.2-r1
brotli-libs-1.0.9-r9
busybox-1.35.0-r27
busybox-binsh-1.35.0-r27
@@ -38,8 +38,8 @@ libstdc++-12.2.1_git20220924-r4
libtorrent-rasterbar-2.0.8-r0
linux-pam-1.5.2-r1
mpdecimal-2.5.1-r1
musl-1.2.3-r2
musl-utils-1.2.3-r1
musl-1.2.3-r4
musl-utils-1.2.3-r2
ncurses-libs-6.3_p20221029-r0
ncurses-terminfo-base-6.3_p20221029-r0
nghttp2-libs-1.50.0-r0
@@ -49,7 +49,7 @@ p7zip-17.04-r3
pcre2-10.40-r0
procps-3.3.17-r2
python3-3.10.8-r3
qbittorrent-nox-4.4.5-r2
qbittorrent-nox-4.4.5-r3
qt6-qtbase-6.4.0-r1
readline-8.2.0-r0
scanelf-1.3.5-r1
@@ -57,7 +57,7 @@ shadow-4.10-r3
skalibs-2.12.0.1-r0
sqlite-libs-3.39.4-r0
ssl_client-1.35.0-r27
tzdata-2022f-r0
tzdata-2022f-r1
utmps-libs-0.1.2.0-r1
xz-5.2.7-r0
xz-libs-5.2.7-r0

View File

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