Not able to build provider images
architchandra opened this issue · 1 comments
architchandra commented
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
Upon running build-gce-ubuntu-2204
or even for build-gce-ubuntu-2004
, I get an error during the check for goss
(hack/ensure-goss.sh
):
hack/ensure-goss.sh
tar: Error opening archive: Unrecognized archive format
make: *** [deps-gce] Error 1
I tried to use gnu-tar
instead (suggested in a similar issue in some other repo) but now the error switched to:
hack/ensure-goss.sh
gzip: unknown compression format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
What did you expect to happen:
For the build process to continue instead of failing.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
- Cluster-api version:
1.4.4
- Minikube/KIND version: Kind
0.20.0
- Kubernetes version: (use
kubectl version
):1.27.3
- OS (e.g. from
/etc/os-release
): MacOS Ventura13.3.1
on M1 Mac Mini
architchandra commented
Looks like I created the issue in the wrong repo. And that there's already a PR in the works in the image-builder repo: kubernetes-sigs/image-builder#1215.