Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document -wolfi docker image #16808

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ include::./include/attributes-lsplugins.asciidoc[]
:plugins-repo-dir: {docdir}/../../logstash-docs/docs
:docker-repo: docker.elastic.co/logstash/logstash
:docker-image: {docker-repo}:{logstash_version}
:docker-wolfi-image: {docker-repo}-wolfi:{logstash_version}
:docker-oss-image: {docker-repo}-oss:{logstash_version}

:versioned_docs: false

Expand Down
19 changes: 17 additions & 2 deletions docs/static/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,23 @@ ifeval::["{release-state}"!="unreleased"]
docker pull {docker-image}
--------------------------------------------

Alternatively, you can download other Docker images that contain only features
available under the Apache 2.0 license. To download the images, go to
A hardened image based on the https://wolfi.dev/[Wolfi] image is available as well.
Using Wolfi-based images requires Docker version 20.10.10 or later.

["source","sh",subs="attributes"]
--------------------------------------------
docker pull {docker-wolfi-image}
--------------------------------------------

Alternatively, a Docker image contaning only features under the Apache 2.0
license is available as well.

["source","sh",subs="attributes"]
--------------------------------------------
docker pull {docker-oss-image}
--------------------------------------------

To download these images, go to
https://www.docker.elastic.co[www.docker.elastic.co].

endif::[]
Expand Down
Loading