mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-02-19 19:52:00 +08:00
rebase to 3.16 and s6v3, update to dotnet 6
This commit is contained in:
parent
23226b65df
commit
ad03c8985a
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.16
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -25,7 +25,7 @@ RUN \
|
||||
curl -o /tmp/dotnet-install.sh -L \
|
||||
https://dot.net/v1/dotnet-install.sh && \
|
||||
chmod +x /tmp/dotnet-install.sh && \
|
||||
/tmp/dotnet-install.sh -c 5.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
/tmp/dotnet-install.sh -c 6.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
echo "**** install webgrabplus ****" && \
|
||||
if [ -z "$WEBGRAB_VER" ]; then \
|
||||
WEBGRAB_VER=$(curl -fsL http://webgrabplus.com/download/sw | grep -m1 /download/sw/v | sed 's|.*/download/sw/v\(.*\)">V.*|\1|'); \
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.16
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -26,7 +26,7 @@ RUN \
|
||||
curl -o /tmp/dotnet-install.sh -L \
|
||||
https://dot.net/v1/dotnet-install.sh && \
|
||||
chmod +x /tmp/dotnet-install.sh && \
|
||||
/tmp/dotnet-install.sh -c 5.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
/tmp/dotnet-install.sh -c 6.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
echo "**** install webgrabplus ****" && \
|
||||
if [ -z "$WEBGRAB_VER" ]; then \
|
||||
WEBGRAB_VER=$(curl -fsL http://webgrabplus.com/download/sw | grep -m1 /download/sw/v | sed 's|.*/download/sw/v\(.*\)">V.*|\1|'); \
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.15
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.16
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -26,7 +26,7 @@ RUN \
|
||||
curl -o /tmp/dotnet-install.sh -L \
|
||||
https://dot.net/v1/dotnet-install.sh && \
|
||||
chmod +x /tmp/dotnet-install.sh && \
|
||||
/tmp/dotnet-install.sh -c 5.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
/tmp/dotnet-install.sh -c 6.0 --install-dir /app/dotnet --runtime dotnet && \
|
||||
echo "**** install webgrabplus ****" && \
|
||||
if [ -z "$WEBGRAB_VER" ]; then \
|
||||
WEBGRAB_VER=$(curl -fsL http://webgrabplus.com/download/sw | grep -m1 /download/sw/v | sed 's|.*/download/sw/v\(.*\)">V.*|\1|'); \
|
||||
|
||||
@ -70,6 +70,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "23.03.22:", desc: "Rebase to Alpine 3.16 and s6v3. Update to dotnet 6." }
|
||||
- { date: "29.04.22:", desc: "Add `hostname` and `mac_address` arguments that are needed for the license check to compose and cli samples." }
|
||||
- { date: "23.03.22:", desc: "Rebase to Alpine 3.15." }
|
||||
- { date: "23.03.22:", desc: "Update to use dotnet instead of mono." }
|
||||
|
||||
0
root/etc/cont-init.d/30-config → root/etc/s6-overlay/s6-rc.d/init-webgrabplus-config/run
Normal file → Executable file
0
root/etc/cont-init.d/30-config → root/etc/s6-overlay/s6-rc.d/init-webgrabplus-config/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-webgrabplus-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-webgrabplus-config/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
||||
1
root/etc/s6-overlay/s6-rc.d/init-webgrabplus-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-webgrabplus-config/up
Normal file
@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-webgrabplus-config/run
|
||||
0
root/etc/services.d/cron/run → root/etc/s6-overlay/s6-rc.d/svc-cron/run
Normal file → Executable file
0
root/etc/services.d/cron/run → root/etc/s6-overlay/s6-rc.d/svc-cron/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/svc-cron/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/svc-cron/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
||||
Loading…
x
Reference in New Issue
Block a user