UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 81a3dbc3 authored by Engineering Services's avatar Engineering Services Committed by Jesire Belleza
Browse files

Update vault to 1.10.8+ent.fips1402

parent d033d315
No related branches found
No related tags found
2 merge requests!23Development,!22Update vault to 1.10.8+ent.fips1402
---
apiVersion: v1 apiVersion: v1
name: hashicorp/vault-enterprise-fips
# The repository name in registry1, excluding /ironbank/
name: "hashicorp/vault-enterprise-fips"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dso.mil
tags: tags:
- "1.10.5" - 1.10.8
- "1.10" - "1.10"
# Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "redhat/ubi/ubi8" BASE_IMAGE: redhat/ubi/ubi8
BASE_TAG: "8.6" BASE_TAG: "8.6"
# Docker image labels
labels: labels:
# Name of the image org.opencontainers.image.title: vault-enterprise
org.opencontainers.image.title: "vault-enterprise" org.opencontainers.image.description: Vault Enterprise
# Human-readable description of the software packaged in the image org.opencontainers.image.licenses: MPL-2.0
org.opencontainers.image.description: "Vault Enterprise" org.opencontainers.image.url: https://www.vaultproject.io/
# License(s) under which contained software is distributed org.opencontainers.image.vendor: HashiCorp
org.opencontainers.image.licenses: "MPL-2.0" org.opencontainers.image.version: 1.10.8+ent.fips1402
# URL to find more information on the image mil.dso.ironbank.image.keywords: vault,secrets,golang,kubernetes
org.opencontainers.image.url: "https://www.vaultproject.io/" mil.dso.ironbank.image.type: commercial
# Name of the distributing entity, organization or individual mil.dso.ironbank.product.name: vault
org.opencontainers.image.vendor: "HashiCorp"
# Authoritative version of the software
org.opencontainers.image.version: "1.10.5+ent.fips1402"
# Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "vault,secrets,golang,kubernetes"
# This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
# Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "vault"
# List of resources to make available to the offline build context
resources: resources:
- url: "https://releases.hashicorp.com/vault/1.10.5+ent.fips1402/vault_1.10.5+ent.fips1402_linux_amd64.zip" - url: https://releases.hashicorp.com/vault/1.10.8+ent.fips1402/vault_1.10.8+ent.fips1402_linux_amd64.zip
filename: "vault.zip" # [required field] desired staging name for the build context filename: vault.zip
validation: validation:
type: "sha256" # supported: sha256, sha512 type: sha256
value: "b81532ee93c4d5818236052292965f4a06214e53e7a61b89380e03befb5d320b" # must be lowercase value: 70e31ef8a3ff43349c398f9259858f825f34d160ee8c7115d816e9d0c42595a8
# List of project maintainers
maintainers: maintainers:
- email: "ironbank-notifications@hashicorp.com" - email: ironbank-notifications@hashicorp.com
# The name of the current container owner name: Engineering Services
name: "Engineering Services" username: hc-engserv
# The gitlab username of the current container owner cht_member: false
username: "hc-engserv"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment