From d27f629c5f32ce1ab711f021122132151a152598 Mon Sep 17 00:00:00 2001 From: ironbank-bot Date: Tue, 23 Feb 2021 18:05:58 +0000 Subject: [PATCH] Update zsanders16/hello-world-go Docker tag to v0.0.5 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index a1a9f59..6ba88ed 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.3 -FROM zsanders16/hello-world-go:0.0.4 as source +FROM zsanders16/hello-world-go:0.0.5 as source FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 951b1fd..06e0f83 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "renovate/testing" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "0.0.4" +- "0.0.5" - "latest" # Build args passed to Dockerfile ARGs @@ -29,7 +29,7 @@ labels: org.opencontainers.image.url: "none" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "None" - org.opencontainers.image.version: "0.0.4" + org.opencontainers.image.version: "0.0.5" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "testing" ## This value can be "opensource" or "commercial" @@ -40,8 +40,8 @@ labels: # List of resources to make available to the offline build context resources: -- url: "docker://docker.io/zsanders16/hello-world-go@sha256:9e612a9a9d87872ad0b659a652c2ce8ab9b3e1912fb3f97f551bf734e80a59cb" - tag: "zsanders16/hello-world-go:0.0.4" +- url: "docker://docker.io/zsanders16/hello-world-go@sha256:7efa04b667b2447511db98e0e223481d61fe4d2dd3c93d050263bc3797be049c" + tag: "zsanders16/hello-world-go:0.0.5" # List of project maintainers -- GitLab