Almaz-KG opened a new issue, #1277: URL: https://github.com/apache/datafusion-ballista/issues/1277
**Describe the bug** The `.devcontainer` configuration uses a deprecated or inaccessible URL for a protoc:1 feature. The feature `ghcr.io/devcontainers-contrib/features/protoc:1` cannot be resolved, which prevents the development container from building correctly. Seems, the protoc:1 devcontainer feature moved from contrib to extra features, [check it here](https://github.com/devcontainers-extra/features/tree/main/src/protoc) ```sh [2025-07-09T09:01:32.939Z] Could not resolve Feature 'ghcr.io/devcontainers-contrib/features/protoc:1'. Ensure the Feature is published and accessible from your current environment. [2025-07-09T09:01:32.939Z] Error: ERR: Feature 'ghcr.io/devcontainers-contrib/features/protoc:1' could not be processed. You may not have permission to access this Feature, or may not be logged in. If the issue persists, report this to the Feature author. ``` **To Reproduce** Steps to reproduce the behavior: 1. Open project in a devcontainer supported environment 1. Attempt to rebuild or reopen the project in the container 1. Observe the build failure due to the unresolved feature. **Expected behavior** The development container should build successfully, with all features resolved and installed properly. **Additional context** - OS: macOS - I do not have access to Windows or Linux machines to verify if the issue is platform-specific. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org