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

Adds new platform for download page, "Arch Linux" and the necessary i… #3107

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

nateynateynate
Copy link
Member

…nstructions to install via its native package manager.

Description

#642 has been sitting around for a while. I was under the impression that there was some kind of clarification that was to be added to the download instructions regarding how the opensearch package is actually opensearch-min, but I think it's sat long enough. Here's the path I took:

I added a dropdown to the OpenSearch and OpenSearch Dashboards sections of the download page to inlcude "Arch Linux" as a platform. Selecting any of the build variants will just show the command line instruction to install the opensearch package via pacman (pacman -S opensearch)

Caveats:

  • The pacman package listing showed the only available architecture was x86_64, so I left out any other arch.
  • I didn't see pacman packages for the earlier release line of 1.3.x so I created no download artifacts for those.

Issues Resolved

#642

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.

…nstructions to install via its native package manager.

Signed-off-by: Nate B <96254688+nateynateynate@users.noreply.github.com>
Signed-off-by: Nate B <96254688+nateynateynate@users.noreply.github.com>
@hashworks
Copy link

Selecting any of the build variants will just show the command line instruction to install the opensearch package via pacman (pacman -S opensearch)

As long as this doesn't confuse users since they need to install plugins via other packages.

The pacman package listing showed the only available architecture was x86_64, so I left out any other arch.

Correct, we currently only provide x86_64. Others are planned (f.e. x86_64_v3, arm64), but this will take a while.

I didn't see pacman packages for the earlier release line of 1.3.x so I created no download artifacts for those.

Also correct, Arch Linux will only ever provide the latest version of opensearch.

Copy link
Collaborator

@dtaivpp dtaivpp left a comment

Choose a reason for hiding this comment

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

Lgtm

@dtaivpp dtaivpp merged commit 39a56fa into opensearch-project:main Jul 30, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants