From c7ef88553e8e46c2d237e1e7b4d2ce4e52cddfc4 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Wed, 1 Sep 2021 18:51:19 +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 9c5d990..1db649f 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=filebeat ARG OS_AND_ARCH=linux-x86_64 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 4acf93f..c424fcb 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "elastic/beats/filebeat" # 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: "filebeat" # Docker image labels @@ -30,7 +30,7 @@ labels: org.opencontainers.image.url: "https://www.elastic.co/products/beats/filebeat" ## 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: "log,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: filebeat-7.14.0-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.14.0-linux-x86_64.tar.gz +- filename: filebeat-7.14.1-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.14.1-linux-x86_64.tar.gz validation: type: sha512 - value: dea1c20e46197d4554c136d66171972787aebe7933b8880bdbbfb8b78451808f2cd4d523ac8109d2da9f545893118e5a2cae300af90b584c558efa7bcab98285 + value: bbc18f796172ab195632b54fea8c340d38f70cf27a98c00eccf701da3a6e022ff8fe9ce0937fa6da9c71ae9b3fba42e6f723ff802739bc660bdab410bac4d15b - filename: tinit url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab