-
Notifications
You must be signed in to change notification settings - Fork 771
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
Support docker bundles format as input #4
Comments
There is an issue with package
|
I think this library allows you to generate bundles from compose file. We might add that. But what we want is to be able to take a bundle and transform it into k8s primitives. It might be tricky because the image reference in a bundle is the sha of the layer...and not the image tag (which is not immutable). |
No Sebastien, that lib supports us to take a dab file and parse to Yes you're right. Image reference would be a tricky point. |
ok good to know. as a first pass, we might just extract an image name from docker hub and use the latest tag. Since k8s does not support referencing specific layers in the image field. |
Working on |
you mean update the godeps hash for lib compose ? |
Correct. No it doesn't harm the current code much. But I keep master branch stable and mainly work in separate dab-support branch. Then we can decide to merge when it done. |
Closed by 91d9818 |
No description provided.
The text was updated successfully, but these errors were encountered: