diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 983408849b0caa8775ff911a472462afa19e77e6..0000000000000000000000000000000000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,3 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: "2.4.46") - diff --git a/download.yaml b/download.yaml deleted file mode 100644 index 92d177f34600c76c898d8978205661dc81e83f66..0000000000000000000000000000000000000000 --- a/download.yaml +++ /dev/null @@ -1,16 +0,0 @@ -resources: - - url: "https://archive.apache.org/dist/httpd/httpd-2.4.46.tar.gz" - filename: "httpd-2.4.46.tar.gz" - validation: - type: "sha256" - value: "44b759ce932dc090c0e75c0210b4485ebf6983466fb8ca1b446c8168e1a1aec2" - - url: "https://downloads.apache.org/apr/apr-1.7.0.tar.gz" - filename: "apr-1.7.0.tar.gz" - validation: - type: "sha256" - value: "48e9dbf45ae3fdc7b491259ffb6ccf7d63049ffacbc1c0977cced095e4c2d5a2" - - url: "https://downloads.apache.org/apr/apr-util-1.6.1.tar.gz" - filename: "apr-util-1.6.1.tar.gz" - validation: - type: "sha256" - value: "b65e40713da57d004123b6319828be7f1273fbc6490e145874ee1177e112c459" diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f36744435a289a584147e4d655d47be17057e6f5 --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,63 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "opensource/apache/apache2" + +# 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: +- "2.4.46" +- "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: "apache2" + ## Human-readable description of the software packaged in the image + org.opencontainers.image.description: "httpd is an open-source HTTP server for modern operating systems including UNIX and Windows." + ## License(s) under which contained software is distributed + org.opencontainers.image.licenses: "Apache License 2.0" + ## URL to find more information on the image + org.opencontainers.image.url: "https://downloads.apache.org/httpd/" + ## Name of the distributing entity, organization or individual + org.opencontainers.image.vendor: "The Apache Software Foundation" + org.opencontainers.image.version: "2.4.46" + ## Keywords to help with search (ex. "cicd,gitops,golang") + mil.dso.ironbank.image.keywords: "Apache,httpd" + ## This value can be "opensource" or "commercial" + mil.dso.ironbank.image.type: "opensource" + ## Product the image belongs to for grouping multiple images + mil.dso.ironbank.product.name: "apache" + +# List of resources to make available to the offline build context +resources: +- filename: httpd-2.4.46.tar.gz + url: https://archive.apache.org/dist/httpd/httpd-2.4.46.tar.gz + validation: + type: sha256 + value: 44b759ce932dc090c0e75c0210b4485ebf6983466fb8ca1b446c8168e1a1aec2 +- filename: apr-1.7.0.tar.gz + url: https://downloads.apache.org/apr/apr-1.7.0.tar.gz + validation: + type: sha256 + value: 48e9dbf45ae3fdc7b491259ffb6ccf7d63049ffacbc1c0977cced095e4c2d5a2 +- filename: apr-util-1.6.1.tar.gz + url: https://downloads.apache.org/apr/apr-util-1.6.1.tar.gz + validation: + type: sha256 + value: b65e40713da57d004123b6319828be7f1273fbc6490e145874ee1177e112c459 + +# List of project maintainers +maintainers: +- email: "melissari_sean@bah.com" +# # The name of the current container owner + name: "Sean Melissari" +# # The gitlab username of the current container owner + username: "sean.melissari" + cht_member: true