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

Docker, Alpine(, and maybe Flatpak) #327

Closed
oemsysadm opened this issue May 7, 2024 · 1 comment · Fixed by #344
Closed

Docker, Alpine(, and maybe Flatpak) #327

oemsysadm opened this issue May 7, 2024 · 1 comment · Fixed by #344
Labels

Comments

@oemsysadm
Copy link

Is your feature request related to a problem? Please describe.
Ease of installation in dev and container environments.

Describe the solution you'd like
I'd like docker images, ideally via Alpine Linux repository support (to mirror OpenTofu). And since it's an always running application, for development/test purposes it would be nice to have flathub.org as an installation option.

@JanMa
Copy link
Contributor

JanMa commented May 7, 2024

Hey @oemsysadm ,
we already build a docker image for x86 and one for arm. For now you can download them from the release assets of our latest release: https://github.com/openbao/openbao/releases/tag/v2.0.0-alpha20240329

To import the image and run it locally, please run the following command:

curl -sL "https://github.com/openbao/openbao/releases/download/v2.0.0-alpha20240329/openbao_ubi_linux_amd64_2.0.0-alpha20240329_f20d4684d48c8f841025a50c3cb54aa12434e8e0.docker.tar.zip" -o openbao.tar;
unzip -p openbao.tar | docker load

We already have a docker hub account, but we're still waiting on it to be recognized as an open source project so the traffic limits are lifted. Once that happened, we will also upload our images there as one would expect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants