Skip to content

Commit

Permalink
common.json: Change the remaining docker-compose to docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Riesco <andre.riesco@toradex.com>
  • Loading branch information
andreriesco authored and microhobby committed Jan 25, 2024
1 parent 966d7e1 commit c1a730f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assets/tasks/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@
"-o",
"StrictHostKeyChecking=no",
"torizon@${config:torizon_ip}",
"LOCAL_REGISTRY=${config:host_ip} TAG=arm64 docker-compose pull __container__-debug"
"LOCAL_REGISTRY=${config:host_ip} TAG=arm64 docker compose pull __container__-debug"
],
"dependsOrder": "sequence",
"dependsOn": [
Expand All @@ -1108,7 +1108,7 @@
"-o",
"StrictHostKeyChecking=no",
"torizon@${config:torizon_ip}",
"LOCAL_REGISTRY=${config:host_ip} TAG=arm docker-compose pull __container__-debug"
"LOCAL_REGISTRY=${config:host_ip} TAG=arm docker compose pull __container__-debug"
],
"dependsOrder": "sequence",
"dependsOn": [
Expand All @@ -1135,7 +1135,7 @@
"-o",
"StrictHostKeyChecking=no",
"torizon@${config:torizon_ip}",
"LOCAL_REGISTRY=${config:host_ip} TAG=amd64 docker-compose pull __container__-debug"
"LOCAL_REGISTRY=${config:host_ip} TAG=amd64 docker compose pull __container__-debug"
],
"dependsOrder": "sequence",
"dependsOn": [
Expand All @@ -1162,7 +1162,7 @@
"-o",
"StrictHostKeyChecking=no",
"torizon@${config:torizon_ip}",
"LOCAL_REGISTRY=${config:host_ip} TAG=riscv64 docker-compose pull __container__-debug"
"LOCAL_REGISTRY=${config:host_ip} TAG=riscv64 docker compose pull __container__-debug"
],
"dependsOrder": "sequence",
"dependsOn": [
Expand Down Expand Up @@ -1565,7 +1565,7 @@
"-o",
"StrictHostKeyChecking=no",
"torizon@${config:torizon_ip}",
"DOCKER_LOGIN=${config:host_ip}:5002 TAG=arm64 docker-compose pull __container__"
"DOCKER_LOGIN=${config:host_ip}:5002 TAG=arm64 docker compose pull __container__"
],
"dependsOrder": "sequence",
"dependsOn": [
Expand All @@ -1592,7 +1592,7 @@
"-o",
"StrictHostKeyChecking=no",
"torizon@${config:torizon_ip}",
"DOCKER_LOGIN=${config:host_ip}:5002 TAG=arm docker-compose pull __container__"
"DOCKER_LOGIN=${config:host_ip}:5002 TAG=arm docker compose pull __container__"
],
"dependsOrder": "sequence",
"dependsOn": [
Expand All @@ -1619,7 +1619,7 @@
"-o",
"StrictHostKeyChecking=no",
"torizon@${config:torizon_ip}",
"DOCKER_LOGIN=${config:host_ip}:5002 TAG=amd64 docker-compose pull __container__"
"DOCKER_LOGIN=${config:host_ip}:5002 TAG=amd64 docker compose pull __container__"
],
"dependsOrder": "sequence",
"dependsOn": [
Expand All @@ -1646,7 +1646,7 @@
"-o",
"StrictHostKeyChecking=no",
"torizon@${config:torizon_ip}",
"DOCKER_LOGIN=${config:host_ip}:5002 TAG=riscv64 docker-compose pull __container__"
"DOCKER_LOGIN=${config:host_ip}:5002 TAG=riscv64 docker compose pull __container__"
],
"dependsOrder": "sequence",
"dependsOn": [
Expand Down

0 comments on commit c1a730f

Please sign in to comment.