So, I have started looking into how we can automate the root filesystem creation and as of now I am going through the go-containerregistry to see how we go about it. But right now, these are the features we should be looking to implement:
- Pulling the image layers
- Unpacking the image layers
- Caching container images just so we don't pull images unnecessarily
So, I have started looking into how we can automate the root filesystem creation and as of now I am going through the go-containerregistry to see how we go about it. But right now, these are the features we should be looking to implement: