-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom kodataRoot and kodata per image #54
Comments
Somewhat related #55 |
Can you make a suggestion on how to supply the custom |
here is the proposal for copying multiple source directories to image baseImageOverrides:
github.com/my-org/my-repo/path/to/binary: docker.io/another/base:latest
buildOverrides:
github.com/my-org/my-repo/path/to/binary:
env:
- name: CGO_ENABLED
value: 1
flags:
- name: ldflags
value: "-X main.Version=foo"
data:
- source: "config/template"
destination: "template"
- source: "config/seed"
destination: "data/seed"
|
This issue is stale because it has been open for 90 days with no |
proposing to support customizing
kodataRoot
per image level. currently it is hardcoded at/var/run/ko
also would be nice to allow developers to keep
kodata
in any prefered directory relative to source root.this allow to keep per module
kodata
folder inmonorepo
projects that represent multiple sub modulesThe text was updated successfully, but these errors were encountered: