From 0084dc0d22ad1f213844029a05eedfd1aae1e43b Mon Sep 17 00:00:00 2001 From: Mike Place Date: Wed, 1 Sep 2021 18:51:27 +0200 Subject: [PATCH] Update to Elastic Stack 7.14.1 --- Dockerfile | 2 +- hardening_manifest.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6e6d8e..4ced3bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files -ARG ELASTIC_STACK=7.14.0 +ARG ELASTIC_STACK=7.14.1 ARG ELASTIC_PRODUCT=metricbeat ARG OS_AND_ARCH=linux-x86_64 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 9860805..4213605 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "elastic/beats/metricbeat" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "7.14.0" +- "7.14.1" - "latest" # Build args passed to Dockerfile ARGs @@ -16,7 +16,7 @@ args: BASE_IMAGE: "redhat/ubi/ubi8" BASE_TAG: "8.4" BASE_REGISTRY: registry1.dsop.io - ELASTIC_STACK: "7.14.0" + ELASTIC_STACK: "7.14.1" ELASTIC_PRODUCT: "metricbeat" # Docker image labels @@ -30,7 +30,7 @@ labels: org.opencontainers.image.url: "https://www.elastic.co/products/beats/metricbeat" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Elastic" - org.opencontainers.image.version: "7.14.0" + org.opencontainers.image.version: "7.14.1" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "metrics,observabilty,o11y,oblt,beats,elastic,elasticsearch,golang" ## This value can be "opensource" or "commercial" @@ -40,11 +40,11 @@ labels: # List of resources to make available to the offline build context resources: -- filename: metricbeat-7.14.0-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.14.0-linux-x86_64.tar.gz +- filename: metricbeat-7.14.1-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.14.1-linux-x86_64.tar.gz validation: type: sha512 - value: 337f4c77226485b76cd240015cad669b334ff3cefc481fa43266672f943af38d54aa47375ffc1e253c0e49b5b7d58479d47a03c577a39e33121444d64e6f35da + value: 18b18f20cdb33380744d0dcbdaff32109f4c6895f15d33ddbcaf17897f4900df0712bdde45ee686bf8edfbae2b38fc6746765ffa99bfe4b287060c2c490afa59 - filename: tinit url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab