Skip to content

Commit

Permalink
rover with Terraform 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed May 2, 2024
1 parent 303ec73 commit f078075
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '3.7'
services:
rover:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
user: vscode

labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/landingzone-scenarios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
needs: [job]

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
needs: rover_setup

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix: ${{fromJSON(needs.load_scenarios.outputs.matrix)}}

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
needs: [testcases]

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix: ${{fromJSON(needs.load_scenarios.outputs.matrix)}}

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
needs: [testcases]

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-regressor-tf100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
matrix: ${{fromJSON(needs.load_scenarios.outputs.matrix)}}

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
needs: [testcases]

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone-tf100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix: ${{fromJSON(needs.load_scenarios.outputs.matrix)}}

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
needs: [testcases]

container:
image: aztfmod/rover:1.8.1-2404.2314
image: aztfmod/rover:1.8.0-2405.0203
options: --user 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion rover_on_ssh_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version: '3.7'
services:
rover:
R image: aztfmod/rover:1.8.1-2404.2314
R image: aztfmod/rover:1.8.0-2405.0203

user: vscode

Expand Down

0 comments on commit f078075

Please sign in to comment.