This commit is contained in:
@ -4,8 +4,7 @@ cd "${0%/*}/.."
|
||||
source ./config/config.sh
|
||||
export PROP_SERVER_KEY=$(cat ./config/id_rsa)
|
||||
|
||||
export UI_MODE=$1
|
||||
docker build \
|
||||
--build-arg UI_MODE --build-arg PROP_SERVER --build-arg PROP_SERVER_USER \
|
||||
--build-arg PROP_SERVER --build-arg PROP_SERVER_USER \
|
||||
--build-arg PROP_SERVER_KEY --build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER \
|
||||
-t registry.chrz.de:443/move2docker:$UI_MODE-$(arch) .
|
||||
-t registry.chrz.de:443/move2docker:$(arch) .
|
@ -4,9 +4,8 @@ cd "${0%/*}/.."
|
||||
source ./config/config.sh
|
||||
export PROP_SERVER_KEY=$(cat ./config/id_rsa)
|
||||
|
||||
export UI_MODE=$1
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--build-arg UI_MODE --build-arg PROP_SERVER --build-arg PROP_SERVER_USER \
|
||||
--build-arg PROP_SERVER --build-arg PROP_SERVER_USER \
|
||||
--build-arg PROP_SERVER_KEY --build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER \
|
||||
-t registry.chrz.de:443/move2docker:$UI_MODE-multi .
|
||||
-t registry.chrz.de:443/move2docker:multi .
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
export UI_MODE=$1
|
||||
docker pull registry.chrz.de:443/move2docker:$UI_MODE-$(arch)
|
||||
docker pull registry.chrz.de:443/move2docker:$(arch)
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
export UI_MODE=$1
|
||||
docker push registry.chrz.de:443/move2docker:$UI_MODE-$(arch)
|
||||
docker push registry.chrz.de:443/move2docker-$(arch)
|
@ -3,8 +3,7 @@
|
||||
cd "${0%/*}/.."
|
||||
source ./config/config.sh
|
||||
|
||||
export UI_MODE=$1
|
||||
docker run -it --rm \
|
||||
-v $(pwd)/data:/app/data:rw \
|
||||
--env DISPLAY=host.docker.internal:0.0 \
|
||||
registry.chrz.de:443/move2docker:$UI_MODE-$(arch)
|
||||
registry.chrz.de:443/move2docker:$(arch)
|
Reference in New Issue
Block a user