Replies: 1 comment 1 reply
|
would it be using the root context for build? or just assemble existing layers together? hmmm... it kind of has to anyways as the goal is to materialize the devenv to the running container. Just a very different UX to what you get elsewhere, but doesn't invalidate the idea and the appeal. It's basically what coder/coder does already for their format. |
1 reply
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.
I'm using dev containers regularly, and I want to build them using
kaniko. However, since therekaniko/executoris no drop-in replacement fordocker, one cannot simply runSince the corresponding issue in the
devcontainers/clihas not been updated since quite some time: Did anyone manage to create a container image withnodeJS+devcontainers/cli+kaniko+ some kind of magic wrapper so that one can use this to build devcontainers usingkaniko?All reactions