diff --git a/Dockerfile b/Dockerfile index 0aa411d7574b7db97db8c98ab9d0e47ecba1b9c0..94d68780b22477497fce6c1b7b2e30ffb2fa133d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,14 +12,6 @@ ARG GITLAB_SHELL_VERSION=v13.11.0 ARG GITLAB_USER=git ARG DNF_OPTS -LABEL source="https://gitlab.com/gitlab-org/gitlab-shell" \ - name="GitLab Shell" \ - maintainer="GitLab Distribution Team" \ - vendor="GitLab" \ - version=${GITLAB_SHELL_VERSION} \ - release=${GITLAB_SHELL_VERSION} \ - summary="SSH access and repository management app for GitLab." \ - description="SSH access and repository management app for GitLab." ADD gitlab-shell.tar.gz / diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 11e5b2480007a3b3ad5f698bcf5be9a4c79ee825..0000000000000000000000000000000000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: "13.5.4") diff --git a/download.yaml b/download.yaml deleted file mode 100644 index fc08921e074fffbe6eca4144ecf346838186e122..0000000000000000000000000000000000000000 --- a/download.yaml +++ /dev/null @@ -1,6 +0,0 @@ -resources: - - url: "http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.4-ubi8/gitlab-shell.tar.gz" - filename: "gitlab-shell.tar.gz" - validation: - type: "sha256" - value: "0cda44329e385accb75429da9a1c07e943d3d9d995007f36504442fdc908db81" diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..79c720745cccff19ef325f109867a47e5710cdd3 --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,58 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "gitlab/gitlab/gitlab-shell" + +# 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: +- "13.5.4" +- "latest" + +# Build args passed to Dockerfile ARGs +args: + BASE_IMAGE: "gitlab/gitlab/gitlab-ruby" + BASE_TAG: "13.6.0" + +# Docker image labels +labels: + org.opencontainers.image.title: "gitlab-shell" + ## Human-readable description of the software packaged in the image + # org.opencontainers.image.description: "FIXME" + ## License(s) under which contained software is distributed + # org.opencontainers.image.licenses: "FIXME" + ## URL to find more information on the image + # org.opencontainers.image.url: "FIXME" + ## Name of the distributing entity, organization or individual + # org.opencontainers.image.vendor: "FIXME" + org.opencontainers.image.version: "13.5.4" + ## Keywords to help with search (ex. "cicd,gitops,golang") + # mil.dso.ironbank.image.keywords: "FIXME" + ## This value can be "opensource" or "commercial" + # mil.dso.ironbank.image.type: "FIXME" + ## Product the image belongs to for grouping multiple images + # mil.dso.ironbank.product.name: "FIXME" + +# List of resources to make available to the offline build context +resources: +- filename: gitlab-shell.tar.gz + url: http://gitlab-ubi.s3.amazonaws.com/ubi8-build-dependencies-v13.5.4-ubi8/gitlab-shell.tar.gz + validation: + type: sha256 + value: 0cda44329e385accb75429da9a1c07e943d3d9d995007f36504442fdc908db81 + +# 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: "dj@gitlab.com" +# # The name of the current container owner +# name: "FIXME" +# # The gitlab username of the current container owner +# username: "FIXME" +# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT +# - name: "FIXME" +# username: "FIXME" +# email: "FIXME"