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
s3
Commits
a10086d6
Commit
a10086d6
authored
Dec 10, 2020
by
ironbank-bot
Browse files
Migrate to hardening_manifest.yaml
parent
d0a4726f
Pipeline
#98451
passed with stage
in 26 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
13 deletions
+55
-13
Dockerfile
Dockerfile
+0
-7
download.yaml
download.yaml
+0
-6
hardening_manifest.yaml
hardening_manifest.yaml
+55
-0
No files found.
Dockerfile
View file @
a10086d6
...
@@ -7,13 +7,6 @@ FROM amazon/aws-controllers-k8s:s3-v0.0.1 AS builder
...
@@ -7,13 +7,6 @@ FROM amazon/aws-controllers-k8s:s3-v0.0.1 AS builder
FROM
$BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
FROM
$BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
LABEL
name="aws-controllers-k8s" \
maintainer="cht@dsop.io" \
vendor="Opensource" \
version="s3-v0.0.1" \
release="1" \
summary="Image of aws controller for Kubernetes" \
description="Configure to use AWS controllers for integrated services"
COPY
--from=builder /bin/controller /bin/
COPY
--from=builder /bin/controller /bin/
RUN
groupadd
-r
awscontrollersk8suser
&&
\
RUN
groupadd
-r
awscontrollersk8suser
&&
\
...
...
download.yaml
deleted
100644 → 0
View file @
d0a4726f
---
version
:
s3-v0.0.1
resources
:
-
url
:
docker://amazon/aws-controllers-k8s@sha256:383dae4641564d0a0faf2194bf18a8cb0fa7c6f1abea5e8ffcd1c085557fe080
tag
:
amazon/aws-controllers-k8s:s3-v0.0.1
\ No newline at end of file
hardening_manifest.yaml
0 → 100644
View file @
a10086d6
---
apiVersion
:
v1
# The repository name in registry1, excluding /ironbank/
name
:
"
aws/aws-controllers-k8s/s3"
# 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
:
-
"
s3-v0.0.1"
-
"
latest"
# Build args passed to Dockerfile ARGs
args
:
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_TAG
:
"
8.3"
# Docker image labels
labels
:
org.opencontainers.image.title
:
"
s3"
## Human-readable description of the software packaged in the image
# org.opencontainers.image.description: "FIXME"
## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME"
## 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
:
"
s3-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
resources
:
-
tag
:
amazon/aws-controllers-k8s:s3-v0.0.1
url
:
docker://amazon/aws-controllers-k8s@sha256:383dae4641564d0a0faf2194bf18a8cb0fa7c6f1abea5e8ffcd1c085557fe080
# 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
:
"
vivek.pranavamurthi.1@us.af.mil"
# # The name of the current container owner
# name: "FIXME"
# # 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"
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