testing-e2e-containers
Installation
SKILL.md
E2E Container Testing
Test the installer binary inside Docker containers running the supported Linux distributions.
Workflow
- Build the installer for the container platform
- Start a fresh container
- Run the installer inside it
- Verify results
- Stop the container
- Repeat for each distro (ubuntu, debian, fedora)
Step 1: Build the Binary
Use goreleaser to build snapshot binaries for all platforms defined in .goreleaser.yaml. Run from the installer/ directory: