UNCLASSIFIED

Commit 90a038da authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch '0.419.10' into 'development'

Updated tar to later 0.419.10 reference

See merge request dsop/confluent/confluent-component-operator/cp-operator-service-5.5.x!10
parents 2b3a3c60 777b8ac8
Pipeline #395678 passed with stages
in 34 minutes and 20 seconds
......@@ -10,9 +10,9 @@ USER root
RUN mkdir -p /tmp/untar
COPY cp-operator-service-5.5.3_opt.tar.gz /tmp/untar
COPY cp-operator-service-0.419.10_opt.tar.gz /tmp/untar
RUN cd /tmp/untar && tar -xvf cp-operator-service-5.5.3_opt.tar.gz && rm cp-operator-service-5.5.3_opt.tar.gz && \
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 && \
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
......
......@@ -10,9 +10,9 @@ name: "confluent/confluent-component-operator/cp-operator-service-5.5.x"
tags:
- "5.5.3"
- "5.5.x"
- "5.5"
- "0.364.0"
- "0.364"
- "5.5"
- "0.419.10"
- "0.419"
# Build args passed to Dockerfile ARGs
args:
......@@ -26,18 +26,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: "5.5.3"
org.opencontainers.image.version: "0.419.10"
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-5.5.3_opt.tar.gz
url: https://ironbank-files.s3.amazonaws.com/cp-operator-service-5.5.3_opt.tar.gz
- 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
validation:
type: sha256
value: 6682360e9f91c867e4d3ad7a935738febd125ef108b12a8d90008d545c0b2b5b
value: 94ecdf1a9b0839b9c8c2f1d27c5192c9cd191906ed7cf13ab3507b3d0a659017
# 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