You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support building Iron Bank Docker context (#65074)
Backport of #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.
**Elasticsearch** is a distributed, RESTful search and analytics engine capable of
4
+
solving a growing number of use cases. As the heart of the Elastic Stack, it
5
+
centrally stores your data so you can discover the expected and uncover the
6
+
unexpected.
7
+
8
+
For more information about Elasticsearch, please visit
9
+
https://www.elastic.co/products/elasticsearch.
10
+
11
+
### Installation instructions
12
+
13
+
Please follow the documentation on [how to install Elasticsearch with Docker](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html).
0 commit comments