more fixes
This commit is contained in:
@ -5,6 +5,7 @@ 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_KEY \
|
||||
--build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER -t registry.chrz.de:443/move2docker:$UI_MODE-$(arch) .
|
||||
docker build \
|
||||
--build-arg UI_MODE --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) .
|
@ -5,6 +5,8 @@ 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_KEY \
|
||||
--build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER -t move2docker:$UI_MODE-latest .
|
||||
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_KEY --build-arg PROP_DIR_SDR --build-arg PROP_DIR_DECODER \
|
||||
-t move2docker:$UI_MODE-latest .
|
@ -4,4 +4,7 @@ cd "${0%/*}/.."
|
||||
source ./config/config.sh
|
||||
|
||||
export UI_MODE=$1
|
||||
docker run -it --rm -v ./data:/app/data:rw --env DISPLAY=host.docker.internal:0.0 registry.chrz.de:443/move2docker:$UI_MODE-latest-$(arch)
|
||||
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)
|
Reference in New Issue
Block a user