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:
@@ -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 ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user