-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Ubuntu 22.04 failing to create image #11407
Comments
Hi @PottsSG - Thanks for letting us know about the issue. We are looking into it. |
Hi, I am getting the same issue. The latest release of minikube doesn't have the Binary Checksums like other releases I'll be fixing the minikube version to v1.34.0 for now. Edit: If the
the fix is simple:
|
This appears to be affecting all versions of Ubuntu, not just 20.04. |
Can confirm this affects as well building image for Ubuntu 24.04: azure-arm.build_image: Downloading https://get.helm.sh/helm-v3.17.0-linux-amd64.tar.gz |
We are having the same issue with Ubuntu 22.04. Same error as above comment.
|
Impacting us with 24.04 too - I've filed a bug with Minikube, in the meantime you can fix this by changing latest to v1.34.0:
|
Description
During the Ubuntu 22.04 image generation, the latest version of Helm is installed as one of the tools. This fails to install and fails the image generation.
Platforms affected
Runner images affected
Image version and build link
The version of runner-images pulled is:
Date: Thu Jan 16 18:43:53 2025 +0100; Commit: f27bce4
Where a recent successful build was:
Date: Fri Jan 10 16:33:35 2025 +0530; Commit: 8085da9
It is suspected that the change in the latest Helm is the issue though, not runner images. Registering the issue here in case the only solution is to pin the last working version rather than depending on Helm to fix their release.
https://github.com/helm/helm/releases (3.17 released one day ago, tagged as Latest)
Is it regression?
No
Expected behavior
Succeed and continue with the next tool:
...
2025-01-11T01:27:24Z azure-arm.build_image: Downloading https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz
2025-01-11T01:27:24Z azure-arm.build_image: Verifying checksum... Done.
2025-01-11T01:27:24Z azure-arm.build_image: Preparing to install helm into /usr/local/bin
2025-01-11T01:27:24Z azure-arm.build_image: helm installed into /usr/local/bin/helm
2025-01-11T01:27:29Z azure-arm.build_image: Performing checksum verification
2025-01-11T01:27:29Z azure-arm.build_image: Checksum verification passed
2025-01-11T01:27:31Z azure-arm.build_image: v5.5.0
2025-01-11T01:27:31Z azure-arm.build_image: kustomize installed to /home/packer/kustomize
2025-01-11T01:27:32Z azure-arm.build_image: Pester v5.7.1
...
Actual behavior
The image generation logs a failure and stops:
...
2025-01-16T17:28:54Z azure-arm.build_image: Downloading https://get.helm.sh/helm-v3.17.0-linux-amd64.tar.gz
2025-01-16T17:28:54Z azure-arm.build_image: Verifying checksum... Done.
2025-01-16T17:28:55Z azure-arm.build_image: Preparing to install helm into /usr/local/bin
2025-01-16T17:28:55Z azure-arm.build_image: helm installed into /usr/local/bin/helm
2025-01-16T17:28:59Z azure-arm.build_image: File name linux-amd64 not found in release body
2025-01-16T17:28:59Z azure-arm.build_image: Provisioning step had errors: Running the cleanup provisioner, if present...
...
Repro steps
Generate an Ubuntu 22.04 image.
The text was updated successfully, but these errors were encountered: