From 2b1d238e2312bdaa0a0d6033e79603b2aba5d1a5 Mon Sep 17 00:00:00 2001 From: Jacob Rohlman Date: Mon, 23 Aug 2021 08:47:55 -0500 Subject: [PATCH] updating --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c202e1..2f17276 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.8.3 as flb +FROM fluent/fluent-bit:1.8.4 as flb FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 833c3a7..090a9b1 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.8.3" +- "1.8.4" - "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.8.3" + org.opencontainers.image.version: "1.8.4" # 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.8.3 - url: docker://docker.io/fluent/fluent-bit@sha256:10ea2709cef6e7059d980b4969d5f9d753ef97278a817c214cbe9120b1152082 +- tag: fluent/fluent-bit:1.8.4 + url: docker://docker.io/fluent/fluent-bit@sha256:47ac59fec96c3e65abc21dc579dfbc0eee7dd2b4ae0cc687fe273c78e9ee81d5 - filename: texinfo.tar.gz url: https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.gz validation: -- GitLab