From 36544dbb93f39bc3f29e2b1d3bf35ec02f4b6809 Mon Sep 17 00:00:00 2001 From: Dominik Zeromski Date: Mon, 21 Jun 2021 23:25:38 +0200 Subject: [PATCH] Bump to 1.10.1 (#2) --- Dockerfile | 4 ++-- hardening_manifest.yaml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index a88f3b4..253d9f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} RUN yum update -y \ && yum clean all \ && rm -rfv /var/cache/yum -ARG PACKAGE=cloudentity-acp-1.9.0.tar.gz +ARG PACKAGE=cloudentity-acp-1.10.1.tar.gz COPY ${PACKAGE} . RUN tar xvf ${PACKAGE} && rm -f ${PACKAGE} RUN groupadd -r cloudentity \ diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d12ce60..6ebd073 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -2,29 +2,29 @@ apiVersion: v1 name: "cloudentity/acp" tags: - - "1.9.0" - - "1.9" + - "1.10.1" + - "1.10" - "1" - "latest" args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_TAG: "8.4" labels: org.opencontainers.image.title: "acp" org.opencontainers.image.description: "Cloudentity Authorization Control Plane" org.opencontainers.image.licenses: "Proprietary" org.opencontainers.image.url: "https://cloudentity.com/" org.opencontainers.image.vendor: "Cloudentity" - org.opencontainers.image.version: "1.9.0" + org.opencontainers.image.version: "1.10.1" mil.dso.ironbank.image.keywords: "cloudentity,acp,authorization" mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.product.name: "cloudentity" resources: - - filename: cloudentity-acp-1.9.0.tar.gz - url: https://cloudentity-acp-ironbank-releases.s3.amazonaws.com/cloudentity-acp-1.9.0.tar.gz + - filename: cloudentity-acp-1.10.1.tar.gz + url: https://cloudentity-acp-ironbank-releases.s3.amazonaws.com/cloudentity-acp-1.10.1.tar.gz validation: type: sha256 - value: c4d1ac31a948f983090eae156af6d8e37da04144b736fae27fc8ffda2425b43e + value: ae59fa39a350799b4580323c500e9cf219b01be74688a3529d15855881a56f48 maintainers: - name: "Artur Smolarek" email: "asmolarek@cloudentity.com" -- GitLab