fixed docker image sripts and etc.
This commit is contained in:
@@ -34,15 +34,15 @@ case $TARGET in
|
||||
ssh -N \
|
||||
-o StrictHostKeyChecking=no \
|
||||
-o UserKnownHostsFile=/dev/null \
|
||||
-L *:5000:localhost:5000 \
|
||||
-L 0.0.0.0:5000:localhost:5000 \
|
||||
$REGISTRY &
|
||||
|
||||
echo "Building target: base"
|
||||
|
||||
sudo docker buildx build \
|
||||
--platform linux/arm64 \
|
||||
-t host.docker.internal:5000/magrob.env:latest \
|
||||
-f Dockerfile.env \
|
||||
-t localhost:5000/magrob.base.env:latest \
|
||||
-f Dockerfile.base.env \
|
||||
--output type=registry \
|
||||
.
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user