This repository was archived by the owner on Aug 20, 2025. It is now read-only.
Upgrade to ubuntu 22.04.4#367
Open
middaywords wants to merge 1 commit into
Open
Conversation
Currently the scripts are using ubuntu 22.04.2 but it will cause 404 error when pulling image from the remote. ``` ==> virtualbox-iso: Trying https://releases.ubuntu.com/22.04/ubuntu-22.04.2-live-server-amd64.iso?checksum=sha256%3A5e38b55d57d94ff029719342357325ed3bda38fa80054f9330dc789cd2d43931 ==> virtualbox-iso: Download failed bad response code: 404 ``` This commit updates the image to the LTS version in https://releases.ubuntu.com/ Signed-off-by: Kangjie Xu <kanxu@ebay.com>
nebril
approved these changes
Jun 10, 2024
nbusseneau
suggested changes
Jun 17, 2024
Member
nbusseneau
left a comment
There was a problem hiding this comment.
Wait, are we still using these anywhere?
Author
|
i got this issue when setting up development env, https://docs.cilium.io/en/stable/contributing/development/dev_setup/#configuration-options |
Member
|
Oh right, we still have the Vagrant dev environments. |
Member
|
/build |
Member
|
Damn, we haven't updated these images in such a long time that the builds fail now due to the K8s legacy repos => https://kubernetes.io/blog/2023/08/31/legacy-package-repository-deprecation/ 😢 We should probably fix this independently from this PR first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently the scripts are using ubuntu 22.04.2 but it will cause 404 error when pulling image from the remote.
This commit updates the image to the LTS version in https://releases.ubuntu.com/