docker-netbootxyz/.github/pull_request_template.md
Antony Messerli 4884908c2b CI Improvements for testing images
* Drop forced chown during copy
* Adding PR Template
2025-12-06 13:26:38 -06:00

1.6 KiB

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Dependency update

Testing

Test Environment

  • Docker
  • Podman (rootless)
  • Docker Compose
  • Other: ___________

Platforms Tested

  • linux/amd64
  • linux/arm64

Test Scenarios

  • Standard volume mount
  • NFS volume mount
  • Custom PUID/PGID
  • SELinux enabled
  • Other: ___________

Test Results

# Paste relevant test output or logs

Test Images

Once the build completes, test images will be available:

  • netbootxyz/netbootxyz:pr-{number}
  • ghcr.io/netbootxyz/netbootxyz:pr-{number}

See the auto-generated comment below for pull and test commands.

Checklist

  • My code follows the style of this project
  • I have tested my changes locally
  • I have tested the automated PR build image
  • I have updated documentation (if applicable)
  • My changes generate no new errors or warnings
  • I have added comments to complex code sections

Additional Notes