From c7c1771bc7ffaf3fec9edfc4f9e29885e863edb3 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 19 Jun 2021 01:22:34 +0000 Subject: [PATCH 1/2] Update fluent/fluent-bit Docker tag to v1.7.9 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6351a22..c928b97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM fluent/fluent-bit:1.7.8 as flb +FROM fluent/fluent-bit:1.7.9 as flb FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index adf7ae5..c48095b 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/fluent/fluent-bit" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.7.8" +- "1.7.9" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit" # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Fluent" - org.opencontainers.image.version: "1.7.8" + org.opencontainers.image.version: "1.7.9" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "log,stash,search,elk" # This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: fluent/fluent-bit:1.7.8 - url: docker://docker.io/fluent/fluent-bit@sha256:e11febad44c0593e97a55b864b535a3165e42bc7642092ab97dbe80ba8044100 +- tag: fluent/fluent-bit:1.7.9 + url: docker://docker.io/fluent/fluent-bit@sha256:c3fe3469d3bc6459e701a32d66a592cf1a88304f850ea94dfd0405dfef9152d8 - filename: texinfo.tar.gz url: https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.gz validation: -- GitLab From b191fdd1437cc64b17edef45ee5841c44addfe1f Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 19 Jun 2021 02:04:00 +0000 Subject: [PATCH 2/2] Update dependency fluent/fluent-bit to v1.7.9 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index c48095b..fa85896 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -55,10 +55,10 @@ resources: type: sha256 value: e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 - filename: fluent-bit.tar.gz - url: https://github.com/fluent/fluent-bit/archive/refs/tags/v1.7.8.tar.gz + url: https://github.com/fluent/fluent-bit/archive/refs/tags/v1.7.9.tar.gz validation: type: sha256 - value: e31541570757d70510194ea2cbe6a34bdea88791fd93f04c9800b9bf8188eaf4 + value: 6f1632c26ebf5e1463393656e262d9b36bbf10a454300ad8b3af5a6b2c66927f # List of project maintainers maintainers: -- GitLab