UNCLASSIFIED

Commit af4ded80 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'hardening_manifest' into 'development'

Migrate to hardening_manifest.yaml

See merge request !11
parents 972be1c8 feec8c6a
Pipeline #158960 passed with stages
in 9 minutes and 34 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: "Elastic Cloud on Kubernetes automates the deployment, provisioning, management, and orchestration of Elasticsearch, Kibana, APM Server, Beats, and Enterprise Search on Kubernetes"
## License(s) under which contained software is distributed
org.opencontainers.image.licenses: "Elastic License"
## URL to find more information on the image
org.opencontainers.image.url: "https://www.elastic.co/guide/en/cloud-on-k8s/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Elastic"
org.opencontainers.image.version: "1.3.1"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "search,elastic,elasticsearch,operator,golang"
## This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type: "commercial"
## Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name: "Elastic Cloud on Kubernetes"
# 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
maintainers:
- email: "nassim.kammah@elastic.co"
# # The name of the current container owner
name: "Nassim Kammah"
# # The gitlab username of the current container owner
username: "nkammah"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
- name: "Dawid Kowalski"
username: "dkow"
email: "dawid.kowalski@elastic.co"
\ No newline at end of file
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