Prerequisites:
- Docker available locally
- Write access to the containers repository
- Familiarity with the existing image layout and release workflows
Create Dockerfile
Create a
Dockerfile with required OCI labels. Use dev-container-node/Dockerfile as a reference for the structure and required labels.Verify that the image metadata and labels match the existing repository pattern before you continue.
Create Container README
Create a
README.md in your container directory with:- Container description
- Usage instructions
- Environment variables
- Examples
Update GitHub Workflow