diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 0b87f9c580378cc5f4ed126c3af3902ff64cd652..0000000000000000000000000000000000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: '0.2.2') diff --git a/download.yaml b/download.yaml deleted file mode 100644 index 15e6e93bcd486d666d551da55e8ed48a9694f27a..0000000000000000000000000000000000000000 --- a/download.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -resources: - - url: "https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.2-Linux-x86_64.sh" - filename: "miniconda.sh" - validation: - type: "sha256" - value: "957d2f0f0701c3d1335e3b39f235d197837ad69a944fa6f5d8ad2c686b69df3b" diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a61a77149c15967e8f881c26cc30ec8e4499ca5b --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,56 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "kubeflow/kfserving-0.2.2/pytorch-0.2.2" + +# 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: +- "0.2.2" +- "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: "pytorch-0.2.2" + ## Human-readable description of the software packaged in the image + org.opencontainers.image.description: "pytorch-0.2.2 container based off UBI 8" + ## License(s) under which contained software is distributed + org.opencontainers.image.licenses: "Apache-2.0" + ## URL to find more information on the image + org.opencontainers.image.url: "gcr.io/kfserving/pytorchserver@sha256:fc234478446af0a06e0f5a62cb46ed457d241281af5104fd63288c5f40c0a084" + ## Name of the distributing entity, organization or individual + org.opencontainers.image.vendor: "kubeflow" + org.opencontainers.image.version: "0.2.2" + ## Keywords to help with search (ex. "cicd,gitops,golang") + mil.dso.ironbank.image.keywords: "kubeflow,pytorch,kfserving" + ## 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: "kubeflow" + +# List of resources to make available to the offline build context +resources: +- filename: miniconda.sh + url: https://repo.anaconda.com/miniconda/Miniconda3-py37_4.8.2-Linux-x86_64.sh + validation: + type: sha256 + value: 957d2f0f0701c3d1335e3b39f235d197837ad69a944fa6f5d8ad2c686b69df3b + +# 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: "cvernooy@oteemo.com" + name: "Christopher Vernooy" + username: "cvernooy" + cht_member: true +- name: "Christopher Vernooy" + username: "cvernooy" + email: "cvernooy@oteemo.com"