generated from actions/container-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a pinned devcontainer base image version (#50)
We want to pin to the most specific version we can, to ensure that the devcontainer builds are always reproducible. This is despite the general guidance from Microsoft for these images being to use ["the major release version of this tag to avoid breaking changes while still taking fixes and content additions as they land. e.g. `0-buster`"][1] We will still take fixes and content additions as they land, as we use Dependabot to keep us up to date. Dependabot will create a PR whenever there is a new version of the base image, and we then manually apply that new version to the `devcontainer.json` (full details on how to do this are in the `DEPENDENCIES.md`). See also [this documentation on the base image versions][2] [1]: https://hub.docker.com/_/microsoft-vscode-devcontainers?tab=description [2]: https://github.com/microsoft/vscode-dev-containers/tree/master/containers/debian#using-this-definition-with-an-existing-folder
- Loading branch information
Showing
4 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,7 @@ jobs: | |
|
||
# update the version in `github_tag_and_release.yml` manually, too | ||
- uses: golang/[email protected] | ||
|
||
# update the variant version in the devcontainer.json manually, too | ||
# (see ../DEPENDENCIES.md#devcontainer-base-image-version for more info ) | ||
- uses: microsoft/[email protected] |