OpenSearch/distribution
Rory Hunter 24f7d4e83b
Add Docker packaging tests on 7.x (#48857)
Backport of #46599 and #47640. Add packaging tests for Docker.

* Introduce packaging tests for Docker (#46599)

Closes #37617. Add packaging tests for our Docker images, similar to what
we have for RPMs or Debian packages. This works by running a container and
probing it e.g. via `docker exec`. Test can also be run in Vagrant, by
exporting the Docker images to disk and loading them again in VMs. Docker
is installed via `Vagrantfile` in a selection of boxes.

* Only define Docker pkg tests if Docker is available (#47640)

Closes #47639, and unmutes tests that were muted in b958467.

The Docker packaging tests were being defined irrespective of whether
Docker was actually available in the current environment. Instead,
implement exclude lists so that in environments where Docker is not
available, no Docker packaging tests are defined. For CI hosts, the build
checks `.ci/dockerOnLinuxExclusions`. The Vagrant VMs can defined the
extension property `shouldTestDocker` property to opt-in to packaging
tests.

As part of this, define a seperate utility class for checking Docker,
and call that instead of defining checks in-line in BuildPlugin.groovy
2019-11-05 15:17:59 +00:00
..
archives Fix complication in distribution/archives/build.gradle 2019-10-31 15:29:06 -04:00
bwc [7.x] Introduce type-safe and consistent pattern for handling build globals (#48818) 2019-11-01 11:33:11 -07:00
docker Add Docker packaging tests on 7.x (#48857) 2019-11-05 15:17:59 +00:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:21:21 -04:00
packages Don't build packages on non Linux (#48246) 2019-10-21 17:09:27 +03:00
src Package the JDK into jdk.app on macOS (#48765) 2019-10-31 15:12:15 -04:00
tools [7.x] Introduce type-safe and consistent pattern for handling build globals (#48818) 2019-11-01 11:33:11 -07:00
build.gradle Bump bundled JDK to JDK 13.0.1+9 (#48587) 2019-10-28 12:31:33 -04:00