Skip to content

Commit

Permalink
Update image details (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimgus authored Aug 24, 2022
1 parent fb110fe commit cc88df6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions templates/azure/azure-pipelines-agent/azure-pipelines-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build_resource_group_name": "{{user `AZURE_RESOURCE_GROUP_NAME`}}",
"os_type": "Linux",
"image_publisher": "Canonical",
"image_offer": "UbuntuServer",
"image_sku": "22.04-LTS",
"image_offer": "0001-com-ubuntu-server-jammy",
"image_sku": "22_04-lts",
"vm_size": "Standard_DS2_v2"
}
],
Expand All @@ -42,7 +42,9 @@
],
"inline_shebang": "/bin/sh -x",
"type": "shell",
"environment_vars": ["DEBIAN_FRONTEND=noninteractive"]
"environment_vars": [
"DEBIAN_FRONTEND=noninteractive"
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- git
- iputils-ping
- libcurl4
- libicu60
- libunwind8
- wget
- netcat
Expand Down
1 change: 0 additions & 1 deletion templates/azure/github-runner/files/github-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- git
- iputils-ping
- libcurl4
- libicu60
- libunwind8
- wget
- netcat
Expand Down
10 changes: 6 additions & 4 deletions templates/azure/github-runner/github-runner.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build_resource_group_name": "{{user `AZURE_RESOURCE_GROUP_NAME`}}",
"os_type": "Linux",
"image_publisher": "Canonical",
"image_offer": "UbuntuServer",
"image_sku": "22.04-LTS",
"image_offer": "0001-com-ubuntu-server-jammy",
"image_sku": "22_04-lts",
"vm_size": "Standard_DS2_v2"
}
],
Expand All @@ -42,7 +42,9 @@
],
"inline_shebang": "/bin/sh -x",
"type": "shell",
"environment_vars": ["DEBIAN_FRONTEND=noninteractive"]
"environment_vars": [
"DEBIAN_FRONTEND=noninteractive"
]
}
]
}
}

0 comments on commit cc88df6

Please sign in to comment.