From 8d790efa70547d582edff03d13a18d5dc49246ae Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 17 Oct 2020 01:19:00 +0000 Subject: [PATCH] Update openpolicyagent/opa Docker tag to v0.24.0 --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index b273bdb..1abf404 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.2 -FROM openpolicyagent/opa:0.23.1 as base +FROM openpolicyagent/opa:0.24.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="openpolicyagent/opa" \ org.opencontainers.image.description="The Open Policy Agent (OPA) is an open source project to policy-enable the service." \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.url="https://github.com/open-policy-agent/opa" \ - org.opencontainers.image.version="0.23.1" \ + org.opencontainers.image.version="0.24.0" \ maintainer="cht@dsop.io" RUN dnf upgrade -y && \ diff --git a/Jenkinsfile b/Jenkinsfile index 3bdf71a..4aad141 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "0.23.1") +dccscrPipeline(version: "0.24.0") diff --git a/download.yaml b/download.yaml index d15c392..8c7ce00 100644 --- a/download.yaml +++ b/download.yaml @@ -1,3 +1,3 @@ resources: - - url: "docker://docker.io/openpolicyagent/opa@sha256:e25c1804b974e2427bcfd6ade9eaab05473ce2700c2d2d51429029b1b4f6569b" - tag: "openpolicyagent/opa:0.23.1" + - url: "docker://docker.io/openpolicyagent/opa@sha256:dd8233c85e13ca42b057962faf5579732c8b2874e469fbb19cea3f11f7372fd9" + tag: "openpolicyagent/opa:0.24.0" -- GitLab