Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/reference/setup/install/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ docker pull {docker-image}
----
// REVIEWED[DEC.10.24]
--
+
[TIP]
====
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd break this out of a tip - feels like part of the primary narrative to me

since this adds security, is using wolfi images the better path? should we recommend it for everyone using an appropriate version of docker?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with the tip point, but also I pulled main and discovered this file had already been updated. I tried to make guidance more prominent at the outset in any case;

I assume at some point in the future the container will stop needing to be explicitly called out as wolfi once it becomes default.

Alternatively, you can use the hardened https://wolfi.dev/[Wolfi] image for additional security.
Using Wolfi images requires Docker version 20.10.10 or higher.

[source,sh,subs="attributes"]
----
docker pull docker.elastic.co/elasticsearch/elasticsearch-wolfi:{version}
----
====

. Optional: Install
https://docs.sigstore.dev/cosign/system_config/installation/[Cosign] for your
Expand Down
Loading