UNCLASSIFIED

Commit a10086d6 authored by ironbank-bot's avatar ironbank-bot
Browse files

Migrate to hardening_manifest.yaml

parent d0a4726f
Pipeline #98451 passed with stage
in 26 seconds
...@@ -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 && \
......
---
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
---
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"
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