From 72caf3f5f287d48915c239fa3e4d794b158da320 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 1 Jul 2021 01:09:41 +0000 Subject: [PATCH] Update tchiotludo/akhq Docker tag to v0.18.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 84dba48..be68af3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 ARG BASE_TAG=1.11 -FROM tchiotludo/akhq:0.17.0 as base +FROM tchiotludo/akhq:0.18.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 82269d3..81d50f3 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/tchiotludo/akhq" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "0.17.0" +- "0.18.0" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://hub.docker.com/r/tchiotludo/akhq" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "0.17.0" + org.opencontainers.image.version: "0.18.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "kafka-dashboard,dataflow,processing,akhq" ## 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: tchiotludo/akhq:0.17.0 - url: docker://docker.io/tchiotludo/akhq@sha256:22d80b063232ca4d770be4e4c28b732c693827228652131125ab95271608268c +- tag: tchiotludo/akhq:0.18.0 + url: docker://docker.io/tchiotludo/akhq@sha256:c977e6dfe9d3a290eb16530e3b8ad0c251076a5997cb9867b635d1727799cbf5 # List of project maintainers maintainers: -- GitLab