Regenerate devcontainer-lock.json for images using Go feature#1856
Regenerate devcontainer-lock.json for images using Go feature#1856
Conversation
Agent-Logs-Url: https://github.com/devcontainers/images/sessions/d61f2f03-de61-43fe-893b-9ab7572b2f25 Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
Kaniska244
left a comment
There was a problem hiding this comment.
@copilot How come the lock file for universal image not regenerated? Check again,
Agent-Logs-Url: https://github.com/devcontainers/images/sessions/b1bc94d5-d971-4869-adc0-d06b1b261ec0 Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
Fixed in 3d13869. The previous run of Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
This PR regenerates the .devcontainer/devcontainer-lock.json files for the Go and Universal images to reflect updated pinned feature versions after running devcontainer upgrade.
Changes:
- Bump the pinned
ghcr.io/devcontainers/features/go:1feature in both lock files from1.3.3to1.3.4. - Bump the pinned
ghcr.io/devcontainers/features/copilot-cli:1feature in the Universal image lock file from1.0.0to1.1.2.
Show a summary per file
| File | Description |
|---|---|
| src/universal/.devcontainer/devcontainer-lock.json | Regenerated lockfile to pin updated Go feature (1.3.4) and Copilot CLI feature (1.1.2) digests. |
| src/go/.devcontainer/devcontainer-lock.json | Regenerated lockfile to pin updated Go feature (1.3.4) digest. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 0
Summary
Removed and regenerated
devcontainer-lock.jsonfor the two devcontainer images that use the Go dev container feature (ghcr.io/devcontainers/features/go:1):src/go— Go feature updated from1.3.3→1.3.4src/universal— Go feature updated from1.3.3→1.3.4, copilot-cli updated from1.0.0→1.1.2Steps Performed
ghcr.io/devcontainers/features/goreferencesdevcontainer-lock.jsonfor each imagedevcontainer upgrade --workspace-folder .for each image individually