Skip to content

build(.devcontainer): add lockfile; use bookworm for base image#576

Merged
Fdawgs merged 1 commit into
mainfrom
build/devcontainer
May 22, 2026
Merged

build(.devcontainer): add lockfile; use bookworm for base image#576
Fdawgs merged 1 commit into
mainfrom
build/devcontainer

Conversation

@Fdawgs
Copy link
Copy Markdown
Owner

@Fdawgs Fdawgs commented May 22, 2026

  • Added devcontainer-lock.json to pin github-cli feature version
  • Removed redundant git feature (pre-installed in base image)
  • Switched base image from default trixie to bookworm for stability

Checklist

Copilot AI review requested due to automatic review settings May 22, 2026 09:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s Dev Container configuration to improve stability and reproducibility by pinning feature versions and standardizing the base image.

Changes:

  • Switch Dev Container base image from the default Debian “trixie” variant to 20-bookworm.
  • Add .devcontainer/devcontainer-lock.json to pin the github-cli feature digest/version.
  • Add a Dependabot config entry for the devcontainers ecosystem and ignore the lockfile for Prettier formatting.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.prettierignore Excludes the auto-generated Dev Container lockfile from formatting.
.github/dependabot.yml Adds monthly Dependabot updates for Dev Container features.
.devcontainer/devcontainer.json Uses the 20-bookworm image and removes the redundant git feature.
.devcontainer/devcontainer-lock.json Locks the github-cli feature to a specific version/digest.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Fdawgs Fdawgs merged commit ce3c69d into main May 22, 2026
21 checks passed
@Fdawgs Fdawgs deleted the build/devcontainer branch May 22, 2026 09:38
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.

2 participants