Skip to content

Conversation

@idvoretskyi
Copy link
Owner

This PR fixes an issue with container creation that was failing due to the dotfiles feature. The container was failing with error: 'Feature ghcr.io/devcontainers/features/dotfiles:1 could not be processed'. The solution is to remove this feature from the devcontainer.json configuration.

@idvoretskyi idvoretskyi requested a review from Copilot May 19, 2025 19:35
Copy link
Contributor

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 removes the dotfiles feature from the devcontainer configuration to fix container creation failures caused by that feature.

  • Deleted the ghcr.io/devcontainers/features/dotfiles:1 entry from .devcontainer/devcontainer.json
Comments suppressed due to low confidence (2)

.devcontainer/devcontainer.json:28

  • [nitpick] Consider updating any project documentation (e.g., README) to note that the dotfiles feature has been removed and is no longer supported in the devcontainer configuration.
}

.devcontainer/devcontainer.json:26

  • [nitpick] It may be beneficial to add a CI step or schema validation for devcontainer.json to catch configuration issues like this before merging.
"features": {

@idvoretskyi idvoretskyi merged commit ca3f9a0 into main May 19, 2025
1 check passed
@idvoretskyi idvoretskyi deleted the fix-devcontainer-dotfiles-error branch May 19, 2025 19:36
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