1
0

bump NBXplorer

This commit is contained in:
nicolas.dorier
2024-11-14 22:33:07 +09:00
parent a7670a0fb4
commit dba64bf230
3 changed files with 8 additions and 8 deletions

View File

@@ -384,18 +384,18 @@ cd - && cd ..
# Build nbxplorer
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.10/Dockerfile
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.12/Dockerfile
DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.10/Dockerfile
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.12/Dockerfile
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile"
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.10/Dockerfile
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.12/Dockerfile
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
echo "Building nicolasdorier/nbxplorer:2.5.10"
echo "Building nicolasdorier/nbxplorer:2.5.12"
git clone https://github.com/dgarage/nbxplorer nbxplorer
cd nbxplorer
git checkout v2.5.10
git checkout v2.5.12
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.5.10" .
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.5.12" .
cd - && cd ..