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

Benefit from image caching in CI/CD #66

Open
lsorber opened this issue Jun 30, 2022 · 1 comment
Open

Benefit from image caching in CI/CD #66

lsorber opened this issue Jun 30, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@lsorber
Copy link
Member

lsorber commented Jun 30, 2022

Replace the Dev Container CLI with the Dev Container GitHub Action once devcontainers/ci#148 is resolved to benefit from image caching.

@lsorber lsorber added the enhancement New feature or request label Jun 30, 2022
@lsorber lsorber self-assigned this Jun 30, 2022
@lsorber lsorber changed the title Replace the Dev Container CLI with the Dev Container GitHub Action to benefit from image caching Benefit from image caching in CI/CD Apr 11, 2024
@lsorber
Copy link
Member Author

lsorber commented Apr 11, 2024

Update: we don't have to replace the Dev Container CLI with the Dev Container GitHub Action. Instead, we can use cache-from and cache-to with type=gha to cache images in the GitHub Actions cache for both the docker/build-push-action and the Dev Container CLI (devcontainers/cli#570).

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

No branches or pull requests

1 participant