-
Couldn't load subscription status.
- Fork 2.3k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
Eschewed features
- This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature.
What would you like to have added?
Currently, KRM functions will use a docker command to run the specified image in a KRM function.
| return "docker", a |
I propose instead of using a docker command, instead using the apis of the container runtime directly.
Why is this needed?
If the docker command isn't in your path, KRM functions will not run.
As more container runtimes arise, this poses a long term risk to the UX of KRM functions.
Can you accomplish the motivating task without this feature, and if so, how?
- Installing docker.
- Creating a symlink between your container runtimes cli and 'docker'.
What other solutions have you considered?
Allowing for the container runtime command to be configurable via the kustomization or transformer yaml.
Anything else we should know?
No response
Feature ownership
- I am interested in contributing this feature myself! 🎉
lorenzofelletti and Skaronator
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.