diff --git a/Dockerfile b/Dockerfile index 6c0a0dbe15fc1501e4d2ba60024469b61c89c915..52cb2ed1b7898b81e00f088dfb94464e06dde2a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,13 +7,6 @@ FROM amazon/aws-controllers-k8s:s3-v0.0.1 AS builder 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/ RUN groupadd -r awscontrollersk8suser && \ diff --git a/download.yaml b/download.yaml deleted file mode 100644 index 080ee5a36d79023f7ccd24438090a0e316601827..0000000000000000000000000000000000000000 --- a/download.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -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 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..872555fb03b22aba76fa13b10a63967aa790ec2d --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,41 @@ +--- +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" + org.opencontainers.image.description: "Image of aws controller for Kubernetes" + org.opencontainers.image.licenses: "Apache License 2.0" + org.opencontainers.image.url: "https://github.com/aws/aws-controllers-k8s" + org.opencontainers.image.vendor: "Opensource" + org.opencontainers.image.version: "s3-v0.0.1" + +# 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" + name: "Vivek Pranavamurthi" + username: "vivekp" + cht_member: true +