image-builder
image-builder copied to clipboard
Tools for building Kubernetes disk images
if packer version is greater than 1.9.5 in semver terms then downgrade packer. Fixes #1379 ### with centos container ```bash docker run --rm -it centos:latest sh # put hack/utils.sh &...
From _Originally posted by @CecileRobertMichon in https://github.com/kubernetes-sigs/image-builder/pull/1005#discussion_r1009971022_ The Azure VHD publishing pipeline currently depends on a service principal client id/client secret variable to be set to create and test VHDs....
**Is your feature request related to a problem? Please describe.** For our providers that build based on top of an iso image we've seen a problem several times now with...
**Is your feature request related to a problem? Please describe.** In #1253 we were caught unaware by breaking changes to the [Azure Packer plugin](https://github.com/hashicorp/packer-plugin-azure) when running the [pipeline scripts](https://github.com/kubernetes-sigs/image-builder/tree/main/images/capi/packer/azure/.pipelines). To...
**Is your feature request related to a problem? Please describe.** Image builder is using the Ansible [`apt_key`](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_key_module.html) module, but it is deprecated as specified in the module [notes](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_key_module.html#notes). It may...
**Is your feature request related to a problem? Please describe.** We're unable to support Packer v1.10.0+ due to https://github.com/kubernetes-sigs/image-builder/issues/1246. At time of writing, the latest version of Packer that we...
**What steps did you take and what happened:** When building images for Azure (that is, running `make build-azure-`), the `az` command-line client is installed on each Linux (and soon, Windows)...
**What steps did you take and what happened:** I deployed a Mariner Linux image using `make build-azure-sig-mariner-2` and deployed a CAPZ cluster referencing it. After testing a few things, I...
**Is your feature request related to a problem? Please describe.** Following up on #1192, let's add OVA support for Mariner as well. **Describe the solution you'd like** `make -C images/capi...
**What steps did you take and what happened:** The latest cloud-init version `23.3.1-0ubuntu1~20.04.1` that is shipped with base AMI for Ubuntu 20.04 is unable to run boothook https://cloudinit.readthedocs.io/en/latest/explanation/format.html#cloud-boothook provided by...