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

airbyte-ci: add /var/lib/docker cachemount #32114

Conversation

alafanechere
Copy link
Contributor

@alafanechere alafanechere commented Nov 2, 2023

What

We want to cache /var/lib/docker content in a volume so that images we already pulled are not pulled again.

Copy link

vercel bot commented Nov 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Nov 2, 2023 7:55pm

Copy link
Contributor Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@alafanechere alafanechere force-pushed the augustin/11-02-airbyte-ci_add_/var/lib/docker_cachemount branch from 13fe83d to 8d94455 Compare November 2, 2023 19:55
@alafanechere alafanechere marked this pull request as ready for review November 2, 2023 19:55
@alafanechere alafanechere requested a review from a team November 2, 2023 19:55
@@ -49,6 +50,7 @@ def with_global_dockerd_service(
# Expose the docker host port.
.with_exposed_port(DOCKER_HOST_PORT)
# Mount the docker cache volumes.
.with_mounted_cache("/var/lib/docker", dagger_client.cache_volume(DOCKER_VAR_LIB_VOLUME_NAME))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's worth a try.

@alafanechere alafanechere enabled auto-merge (squash) November 2, 2023 23:05
@alafanechere alafanechere merged commit f5a1e6d into master Nov 3, 2023
23 of 24 checks passed
@alafanechere alafanechere deleted the augustin/11-02-airbyte-ci_add_/var/lib/docker_cachemount branch November 3, 2023 08:28
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

Successfully merging this pull request may close these issues.

None yet

2 participants