From dae6665d7831f713717b128c7a025c61e1e94f64 Mon Sep 17 00:00:00 2001 From: elastic <elastic@submit-ubi-images-to-ironbad4a51be5fa8cfba2d41301e28f0451e7-pod> Date: Thu, 29 Jun 2023 09:25:50 +0000 Subject: [PATCH] Update Auditbeat to 7.17.11 --- Dockerfile | 4 ++-- README.md | 2 +- hardening_manifest.yaml | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 938a001..acf48a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,11 @@ ################################################################################ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.7 +ARG BASE_TAG=8.6 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as builder -ARG ELASTIC_STACK=7.17.9 +ARG ELASTIC_STACK=7.17.11 ARG ELASTIC_PRODUCT=auditbeat ARG OS_AND_ARCH=linux-x86_64 diff --git a/README.md b/README.md index be922e6..52b1537 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ and includes the full set of [free features](https://www.elastic.co/subscriptions). View the detailed release notes -[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.17.9.html). +[here](https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.17.11.html). diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d416568..0cb7394 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -1,9 +1,9 @@ apiVersion: v1 args: BASE_IMAGE: redhat/ubi/ubi8 - BASE_TAG: '8.7' + BASE_TAG: '8.6' ELASTIC_PRODUCT: auditbeat - ELASTIC_STACK: 7.17.9 + ELASTIC_STACK: 7.17.11 labels: mil.dso.ironbank.image.keywords: audit,observabilty,o11y,oblt,beats,elastic,elasticsearch,golang mil.dso.ironbank.image.type: commercial @@ -13,7 +13,7 @@ labels: org.opencontainers.image.title: auditbeat org.opencontainers.image.url: https://www.elastic.co/products/beats/auditbeat org.opencontainers.image.vendor: Elastic - org.opencontainers.image.version: 7.17.9 + org.opencontainers.image.version: 7.17.11 maintainers: - email: nassim.kammah@elastic.co name: Nassim Kammah @@ -26,15 +26,15 @@ maintainers: username: victor.martinez name: elastic/beats/auditbeat resources: -- filename: auditbeat-7.17.9-linux-x86_64.tar.gz - url: https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.17.9-linux-x86_64.tar.gz +- filename: auditbeat-7.17.11-linux-x86_64.tar.gz + url: https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.17.11-linux-x86_64.tar.gz validation: type: sha512 - value: 5b47df209abd94fbc515fb17a8d1a1347c66e2898bd7941df9fb5cc3170ab525ef8db37301c3e3f82bebd051f9b657ff7039e6cb4c260f5599c5d545f6b2a8a8 + value: 90ab651b067721f757b0b93b57b263bcc00f1d54cd67d337e9b213b44554fb6551927c9ea3e0247e24c43033474665b8efe0f1eaf40ae671c19f26980c77c22f - filename: tinit url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: type: sha256 value: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c tags: -- 7.17.9 +- 7.17.11 -- GitLab