Skip to content
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 to build non-k8s format images #1115

Open
kakaZhou719 opened this issue Jan 24, 2022 · 2 comments
Open

Support to build non-k8s format images #1115

kakaZhou719 opened this issue Jan 24, 2022 · 2 comments
Labels
ClusterImage kind/feature Category issues or PRs related to feature request

Comments

@kakaZhou719
Copy link
Member

Issue Description

At present, some user still use other container orchestration tools, such as docker compose in their production environment.

K8s also has officially migration tools, we can integrate those tools to build a k8s format image from the configuration of docker compose.

even we can build non-k8s format images with sealer.

Type: feature request

Describe what feature you want

Additional context

refer : https://kompose.io/

Add any other context or screenshots about the feature request here.

@kakaZhou719 kakaZhou719 added the kind/feature Category issues or PRs related to feature request label Jan 24, 2022
@fanux
Copy link
Collaborator

fanux commented Jan 24, 2022

Yes, I think the build module don't need to care about kubernetes. CloudImage care about overlayfs, maybe we can do this in nydus file system.

@kakaZhou719
Copy link
Member Author

convert docker compose to cloud image rootfs format: sealer convert -t harbor -f docker-compose.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ClusterImage kind/feature Category issues or PRs related to feature request
Projects
None yet
Development

No branches or pull requests

3 participants