-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update images to Ubuntu 24.04 #124
Conversation
@@ -7,4 +7,4 @@ on: | |||
|
|||
jobs: | |||
build-and-publish: | |||
uses: grafana/runner-images/.github/workflows/packer-build-and-publish.yml@main | |||
uses: grafana/runner-images/.github/workflows/packer-build-and-publish.yml@gc/update-to-ubuntu-24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be changed back to main?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup! Sorry didn't get back to this PR but it's pending changes from #125 should only be merged after that one is done :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a TODO comment.
50fe2dd
to
d3245a3
Compare
7176438
to
22277aa
Compare
22277aa
to
e061152
Compare
95a2565
to
3e546db
Compare
ae0dc93
to
7cdcfaa
Compare
During review of the recent updates from upstream I noticed
ubuntu-latest
has been moved to use Ubuntu 24.04 by default. Check: actions#10687To keep feature parity and equivalent images we should use Ubuntu 24.04 by default as well.
This PR updates our images to use Ubuntu 24.04.