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

publish kic base image as a tar for users with no access to gcr #8144

Closed
medyagh opened this issue May 14, 2020 · 3 comments
Closed

publish kic base image as a tar for users with no access to gcr #8144

medyagh opened this issue May 14, 2020 · 3 comments
Labels
co/docker-driver Issues related to kubernetes in container kind/process Process oriented issues, like setting up CI priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@medyagh
Copy link
Member

medyagh commented May 14, 2020

currently:
1- we try to download kic base from gcr
2- we try to download from github packages images but unfrotuatenly github packages requires login, even if you wanna download a public image.

I think if those two fail, we should fail over to downloading the TarBall from github and user docker load
as the absolute last resort.
this would be very handy for users in china.

@medyagh medyagh added this to the v.1.12.0 milestone May 14, 2020
@afbjorklund afbjorklund added the co/docker-driver Issues related to kubernetes in container label May 14, 2020
@afbjorklund
Copy link
Collaborator

afbjorklund commented May 14, 2020

Tarball creation as per #7766, as mentioned it would also work for other runtimes (than docker)

One positive side effect is that you will get a progress bar (#7012), also missing from our library...

These two features (podman and progress) are missing from github.com/google/go-containerregistry

And they are not very likely to make it there in the near future either, from what we have seen so far.

@medyagh
Copy link
Member Author

medyagh commented May 15, 2020

agree, I would accept any PR that would do this as a Fall back solution

@medyagh medyagh added kind/process Process oriented issues, like setting up CI priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels May 15, 2020
@medyagh medyagh removed this from the v.1.12.0-previous candidate (dumpster fire) milestone Jun 1, 2020
@medyagh medyagh closed this as completed Jun 16, 2020
@medyagh
Copy link
Member Author

medyagh commented Jun 16, 2020

closing this as we have docker hub and github packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/process Process oriented issues, like setting up CI priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

No branches or pull requests

2 participants