-
Notifications
You must be signed in to change notification settings - Fork 26
containers: support converting existing base images? #11
Comments
One thing that came up is taking a container built using Dockerfile or equivalent, and having support for "cleaning it up", specifically by doing things like reproducible chunking. If we go this route, it'd also make sense to do the other things like SELinux labeling at that time too. xref #388 I could imagine having something like |
I think we want two things:
The second tool in particular would be a really useful way to avoid the need to |
As further musing related to my comment over here, would it be better to create something like |
@jeamland Yes - it'd be relatively straightforward to create a new command like It's basically moving to build time what we do on the client side today in The core tradeoff is that there's another magic step needed before "push to registry" and shipping to client systems, but I suspect that wouldn't be very onerous for many places. |
There's nothing conceptually stopping us from having tooling that takes
a current container image (e.g. what's in
debian:stable
) and just makes it "ostree ready". Or evenjust dyanamically accepting a container image that has a kernel client side.
This may be in scope at some point in the future.
The text was updated successfully, but these errors were encountered: