UNCLASSIFIED

Commit 2cc1b84e authored by ironbank-bot's avatar ironbank-bot
Browse files

Migrate to hardening_manifest.yaml

parent 972be1c8
Pipeline #97743 passed with stage
in 12 seconds
@Library('DCCSCR@master') _
dccscrPipeline(version: '1.3.1')
/* The above format is required for all production submissions.
* The version will be the image tag associated with this container for this branch.
*
* You may limit the job to the build stage or the scanning stage only:
* dccscrPipeline(version: "1.4.2", scan: false)
* dccscrPipeline(version: "1.0.0", build: false)
*
* You may also use a different branch of the jenkins-shared-library.
* Only do this if you know what you are doing:
* @Library('DCCSCR@feature1_branch') _ */
{
"resources": [
{
"url": "https://download.elastic.co/downloads/eck/1.3.1/elastic-operator",
"filename": "elastic-operator",
"validation": {
"type": "sha512",
"value": "635f151b2acb27f4c025f55d7fbeade18f35a972c7c5c752b18d013913b66a4ad241c75a02c2343d1f015b398f8f855958cd2fb40909283332176f31081f33d4"
}
},
{
"url": "https://download.elastic.co/downloads/eck/1.3.1/LICENSE.txt",
"filename": "LICENSE.txt",
"validation": {
"type": "sha512",
"value": "16b176f955b9ad9c109b6681ff7abb9d815f0d684289669ba8c4175df677cf0d0311163881321c4318abae43b9599a009a9876a8a48c37e93681a5a44ce6b67a"
}
},
{
"url": "https://download.elastic.co/downloads/eck/1.3.1/NOTICE.txt",
"filename": "NOTICE.txt",
"validation": {
"type": "sha512",
"value": "e694f66cfad185df445c73242a6bec9e871b8d44060dd8d256be356d585ddb963ea1c85e1e12971533d659501001ca08d55bfa59af4a7dad75345ff3ed3cad6d"
}
}
]
}
---
apiVersion: v1
# The repository name in registry1, excluding /ironbank/
name: "elastic/eck-operator/eck-operator"
# 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:
- "1.3.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: "eck-operator"
## 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: "1.3.1"
## 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: elastic-operator
url: https://download.elastic.co/downloads/eck/1.3.1/elastic-operator
validation:
type: sha512
value: 635f151b2acb27f4c025f55d7fbeade18f35a972c7c5c752b18d013913b66a4ad241c75a02c2343d1f015b398f8f855958cd2fb40909283332176f31081f33d4
- filename: LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.3.1/LICENSE.txt
validation:
type: sha512
value: 16b176f955b9ad9c109b6681ff7abb9d815f0d684289669ba8c4175df677cf0d0311163881321c4318abae43b9599a009a9876a8a48c37e93681a5a44ce6b67a
- filename: NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.3.1/NOTICE.txt
validation:
type: sha512
value: e694f66cfad185df445c73242a6bec9e871b8d44060dd8d256be356d585ddb963ea1c85e1e12971533d659501001ca08d55bfa59af4a7dad75345ff3ed3cad6d
# 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: "nassim.kammah@elastic.co"
# # 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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment