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

Investigate caching of built resources between builds #346

Closed
ionut-arm opened this issue Feb 24, 2021 · 2 comments
Closed

Investigate caching of built resources between builds #346

ionut-arm opened this issue Feb 24, 2021 · 2 comments
Labels
enhancement New feature or request medium Effort label question Further information is requested

Comments

@ionut-arm
Copy link
Member

Github Actions allows caching of resources between builds. This sounds like an interesting case for us to use with docker images - we can have the image(s) built, for example, nightly and during the run we load the image and use it. This would work because we don't bake the service code into the image.

A very basic example is here.

@ionut-arm ionut-arm added enhancement New feature or request question Further information is requested medium Effort label labels Feb 24, 2021
@ionut-arm
Copy link
Member Author

The same can probably be used to cut short the tool CI by caching the service binary.

@ionut-arm
Copy link
Member Author

The main issue can be covered in #124 by "publishing" the Docker images to the Github registry.

Closing this issue for now. Might be reopened if/when we find a use for the caching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium Effort label question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant