1
0

Update opt-add-thunderhub.yml (#849)

* Update opt-add-thunderhub.yml

* Update version number in other files

---------

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
Anthony Potdevin
2023-11-25 09:00:58 +01:00
committed by GitHub
parent 9308ca46a5
commit eb918756cf
3 changed files with 9 additions and 11 deletions

View File

@@ -677,7 +677,7 @@ DOCKERFILE="Dockerfile"
echo "Building fireflyiii/core:latest"
git clone https://dev.azure.com/Firefly-III/_git/MainImage core
cd core
git checkout
git checkout
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "fireflyiii/core:latest" .
cd - && cd ..
@@ -894,18 +894,18 @@ cd - && cd ..
# Build thunderhub
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.13.21/Dockerfile
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.13.23/Dockerfile
DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.13.21/Dockerfile
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.13.23/Dockerfile
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.13.21/Dockerfile
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.13.23/Dockerfile
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
echo "Building apotdevin/thunderhub:base-v0.13.21"
echo "Building apotdevin/thunderhub:base-v0.13.23"
git clone https://github.com/apotdevin/thunderhub thunderhub
cd thunderhub
git checkout v0.13.21
git checkout v0.13.23
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "apotdevin/thunderhub:base-v0.13.21" .
docker build -f "$DOCKERFILE" -t "apotdevin/thunderhub:base-v0.13.23" .
cd - && cd ..
@@ -1177,5 +1177,3 @@ git checkout master
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "romanornr/docker-viacoin:0.15.2" .
cd - && cd ..