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 image caching of kindest/node #39

Open
micnncim opened this issue Jun 21, 2021 · 3 comments
Open

Support image caching of kindest/node #39

micnncim opened this issue Jun 21, 2021 · 3 comments

Comments

@micnncim
Copy link

Do you plan support caching of kindest/node images? It could be done by using @actions/cache and docker save/load.

@radu-matei
Copy link
Member

I haven't looked into using either of those, would you mind pointing me to some examples of using those?
Thanks!

@mmorel-35
Copy link
Contributor

mmorel-35 commented Jan 1, 2022

From what I found it is possible to pre load some images : https://kind.sigs.k8s.io/docs/user/working-offline/

Concerning the caching of tarball, it seems like @actions/tool-cache is the most appropriate.

My question would be coming from this quote

You can find available image tags on the releases page. Please include the @sha256: image digest from the image in the release notes.

How can the version and it's sha256 be handled?
By default it's not defined by the users of the action.
If you define a list in the form of a JSON object, how can you ensure that it's up-to-date?

@mmorel-35
Copy link
Contributor

mmorel-35 commented Jan 7, 2022

Hi @micnncim,
If you could be more specific on the way it would be working, I would be able to give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants