This Docker image contains Vault for use in GitHub Actions workflows.
- Vault: The image includes HashiCorp Vault, a tool for managing secrets and protecting sensitive data.
You can use this Docker image by pulling it from the Docker Hub or by referencing it directly in your GitHub Actions workflows.
docker pull <your-dockerhub-username>/vault
jobs:
vault:
runs-on: ubuntu-latest
container:
image: <your-dockerhub-username>/vault
steps:
- name: Start Vault
run: vault server
- Description: This image contains Vault for use in GitHub Actions workflows.
- Documentation: GitHub Repository
- Author: obervinov
- Source Code: GitHub Repository
Feel free to customize this image according to your specific requirements and environment. If you encounter any issues or have suggestions for improvements, please don't hesitate to contribute to the GitHub repository.