-
Notifications
You must be signed in to change notification settings - Fork 13
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
Skopeo as a library to load/push images #70
Comments
I would like to work on this ! |
@BalaadityaPatanjali So Skopeo has a bunch of commands here. We do not need all of them or all the features as bsf is opinionated . You can find that we use Skopeo copy a lot in this file. We can then inspect the code in skopeo cmd/copy and see which pkg they use and use it in bsf directly. Please feel free to ping us on Discord if you're stuck/feel lost. |
I'll try that and get working on it ! |
@BalaadityaPatanjali let us know if you need any help and feel free to ping us on Discord! |
Thankyou ! I have addressed the problems i am facing on discord. |
Currently, we
os.Exec("nix run nixpkgs#skopeo...")
to load/push image. We should use the library instead. Reason being that it'll save the user the time to download & build skopeo on the fly.The text was updated successfully, but these errors were encountered: