Add Dev Container Template structure for spec compliance#8
Merged
Conversation
- Create src/polyglot-devcontainer/ directory with proper template structure - Add devcontainer-template.json with template metadata and options - Copy devcontainer configuration files to template directory - Support both pre-built image and template distribution methods - Update README to document both approaches (image vs template) Additional improvements: - Add 1Password domains to firewall allowlist for CLI authentication - Fix empty environment variable issues with 1Password Connect - Remove automatic service account creation in favor of manual setup - Clean up Docker Compose environment variable handling This makes the repository fully compliant with the Dev Container Template specification while maintaining backward compatibility with direct image usage.
- Better reflects that this is the Liquescent Development container - Update all references in documentation and metadata - Remove outdated TEMPLATE_USAGE.md file - Clean up accidentally created .devcontainer/src directory
- Create publish-templates.yml workflow to package and publish templates to OCI registry - Add devcontainer-collection.json metadata file for template collection - Copy missing template files (.env.example, allowed-domains.txt.example, .gitignore) - Fix template option syntax in docker-compose.yml - Update README with published template usage instructions This enables users to reference the template directly from the registry: ghcr.io/liquescent-development/templates/liquescent-devcontainer
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/liquescent-devcontainer/Changes
Dev Container Template Structure
src/liquescent-devcontainer/directory with proper template structuredevcontainer-template.jsonwith template metadata and configuration options1Password Improvements
Documentation Updates
TEMPLATE_USAGE.mdfileImpact
Testing