Skip to content
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

Feature: Allow users to add custom packages to images built with image-builder #2301

Open
chrisdoherty4 opened this issue Jul 7, 2023 · 2 comments

Comments

@chrisdoherty4
Copy link
Contributor

chrisdoherty4 commented Jul 7, 2023

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 avoid manually adding packages after the fact.

Packages may require additional configuration steps.

@vignesh-goutham vignesh-goutham transferred this issue from aws/eks-anywhere Jul 7, 2023
@vignesh-goutham
Copy link
Member

The built-in apt ansible package cannot pull deb packages from an http endpoint. On the contrary yum ansilbe package can pull down and install rpms from an http endpoint in addition to pulling them from the repo. Image-builder should patch and maintain a way for users to pull down and install a custom deb package for Ubuntu image builds.

@chrisdoherty4
Copy link
Contributor Author

Users should be able to execute custom installers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants