UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
A
aws
aws-controllers-k8s
apigatewayv2
Commits
34290a46
Commit
34290a46
authored
Dec 11, 2020
by
Vivek Pranavamurthii
Browse files
Update Dockerfile, hardening_manifest.yaml files
parent
3577eade
Pipeline
#100720
passed with stage
in 5 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
25 deletions
+9
-25
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+8
-24
No files found.
Dockerfile
View file @
34290a46
...
@@ -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
hardening_manifest.yaml
View file @
34290a46
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment