-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add noCache
option
#199
Add noCache
option
#199
Conversation
Hi @trxcllnt - thanks for the PR! Reading the discussion you linked to, I can see how this would be a useful option for CI builds to pick up the latest versions of features (especially if the CI images are pushed and used as an image cache for local dev!) This repo contains both the GitHub action and Azure DevOps task, and we aim to keep parity between the two. Would you mind updating the AzDO task to also include the |
@stuartleeks sure! I'm not familiar with Azure DevOps tasks, but I think I updated the right files. Let me know if there's anything else I should change. |
5713f0c
to
349288f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @trxcllnt! I've merged in the latest changes from main
and updated the docs.
LGTM
/test 5c482b5 |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/devcontainers/ci/actions/runs/4293925444 (in response to this comment from @stuartleeks) |
Adds a
noCache
option to pass--no-cache
down to@devcontainer/cli
.This PR should address the issue I mentioned here: devcontainers/cli#343 (comment)