The config commons and podman #693
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was testing https://github.com/containers/podlet but sadly immediately ran into a configuration parsing issue. I believe our use of
template_driveris blasphemous as it's not officially part of the compose spec and another aspect of abandonware swarm (related: https://github.com/docker/compose/issues/13598).Opening this up to track any parallel efforts and to make it visible. The ideal of the config commons is that others can make use of it without
abra. So, we probably need to have some translation layers which work reliably. We still haven't seen this ideal hit reality 🙈Podman would only support single-node installs but that would be fine for people who only need that.