diff --git a/Dockerfile b/Dockerfile index a1a9f59d0a3f14f15d86144f06414a5cb50cea9b..6ba88ed49c32ba7050dd5e7797e0ace609960733 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 951b1fd4bd9b43ccf02fb041cb99e35bfa1a9f0e..06e0f83a4b91a4e4fb45ed3c770c85909ff73952 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