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

How to cache parent or base Docker images #172

Closed
markoa opened this issue Dec 1, 2018 · 1 comment
Closed

How to cache parent or base Docker images #172

markoa opened this issue Dec 1, 2018 · 1 comment
Labels
use case Examples of common CI/CD scenarios

Comments

@markoa
Copy link
Contributor

markoa commented Dec 1, 2018

Scenario: my project is using some Docker images as a starting point. For example my service runs on golang:alpine parent image and also connects to a mongodb base image via docker compose. I don’t want to pull my parent or dependency images from scratch in every workflow. These images should stay in cache "indefinitely".

@markoa
Copy link
Contributor Author

markoa commented Mar 8, 2019

For the time being there's no effective solution for recreation of /var of your local machine. But we'll get to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
use case Examples of common CI/CD scenarios
Projects
None yet
Development

No branches or pull requests

2 participants