diff --git a/Dockerfile b/Dockerfile index d60e98a0147da309fa536e69206b167fcd52c2c8..127afd536f25d2d2c27d1c1ca4990e4f8ec3096b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,13 +7,6 @@ FROM amazon/aws-controllers-k8s:ecr-v0.0.1 AS builder FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG -LABEL name="aws-controllers-k8s" \ - maintainer="cht@dsop.io" \ - vendor="Opensource" \ - version="ecr-v0.0.1" \ - release="1" \ - summary="Image of aws controller for Kubernetes" \ - description="Configure to use AWS controllers for integrated services: ecr-v0.01" COPY --from=builder /bin/controller /bin/ RUN groupadd -r awscontrollersk8suser && \ diff --git a/download.yaml b/download.yaml deleted file mode 100644 index ce2ace6f064f3ef2812bf91546fd22f45a8cb9bd..0000000000000000000000000000000000000000 --- a/download.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -version: ecr-v0.0.1 -resources: - - url: docker://amazon/aws-controllers-k8s@sha256:015483c0f6992a262b47847dc47f928badad8312c02f6ac081830c16951b50e6 - tag: amazon/aws-controllers-k8s:ecr-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..c78f592a9ad5bcc83562b67bab3772d03dbd228a --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,41 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "aws/aws-controllers-k8s/ecr" + +# 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: +- "ecr-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: "ecr" + 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: "ecr-v0.0.1" + + +# List of resources to make available to the offline build context +resources: +- tag: amazon/aws-controllers-k8s:ecr-v0.0.1 + url: docker://amazon/aws-controllers-k8s@sha256:015483c0f6992a262b47847dc47f928badad8312c02f6ac081830c16951b50e6 + +# 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