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

Add support for non-docker backend #47

Closed
aslafy-z opened this issue Sep 13, 2021 · 2 comments
Closed

Add support for non-docker backend #47

aslafy-z opened this issue Sep 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@aslafy-z
Copy link

aslafy-z commented Sep 13, 2021

https://github.com/containers/skopeo allow to pull/push images without the need for the Docker stack. Adding compatibility with skopeo would allow running sinker where no Docker daemon are available.

EDIT: Just seen that skopeo is a CLI and should not be directly integrated as is in other softs. Maybe this is the right way: https://github.com/containers/image https://pkg.go.dev/github.com/containers/image

@aslafy-z aslafy-z changed the title Add support for skopeo backend Add support for non-docker backend Sep 13, 2021
@acastle
Copy link
Collaborator

acastle commented Oct 13, 2021

👍 agree that it would be good to support generic backends. It should be possible to handle all of sinker's functions directly through the OCI.

@jpreese jpreese added the enhancement New feature or request label Jan 13, 2022
@jpreese
Copy link
Collaborator

jpreese commented Jun 2, 2022

Resolved via #63

@jpreese jpreese closed this as completed Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants