From d927fb2a040e33f54d6412df745ab022ab6b4666 Mon Sep 17 00:00:00 2001 From: Olga O Date: Tue, 8 Jun 2021 12:10:46 -0500 Subject: [PATCH 1/2] updated tag --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f891168..e8b25d5 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/openpolicyagent/opa" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "0.29.2" +- "0.29.4" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://www.openpolicyagent.org/" # Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "styra" - org.opencontainers.image.version: "0.29.2" + org.opencontainers.image.version: "0.29.4" # Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "policy,control,cloud,administration" # 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: openpolicyagent/opa:0.29.2 - url: docker://docker.io/openpolicyagent/opa@sha256:61d9bb9050b89b01e1c04be061a4b8d6b1432512f0dbc38d48b83eec07870061 +- tag: openpolicyagent/opa:0.29.4 + url: docker://docker.io/openpolicyagent/opa@sha256:da7f26ad8bcaa6b26d04e7e9c4937725608c6621864d092d9768bd2b1f6934ea # List of project maintainers maintainers: -- GitLab From 9a9eb71b3bbf390e9da53fed228e8dae06668799 Mon Sep 17 00:00:00 2001 From: Olga O Date: Tue, 8 Jun 2021 12:11:13 -0500 Subject: [PATCH 2/2] updated tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a556451..202d87a 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 openpolicyagent/opa:0.29.2 as base +FROM openpolicyagent/opa:0.29.4 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -- GitLab