Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facthunder/openbao
Docker image for OpenBao
https://github.com/facthunder/openbao
docker docker-image kubernetes openbao
Last synced: 17 days ago
JSON representation
Docker image for OpenBao
- Host: GitHub
- URL: https://github.com/facthunder/openbao
- Owner: Facthunder
- License: gpl-3.0
- Created: 2024-11-30T21:19:31.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-01T10:32:28.000Z (3 months ago)
- Last Synced: 2024-12-01T10:38:04.448Z (3 months ago)
- Topics: docker, docker-image, kubernetes, openbao
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for OpenBao
This project aims to provide a simple Docker image to dockerize and run [OpenBao](https://github.com/openbao/openbao) with `kubectl`.
### Run OpenBao
#### Get latest image
Images are now hosted directly on GitHub:
```Dockerfile
docker pull ghcr.io/facthunder/openbao:latest
```#### Run core checks
Assuming current directory contains the source code to analyze, simply run the following command:
```Dockerfile
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](https://github.com/Facthunder/openbao) | [1.30](https://github.com/kubernetes/kubectl) | [openbao/openbao:2.1](https://github.com/openbao/openbao) |
| [2.1](https://github.com/Facthunder/openbao) | [1.30](https://github.com/kubernetes/kubectl) | [openbao/openbao:2.1](https://github.com/openbao/openbao) |### 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](https://www.gnu.org/licenses/gpl.txt)