Add Fedora 42 in docker tests #10

Open
opened 2025-10-29 19:44:55 -07:00 by peterwood · 0 comments
Owner

Originally created by @acedanger on GitHub (May 28, 2025).

Only Ubuntu and Debian are currently supported. Fedora should be added.

Usage: ./run-docker-tests.sh [option]

Options:
  ubuntu      Run test on Ubuntu container (tests packages and components)
  debian      Run test on Debian container (tests packages and components)
  full-ubuntu Run full bootstrap test on Ubuntu container (performs complete installation)
  full-debian Run full bootstrap test on Debian container (performs complete installation)
  all         Run tests on both Ubuntu and Debian containers (component tests only)

Examples:
  ./run-docker-tests.sh ubuntu      # Quick test for package availability
  ./run-docker-tests.sh full-debian # Test complete bootstrap installation
Originally created by @acedanger on GitHub (May 28, 2025). Only Ubuntu and Debian are currently supported. Fedora should be added. ```bash Usage: ./run-docker-tests.sh [option] Options: ubuntu Run test on Ubuntu container (tests packages and components) debian Run test on Debian container (tests packages and components) full-ubuntu Run full bootstrap test on Ubuntu container (performs complete installation) full-debian Run full bootstrap test on Debian container (performs complete installation) all Run tests on both Ubuntu and Debian containers (component tests only) Examples: ./run-docker-tests.sh ubuntu # Quick test for package availability ./run-docker-tests.sh full-debian # Test complete bootstrap installation ```
peterwood added the enhancement label 2025-10-29 19:44:55 -07:00
Sign in to join this conversation.