You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu base image should be kept up-to-date in the image
I think that a daily scheduled workflow could be used to check for updates to Ubuntu base, and create a PR with the new version number set in variables.auto.pkrvars.hcl when an update is detected. We may also want to have a workflow running on PRs that builds and tests the image, but does not save it.
Here is how I think the check for updates could be done for each component:
Ubuntu base image
Use gcloud to query for the latest image in the ubuntu-2004-lts family
gcloud compute images list --filter family=ubuntu-2004-lts --format "value(NAME)"
The text was updated successfully, but these errors were encountered:
Describe the improvement request
Ubuntu base image should be kept up-to-date in the image
I think that a daily scheduled workflow could be used to check for updates to Ubuntu base, and create a PR with the new version number set in
variables.auto.pkrvars.hcl
when an update is detected. We may also want to have a workflow running on PRs that builds and tests the image, but does not save it.Here is how I think the check for updates could be done for each component:
Ubuntu base image
Use gcloud to query for the latest image in the ubuntu-2004-lts family
The text was updated successfully, but these errors were encountered: