mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[Docs] Add wolfi image info (#205022)](https://github.com/elastic/kibana/pull/205022) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-01-09T16:10:59Z","message":"[Docs] Add wolfi image info (#205022)\n\n## Summary\r\n\r\nAdds information about using Wolfi container images to the Install with\r\nDocker page.\r\n\r\nCloses: [#594](https://github.com/elastic/platform-docs-team/issues/594)","sha":"fea598ea13d9e41ce6d2b7bcf83a1845573228a0","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0","v8.18.0"],"title":"[Docs] Add wolfi image info","number":205022,"url":"https://github.com/elastic/kibana/pull/205022","mergeCommit":{"message":"[Docs] Add wolfi image info (#205022)\n\n## Summary\r\n\r\nAdds information about using Wolfi container images to the Install with\r\nDocker page.\r\n\r\nCloses: [#594](https://github.com/elastic/platform-docs-team/issues/594)","sha":"fea598ea13d9e41ce6d2b7bcf83a1845573228a0"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205022","number":205022,"mergeCommit":{"message":"[Docs] Add wolfi image info (#205022)\n\n## Summary\r\n\r\nAdds information about using Wolfi container images to the Install with\r\nDocker page.\r\n\r\nCloses: [#594](https://github.com/elastic/platform-docs-team/issues/594)","sha":"fea598ea13d9e41ce6d2b7bcf83a1845573228a0"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
This commit is contained in:
parent
63b755b05c
commit
67bc7ccc88
1 changed files with 15 additions and 0 deletions
|
@ -31,6 +31,21 @@ multi-node cluster with {kib}, use Docker Compose instead. Refer to
|
|||
{ref}/docker.html#docker-compose-file[Start a multi-node cluster with Docker
|
||||
Compose] in the {es} documentation.
|
||||
|
||||
==== Hardened Docker images
|
||||
|
||||
You can also use the hardened link:https://wolfi.dev/[Wolfi] image for additional security. Using Wolfi images requires Docker version 20.10.10 or higher.
|
||||
|
||||
To use the Wolfi image, append `-wolfi` to the image tag in the Docker command.
|
||||
|
||||
For example:
|
||||
|
||||
[source,sh,subs="attributes"]
|
||||
----
|
||||
docker pull docker.elastic.co/elasticsearch/elasticsearch-wolfi:{version}
|
||||
----
|
||||
|
||||
==== Start a single node cluster
|
||||
|
||||
. Install Docker. Visit https://docs.docker.com/get-docker/[Get Docker] to
|
||||
install Docker for your environment.
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue