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 pin devcontainer linux dependencies anymore #348

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

johnboyes
Copy link
Contributor

The benefit of having pinned devcontainer linux dependencies is that it ensures that the devcontainers are idempotent. But in practice not having this is not likely to become a problem. If it ever does, we can pin any troublesome dependencies again (it will be unlikely that we will have to, though).

The benefit of having pinned devcontainer linux dependencies is that it
ensures that the devcontainers are idempotent. But in practice not
having this is not likely to become a problem. If it ever does, we can
pin any troublesome dependencies again (it will be unlikely that we will
have to, though).
@johnboyes johnboyes added the patch Semantic versioning: backwards compatible bug fixes label Feb 27, 2023
@johnboyes johnboyes merged commit 44b3144 into master Feb 27, 2023
@johnboyes johnboyes deleted the do-not-pin-devcontainer-dependencies branch February 27, 2023 13:08
johnboyes added a commit that referenced this pull request Jun 3, 2024
Since #348 we no longer pin versions for the devcontainer dependencies.
So we can remove the recurring creation of a GitHub issue to prompt us
to update the pinned versions.
johnboyes added a commit that referenced this pull request Jun 3, 2024
Since #348 we no longer pin versions for the devcontainer dependencies.
So we can remove the recurring creation of a GitHub issue to prompt us
to update the pinned versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Semantic versioning: backwards compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant