UNCLASSIFIED

Commit 32398e5b authored by Dominik Zeromski's avatar Dominik Zeromski
Browse files

Bump to 1.9.0

parent 74fbf009
Pipeline #243259 passed with stages
in 37 minutes and 42 seconds
...@@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -6,7 +6,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN yum update -y \ RUN yum update -y \
&& yum clean all \ && yum clean all \
&& rm -rfv /var/cache/yum && rm -rfv /var/cache/yum
ARG PACKAGE=cloudentity-acp-1.8.0.tar.gz ARG PACKAGE=cloudentity-acp-1.9.0.tar.gz
COPY ${PACKAGE} . COPY ${PACKAGE} .
RUN tar xvf ${PACKAGE} && rm -f ${PACKAGE} RUN tar xvf ${PACKAGE} && rm -f ${PACKAGE}
RUN groupadd -r cloudentity \ RUN groupadd -r cloudentity \
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
apiVersion: v1 apiVersion: v1
name: "cloudentity/acp" name: "cloudentity/acp"
tags: tags:
- "1.8.0" - "1.9.0"
- "1.8" - "1.9"
- "1" - "1"
- "latest" - "latest"
args: args:
...@@ -15,16 +15,16 @@ labels: ...@@ -15,16 +15,16 @@ labels:
org.opencontainers.image.licenses: "Proprietary" org.opencontainers.image.licenses: "Proprietary"
org.opencontainers.image.url: "https://cloudentity.com/" org.opencontainers.image.url: "https://cloudentity.com/"
org.opencontainers.image.vendor: "Cloudentity" org.opencontainers.image.vendor: "Cloudentity"
org.opencontainers.image.version: "1.8.0" org.opencontainers.image.version: "1.9.0"
mil.dso.ironbank.image.keywords: "cloudentity,acp,authorization" mil.dso.ironbank.image.keywords: "cloudentity,acp,authorization"
mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.image.type: "commercial"
mil.dso.ironbank.product.name: "cloudentity" mil.dso.ironbank.product.name: "cloudentity"
resources: resources:
- filename: cloudentity-acp-1.8.0.tar.gz - filename: cloudentity-acp-1.9.0.tar.gz
url: https://cloudentity-acp-ironbank-releases.s3.amazonaws.com/cloudentity-acp-1.8.0.tar.gz url: https://cloudentity-acp-ironbank-releases.s3.amazonaws.com/cloudentity-acp-1.9.0.tar.gz
validation: validation:
type: sha256 type: sha256
value: 4ee923113296ae9619197871fc78ba240c0128baacaf08c143de476335fc48f5 value: c4d1ac31a948f983090eae156af6d8e37da04144b736fae27fc8ffda2425b43e
maintainers: maintainers:
- name: "Artur Smolarek" - name: "Artur Smolarek"
email: "asmolarek@cloudentity.com" email: "asmolarek@cloudentity.com"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment