UNCLASSIFIED

Commit 34290a46 authored by Vivek Pranavamurthii's avatar Vivek Pranavamurthii
Browse files

Update Dockerfile, hardening_manifest.yaml files

parent 3577eade
Pipeline #100720 passed with stage
in 5 seconds
...@@ -16,4 +16,4 @@ USER awscontrollersk8suser ...@@ -16,4 +16,4 @@ USER awscontrollersk8suser
ENTRYPOINT ["/bin/controller"] ENTRYPOINT ["/bin/controller"]
HEALTHCHECK NONE HEALTHCHECK NONE
\ No newline at end of file
...@@ -5,8 +5,6 @@ apiVersion: v1 ...@@ -5,8 +5,6 @@ apiVersion: v1
name: "aws/aws-controllers-k8s/apigatewayv2" name: "aws/aws-controllers-k8s/apigatewayv2"
# List of tags to push for the repository in registry1 # 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.dsop.io
tags: tags:
- "apigatewayv2-v0.0.1" - "apigatewayv2-v0.0.1"
- "latest" - "latest"
...@@ -19,21 +17,11 @@ args: ...@@ -19,21 +17,11 @@ args:
# Docker image labels # Docker image labels
labels: labels:
org.opencontainers.image.title: "apigatewayv2" org.opencontainers.image.title: "apigatewayv2"
## Human-readable description of the software packaged in the image org.opencontainers.image.description: "Image of aws controller for Kubernetes"
# org.opencontainers.image.description: "FIXME" org.opencontainers.image.licenses: "Apache License 2.0"
## License(s) under which contained software is distributed org.opencontainers.image.url: "https://github.com/aws/aws-controllers-k8s"
# org.opencontainers.image.licenses: "FIXME" org.opencontainers.image.vendor: "Opensource"
## URL to find more information on the image
# org.opencontainers.image.url: "FIXME"
## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME"
org.opencontainers.image.version: "apigatewayv2-v0.0.1" org.opencontainers.image.version: "apigatewayv2-v0.0.1"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME"
## This value can be "opensource" or "commercial"
# mil.dso.ironbank.image.type: "FIXME"
## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME"
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
...@@ -45,11 +33,7 @@ resources: ...@@ -45,11 +33,7 @@ resources:
# FIXME: Include any other vendor information if applicable # FIXME: Include any other vendor information if applicable
maintainers: maintainers:
- email: "vivek.pranavamurthi.1@us.af.mil" - email: "vivek.pranavamurthi.1@us.af.mil"
# # The name of the current container owner name: "Vivek Pranavamurthi"
# name: "FIXME" username: "vivekp"
# # The gitlab username of the current container owner cht_member: true
# username: "FIXME"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
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