Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.63 KB

File metadata and controls

55 lines (44 loc) · 1.63 KB

Pull Request

Description

Brief description of what this PR adds or changes.

Type of Change

  • New container addition
  • Bug fix
  • Documentation update
  • Workflow/tooling improvement
  • Other (please describe):

Container Information (if applicable)

  • Container Name:
  • Container Slug:
  • Primary Hardware:
  • Architectures Supported:
  • Tags:

Checklist

Please ensure your PR meets the following requirements:

General Requirements

  • I have read the CONTRIBUTING.md guidelines
  • My code follows the project's coding standards
  • I have tested my changes locally
  • All existing tests pass

Container-Specific Requirements (if adding/modifying a container)

  • Container follows the required directory structure (containers/{slug}/)
  • meta.json file is present and follows the schema
  • Dockerfile is present and builds successfully
  • entrypoint.sh is present and executable
  • README.md is present with proper documentation
  • Container builds for all specified architectures
  • Container has been tested on target hardware (if possible)

Documentation

  • I have updated relevant documentation
  • README files are updated (if applicable)
  • New containers include comprehensive documentation

Testing

Describe how you tested your changes:

  • Local build test
  • Runtime test
  • Multi-architecture test (if applicable)
  • Hardware-specific test (if applicable)

Additional Notes

Any additional information, context, or screenshots that would be helpful for reviewers.

Related Issues

Closes #(issue number)