1
0

Bump NBXplorer

This commit is contained in:
nicolas.dorier
2024-10-26 10:24:20 +09:00
parent 310dea5ce6
commit d7e603a3a4
3 changed files with 11 additions and 9 deletions

View File

@@ -384,18 +384,18 @@ cd - && cd ..
# Build nbxplorer
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.7/Dockerfile
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.8/Dockerfile
DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.7/Dockerfile
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.8/Dockerfile
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.7/Dockerfile
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.8/Dockerfile
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
echo "Building nicolasdorier/nbxplorer:2.5.7"
echo "Building nicolasdorier/nbxplorer:2.5.8"
git clone https://github.com/dgarage/nbxplorer nbxplorer
cd nbxplorer
git checkout v2.5.7
git checkout v2.5.8
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.5.7" .
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.5.8" .
cd - && cd ..
@@ -645,7 +645,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 ..
@@ -1157,3 +1157,5 @@ git checkout master
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "romanornr/docker-viacoin:0.15.2" .
cd - && cd ..