Skip to content

Facthunder/openbao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for OpenBao

This project aims to provide a simple Docker image to dockerize and run OpenBao with kubectl.

Run OpenBao

Get latest image

Images are now hosted directly on GitHub:

docker pull ghcr.io/facthunder/openbao:latest

Run core checks

Assuming current directory contains the source code to analyze, simply run the following command:

docker run --rm -v ${PWD}:/manifests ghcr.io/facthunder/openbao:latest kubectl apply -f /manifests

Versions matrix

Here is the versions matrix of the image:

TAG KUBECTL VERSION BASE IMAGE
latest 1.30 openbao/openbao:2.1
2.1 1.30 openbao/openbao:2.1

How to contribute

If you experienced a problem with the plugin please open an issue. Inside this issue please explain us how to reproduce this issue and paste the log.

If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.

License

Copyright 2024 Facthunder.

Licensed under the GNU General Public License, Version 3.0