-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feature(main): using sreg 0.1.4 build image #4023
Conversation
Signed-off-by: cuisongliu <[email protected]>
🤖 Generated by lychee actionSummary
Full action output |
Codecov ReportAll modified lines are covered by tests ✅ 📢 Thoughts on this report? Let us know!. |
/cherry-pick release-v4.4 |
🤖 says: Error cherry-picking. |
🤖 says: |
Signed-off-by: cuisongliu <[email protected]> (cherry picked from commit 3c8c639) Signed-off-by: cuisongliu <[email protected]>
(cherry picked from commit 3c8c639) Signed-off-by: cuisongliu <[email protected]>
(cherry picked from commit 3c8c639) Signed-off-by: cuisongliu <[email protected]>
(cherry picked from commit 3c8c639) Signed-off-by: cuisongliu <[email protected]> Co-authored-by: cuisongliu <[email protected]>
Signed-off-by: cuisongliu <[email protected]>
🤖 Generated by Copilot at 794d47f
Summary
📝🌐🐛
This pull request enhances the cluster image building feature of sealos by allowing users to use image manifests or tarballs as sources of images, instead of Dockerfiles. It also updates the documentation and the translations to reflect this change, and upgrades a dependency to a newer version. The main files affected are
docs/4.0/docs/lifecycle-management/operations/build-image/build-image-image_list.md
,pkg/buildah/imagesaver.go
, andgo.mod
.Walkthrough
github.com/labring/sreg
to v0.1.4 ingo.mod
andgo.work.sum
files (link, link)pkg/buildah/imagesaver.go
to handle both images and tars slices and use different image savers for them (link, link)