From ec8b7aca6296ef7a29d366e72f4d8eb118fea94e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 13 Feb 2022 22:20:53 +0100 Subject: [PATCH] Bot Updating Templated Files --- .github/workflows/external_trigger.yml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/external_trigger.yml b/.github/workflows/external_trigger.yml index da0263d..4f2e065 100755 --- a/.github/workflows/external_trigger.yml +++ b/.github/workflows/external_trigger.yml @@ -18,7 +18,7 @@ jobs: fi echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_OSCAM_MASTER\". ****" echo "**** Retrieving external version ****" - EXT_RELEASE=$(docker run --rm alpine:3.9 sh -c 'apk add subversion > /dev/null 2>&1 && svn info --show-item revision https://svn.streamboard.tv/oscam/trunk') + EXT_RELEASE=$(docker run --rm alpine:latest sh -c 'apk add -U --update --no-cache subversion > /dev/null 2>&1 && svn info --show-item revision https://svn.streamboard.tv/oscam/trunk') if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then echo "**** Can't retrieve external version, exiting ****" FAILURE_REASON="Can't retrieve external version for oscam branch master" diff --git a/README.md b/README.md index 5a4c6db..6e86a92 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config + - /path/to/data:/config ports: - 8888:8888 devices: @@ -98,7 +98,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Europe/London \ -p 8888:8888 \ - -v :/config \ + -v /path/to/data:/config \ --device /dev/ttyUSB0:/dev/ttyUSB0 \ --restart unless-stopped \ lscr.io/linuxserver/oscam @@ -247,6 +247,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **19.12.19:** - Rebasing to alpine 3.15. * **19.12.19:** - Rebasing to alpine 3.11. * **28.06.19:** - Rebasing to alpine 3.10. * **29.04.19:** - Add revision check, so pipeline can build new revisions.