UNCLASSIFIED

Commit 1c019e64 authored by Vickie Shen's avatar Vickie Shen
Browse files

migrated hardening manifest

parent dc25a475
Pipeline #115268 passed with stage
in 5 seconds
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.2
......
......@@ -20,20 +20,20 @@ args:
labels:
org.opencontainers.image.title: "proxy_init"
## Human-readable description of the software packaged in the image
# org.opencontainers.image.description: "FIXME"
org.opencontainers.image.description: "The proxy-init container installs iptables rules to redirect all container traffic through the Envoy proxy sidecar."
## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME"
org.opencontainers.image.licenses: "APL-2.0"
## URL to find more information on the image
# org.opencontainers.image.url: "FIXME"
org.opencontainers.image.url: "https://github.com/open-policy-agent/proxy_init"
## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME"
org.opencontainers.image.vendor: "Open Policy Agent"
org.opencontainers.image.version: "v5"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME"
mil.dso.ironbank.image.keywords: "opensource"
## This value can be "opensource" or "commercial"
# mil.dso.ironbank.image.type: "FIXME"
mil.dso.ironbank.image.type: "opensource"
## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME"
mil.dso.ironbank.product.name: "Openpolicyagent proxy_init"
# List of resources to make available to the offline build context
resources:
......@@ -41,15 +41,10 @@ resources:
url: docker://docker.io/openpolicyagent/proxy_init@sha256:8f988a690516728b08956f2838a7a08202547e44d2c962009301d738c7a4abae
# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable
maintainers:
- email: "shen_vickie@bah.com"
# # The name of the current container owner
# name: "FIXME"
name: "Vickie Shen"
# # The gitlab username of the current container owner
# username: "FIXME"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
username: "shen_vickie"
cht_member: true
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment