UNCLASSIFIED

Commit c4566719 authored by alexander.klepal's avatar alexander.klepal
Browse files

Merge branch '0.419.15' into 'development'

0.419.15 update

See merge request dsop/confluent/confluent-component-operator/cp-operator-service-5.5.x!12
parents 90a038da 917be82a
Pipeline #414892 passed with stages
in 14 minutes and 47 seconds
......@@ -10,9 +10,9 @@ USER root
RUN mkdir -p /tmp/untar
COPY cp-operator-service-0.419.10_opt.tar.gz /tmp/untar
COPY cp-operator-service_0.419.15_Opt.tar.gz /tmp/untar
RUN cd /tmp/untar && tar -xvf cp-operator-service-0.419.10_opt.tar.gz && rm cp-operator-service-0.419.10_opt.tar.gz && \
RUN cd /tmp/untar && tar -xvf cp-operator-service*_Opt.tar.gz && rm cp-operator-service*_Opt.tar.gz && \
mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar && \
chown -R root:root /opt/manager /opt/config && chmod -R ag+rw /opt /opt/config/crds /opt/manager
......
......@@ -2,16 +2,15 @@
apiVersion: v1
# The repository name in registry1, excluding /ironbank/
name: "confluent/confluent-component-operator/cp-operator-service-5.5.x"
name: "confluentinc/cp-operator-service"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "5.5.3"
- "6.1.x"
- "5.5.x"
- "5.5"
- "0.419.10"
- "0.419.15"
- "0.419"
# Build args passed to Dockerfile ARGs
......@@ -26,18 +25,18 @@ labels:
org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE"
org.opencontainers.image.url: "https://docs.confluent.io/5.5.3/installation/operator/index.html"
org.opencontainers.image.vendor: "Confluent"
org.opencontainers.image.version: "0.419.10"
org.opencontainers.image.version: "0.419.15"
mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper,operator"
mil.dso.ironbank.image.type: "commercial"
mil.dso.ironbank.product.name: "Confluent Platform"
# List of resources to make available to the offline build context
resources:
- filename: cp-operator-service-0.419.10_opt.tar.gz
url: https://ironbank-files.s3.amazonaws.com/cp-operator-service-0.419.10_opt.tar.gz
- filename: cp-operator-service_0.419.15_Opt.tar.gz
url: https://ironbank-files.s3.amazonaws.com/cp-operator-service_0.419.15_Opt.tar.gz
validation:
type: sha256
value: 94ecdf1a9b0839b9c8c2f1d27c5192c9cd191906ed7cf13ab3507b3d0a659017
value: 336cd89223175d69cb72896b1dfa6b2ee579faaccb535537e98a611327bfb152
# List of project maintainers
maintainers:
......
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