Usable for creating AWS AMIs? #3
Unanswered
alexveecle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working on running some software in AWS EC2. This software is best supported on Ubuntu. I was thinking that maybe bootc would be a pleasant way to build an AMI with the software backed in.
I have some questions:
If I extend the
ubuntu-bootc:latestimage,aptis not operational. If I want to install some extra packages using apt, am I supposed to copy theContainerfileand add installation steps in a middle step or something? Anyone have an example that shows how the recommended way to do these things?Is there anything needed for EC2 integration other than using the AMI builder? I want to do some provisioning on boot, so I'm thinking of following this example that adds cloud-init anyway.
Any other advice or recommendation? In general I dislike existing workflows for building images, so I'm hoping bootc helps- but if it's still in an early stage, I'm good with more traditional methods.
Cheers,
Álex
Beta Was this translation helpful? Give feedback.
All reactions