tree: 1c403f2fe79583b50cf4c96f0c1a046238966768 [path history] [tgz]
  1. centos7/
  2. debian10/
  3. debian11/
  4. debian8/
  5. debian9/
  6. ubuntu14/
  7. ubuntu16/
  8. ubuntu18/
  9. ubuntu20/
  10. ubuntu20-clang/
  11. .gitignore
  12. os-list.txt
  13. README.md
  14. reinit.sh
  15. run-all.sh
  16. run-one.sh
docker/README.md

Supported OSes

  • CentOS 7
  • Debian 9 and 10
  • Ubuntu 16, 18, and 20

Test

To test against all of the Linux OSes against Apache's master branch:

cd docker
./run-all.sh apache master

Using local as the owner will cause the scripts to use the local repository.

The scripts are:

  • run-all.sh owner branch - test the given owner's branch on all OSes
  • run-one.sh owner branch os - test the owner's branch on one OS
  • reinit.sh - rebuild all of the base images without the image cache

A base image for each OS is built using:

cd docker/$os
docker build -t orc-$os .

Clean up

docker container prune
docker image prune