8 lines
No EOL
645 B
YAML
8 lines
No EOL
645 B
YAML
# 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.20
|
|
description: Customized implementation of the Hashicorp Vault image.
|
|
maintainer: Bridgeman Accessible <info@bridgemanaccessible.ca> |