elasticsearch/distribution/docker
Rory Hunter e07adb75c9
Support building Iron Bank Docker context (#64336)
This PR adds support for building a Docker context for Iron Bank.
It doesn't actually build the image - we could add that at a later
stage, but this is an attempt to automate at least some of the
process.

Iron Bank is a lot like our UBI build, except it uses a hardened
version of the full UBI image, not the minimal UBI image. They have
particular requirements around how the Docker context should be
arranged. The Docker build cannot fetch its own artefacts, but
instead the context provides a descriptor that locates what is
needed for the build.

I also added a filter so that after performing expansions on the
`Dockerfile`, we squash long runs on newlines together. This makes
the output cleaner, while allowing us to break up the unprocessed
`Dockerfile` for clarity.
2020-11-16 12:21:35 +00:00
..
docker-aarch64-export Rename some Docker projects for consistency (#55150) 2020-04-14 22:07:42 +01:00
docker-build-context Add UBI docker builds (#60742) 2020-08-18 09:27:23 +01:00
docker-export Introduce packaging tests for Docker (#46599) 2019-10-05 15:40:42 +01:00
ironbank-docker-build-context Support building Iron Bank Docker context (#64336) 2020-11-16 12:21:35 +00:00
oss-docker-aarch64-export Rename some Docker projects for consistency (#55150) 2020-04-14 22:07:42 +01:00
oss-docker-build-context Add UBI docker builds (#60742) 2020-08-18 09:27:23 +01:00
oss-docker-export Introduce packaging tests for Docker (#46599) 2019-10-05 15:40:42 +01:00
src Support building Iron Bank Docker context (#64336) 2020-11-16 12:21:35 +00:00
ubi-docker-aarch64-export Add UBI docker builds (#60742) 2020-08-18 09:27:23 +01:00
ubi-docker-build-context Move tasks in build scripts to task avoidance api (#64046) 2020-11-12 12:04:15 +01:00
ubi-docker-export Add UBI docker builds (#60742) 2020-08-18 09:27:23 +01:00
build.gradle Support building Iron Bank Docker context (#64336) 2020-11-16 12:21:35 +00:00
docker-compose.yml Scripting: Deprecate general cache settings (#55038) 2020-04-22 12:33:33 -06:00
docker-test-entrypoint.sh Use a tiny base image for Docker builds (#52519) 2020-10-12 14:58:01 +01:00