Initial code commit
This commit is contained in:
parent
cf72c0fd43
commit
75d003a3be
12 changed files with 1203 additions and 0 deletions
8
metadata.yaml
Normal file
8
metadata.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# The purpose of this file is similar to a `package.json` for a JavaScript project or `Chart.yaml` for a Helm chart etc...
|
||||
# It contains metadata about the project, such as its name, version, and description. This information is used by the deployment process to build and deploy the container image.
|
||||
# We decided to use a YAML file (instead of JSON as an example) because it allows the use of comments, which can be helpful for documentation/explanation purposes like this.
|
||||
|
||||
name: hashicorp-vault
|
||||
version: 1.0.12
|
||||
description: Customized implementation of the Hashicorp Vault image.
|
||||
maintainer: Bridgeman Accessible <info@bridgemanaccessible.ca>
|
||||
Loading…
Add table
Add a link
Reference in a new issue