mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The base selinux policies on centos/rhel/oraclelinux have all been updated in a way that conflicts with the policies we install with `docker-engine-selinux`. This patch fixes these conflicts. In addition, removes special cases for old/unsupported versions of fedora in our selinux package, and change to use a single minimum version for the selinux base policy package, as this is the minimum version required to use our selinux policy package. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: ec9a05e5e2e82363fae21131f869e2e34a597c50 Component: engine
This directory holds scripts called by make.sh in the parent directory.
Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:
./hack/make.sh test
./hack/make.sh binary ubuntu
# Or to run all bundles:
./hack/make.sh
To add a bundle:
- Create a shell-compatible file here
- Add it to $DEFAULT_BUNDLES in make.sh