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

Do not cache image layers in CI docker build #7712

Merged
merged 1 commit into from
Feb 28, 2025
Merged

Conversation

ebr
Copy link
Member

@ebr ebr commented Feb 28, 2025

Summary

GHA runners run out of disk space trying to pull and store the docker build cache. Additionally, this is very slow.

This PR disables the cache. Theoretically this may increase the size of our images, but because caching has been broken anyway, this will have no impact.

Will come back and take another stab on improving caching behaviours.

Merge Plan

Merge at will.

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

@github-actions github-actions bot added the CI-CD Continuous integration / Continuous delivery label Feb 28, 2025
@ebr ebr force-pushed the disable-gha-docker-cache branch from 9762a06 to f33bab3 Compare February 28, 2025 21:23
@ebr ebr enabled auto-merge (rebase) February 28, 2025 21:23
@ebr ebr merged commit 7feae5e into main Feb 28, 2025
15 checks passed
@ebr ebr deleted the disable-gha-docker-cache branch February 28, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-CD Continuous integration / Continuous delivery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants