eks-anywhere-build-tooling icon indicating copy to clipboard operation
eks-anywhere-build-tooling copied to clipboard

Build artifacts for upstream dependencies of Amazon EKS Anywhere - https://github.com/aws/eks-anywhere

Results 40 eks-anywhere-build-tooling issues
Sort by recently updated
recently updated
newest added

Currently we have two flows running for the EKS-A curated packages - the old flow that builds and pushes to a single prod packages account and a new regional flow...

**What happened**: Command in use to build Ubuntu 22.04 based EKSA BM image: ```shell image-builder-dev4 build --os ubuntu --os-version 22.04 --hypervisor baremetal --release-channel 1-27 -v 3 --force --baremetal-config /home/image-builder/packer_vars.json ```...

bug

- [ ] Build Infrastructure - [ ] CDK - [ ] Build pipelines - [ ] Artifact stores - [ ] Build process - [ ] Project structure -...

*Issue #, if available:* *Description of changes:* These changes increase the timeout for apiserver check. The old check with a 30 second timeout after one failed attempt immediately crashes during...

size/XS
needs-ok-to-test

As a user, I want to add custom packages to images built with image builder (Ubuntu in particular) during the build process so I can streamline my provisioning process and...

Image-builder currently leaves behind EC2 snapshots. We should add a cleanup step to the image-builder job to clean up these snapshots if they are not needed.

**What happened**: Building a rhel image with image-builder will break if the rhel license password contains special characters like $ or ! An image build will fail with a misleading...

bug

At present, dependency management between projects is limited and implicit. As an example, the harbor project is dependent on the distribution project. How is that dependency specified? It's a combination...

**What would you like to be added**: Since the output of the useradd/images/export target are the passwd and group files, could we change this to be a specific file target...

kind/enhancement

**What would you like to be added**: We have mkdir peppered throughout the Common.mk and some of the project specific makefiles. Recently a mkdir "guard" like pattern was added in...

kind/enhancement