UNCLASSIFIED

Commit 217f1171 authored by ironbank-bot's avatar ironbank-bot
Browse files

Migrate to hardening_manifest.yaml

parent b5a94b0c
Pipeline #97753 passed with stage
in 13 seconds
...@@ -86,13 +86,6 @@ USER ${ELASTIC_PRODUCT} ...@@ -86,13 +86,6 @@ USER ${ELASTIC_PRODUCT}
ENV ELASTIC_PRODUCT=${ELASTIC_PRODUCT} ENV ELASTIC_PRODUCT=${ELASTIC_PRODUCT}
# TODO update these links when Elastic Agent is in GA # TODO update these links when Elastic Agent is in GA
LABEL org.label-schema.schema-version="1.0" \
org.label-schema.vendor="Elastic" \
org.label-schema.name="${ELASTIC_PRODUCT}" \
org.label-schema.version="${ELASTIC_STACK}" \
org.label-schema.url="https://www.elastic.co/guide/en/ingest-management/current/index.html" \
org.label-schema.vcs-url="https://github.com/elastic/${ELASTIC_PRODUCT}" \
org.label-schema.license="Elastic License" license="Elastic License"
ENTRYPOINT ["/usr/local/bin/dumb-init", "--", "/usr/local/bin/docker-entrypoint"] ENTRYPOINT ["/usr/local/bin/dumb-init", "--", "/usr/local/bin/docker-entrypoint"]
CMD ["--environment", "container"] CMD ["--environment", "container"]
......
@Library('DCCSCR@master') _
dccscrPipeline(version: '7.10.0')
{
"resources": [
{
"url": "https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.10.0-linux-x86_64.tar.gz",
"filename": "elastic-agent-7.10.0-linux-x86_64.tar.gz",
"validation": {
"type": "sha512",
"value": "e539c13e83c80eb519b86004551b5c27af2946ae918f8d1cb894a50192dbcf0394c7022841cb5bcf86bd082423a001d810f73c544d312e70845412d6ccd71e48"
}
},
{
"url": "https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64",
"filename": "dumb-init",
"validation": {
"type": "sha256",
"value": "37f2c1f0372a45554f1b89924fbb134fc24c3756efaedf11e07f599494e0eff9"
}
},
{
"url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64",
"filename": "jq",
"validation": {
"type": "sha256",
"value": "af986793a515d500ab2d35f8d2aecd656e764504b789b66d7e1a0b727a124c44"
}
}
]
}
---
apiVersion: v1
# The repository name in registry1, excluding /ironbank/
name: "elastic/beats/elastic-agent"
# 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:
- "7.10.0"
- "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: "elastic-agent"
## 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: "7.10.0"
## 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-agent-7.10.0-linux-x86_64.tar.gz
url: https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.10.0-linux-x86_64.tar.gz
validation:
type: sha512
value: e539c13e83c80eb519b86004551b5c27af2946ae918f8d1cb894a50192dbcf0394c7022841cb5bcf86bd082423a001d810f73c544d312e70845412d6ccd71e48
- filename: dumb-init
url: https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64
validation:
type: sha256
value: 37f2c1f0372a45554f1b89924fbb134fc24c3756efaedf11e07f599494e0eff9
- filename: jq
url: https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
validation:
type: sha256
value: af986793a515d500ab2d35f8d2aecd656e764504b789b66d7e1a0b727a124c44
# 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