diff --git a/Dockerfile b/Dockerfile index 1d38ae9c49d6386f969410c2abf75cdd232313b4..eb4abed49050663fdab60335735eaf379e468a37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,16 +29,6 @@ Python's elegant syntax and dynamic typing, together with its interpreted nature make it an ideal language for scripting and rapid application development in many areas \ on most platforms." -LABEL summary="$SUMMARY" \ - description="$DESCRIPTION" \ - io.k8s.description="$DESCRIPTION" \ - io.k8s.display-name="Python 3.6" \ - io.openshift.tags="builder,python,python36,python-36,rh-python36" \ - com.redhat.component="ubi8-container" \ - name="ubi8/python-36" \ - version="1" \ - com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \ - maintainer="DSOP Container Hardening Team" # Copy extra files to the image. COPY ./scripts / diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index fcafb9711affc82876ffcc37f0ace4e712ef11aa..0000000000000000000000000000000000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: "3.6") diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8dcf53b748bd97243b71e3c4e503ec721fc59291 --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,39 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "redhat/python/python36" + +# 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: +- "3.6" +- "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: "python36" + org.opencontainers.image.description: "Python programming language" + org.opencontainers.image.licenses: "Python Software Foundation" + org.opencontainers.image.url: "https://www.python.org/" + org.opencontainers.image.vendor: "Python Software Foundation" + org.opencontainers.image.version: "3.6" + mil.dso.ironbank.image.keywords: "python, programming language" + mil.dso.ironbank.image.type: "opensource" + mil.dso.ironbank.product.name: "python" + +# List of resources to make available to the offline build context +resources: [] + +# List of project maintainers +maintainers: +- email: "melissari_sean@bah.com" + name: "Sean Melissari" + username: "smelissari" + cht_member: true