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

fixes docker-dev-shell not using the cache due to wrong tag #6614

Merged
merged 5 commits into from
Feb 8, 2023

Conversation

jakecoffman
Copy link
Member

The script/_common scripts have a small section where it translates certain ecosystem names (like npm_and_yarn) to their official image name (npm in this example). So if we hook it up here in the docker-dev-shell script it will then use the cache since the tag matches.

Thanks to @pavera for pointing this out.

@jakecoffman jakecoffman requested a review from a team as a code owner February 7, 2023 17:05
@jakecoffman jakecoffman force-pushed the jakecoffman/docker-dev-shell-wrong-tag branch from f87f045 to 8431994 Compare February 7, 2023 17:25
@jakecoffman jakecoffman merged commit 210f550 into main Feb 8, 2023
@jakecoffman jakecoffman deleted the jakecoffman/docker-dev-shell-wrong-tag branch February 8, 2023 16:27
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.

3 participants