From 6b1caeab631dba16c39144bfe36237be453e101d Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Wed, 28 Jul 2021 17:48:06 +0200 Subject: [PATCH] Update to Elastic Stack 7.13.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index cfaf62f..2da08e9 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.13.1 +ARG ELASTIC_STACK=7.13.4 ARG ELASTIC_PRODUCT=elastic-agent ARG OS_AND_ARCH=linux-x86_64 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 9d30815..59020df 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "elastic/beats/elastic-agent" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "7.13.1" +- "7.13.4" - "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.13.1" + ELASTIC_STACK: "7.13.4" ELASTIC_PRODUCT: "elastic-agent" # Docker image labels @@ -30,7 +30,7 @@ labels: org.opencontainers.image.url: "https://www.elastic.co/products/beats/elastic-agent" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Elastic" - org.opencontainers.image.version: "7.13.1" + org.opencontainers.image.version: "7.13.4" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "log,metrics,monitoring,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: elastic-agent-7.13.1-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.13.1-linux-x86_64.tar.gz +- filename: elastic-agent-7.13.4-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-7.13.4-linux-x86_64.tar.gz validation: type: sha512 - value: 38e56ccae7ca52753cf5b3c1af3596c79acb1a790cf65e256283515812a8b3e56a440b541de40b9ac981a44018c974f9cd2e1260423aaa6b9f69a015fc207362 + value: bf932c5e18a3486097108bda707c38baa107065f5e4c5dafdf9198b47789b6955b58ac767613454b132f31454ced092c868cec211e7adf3a79b1db99bffbf800 - filename: tinit url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab