UNCLASSIFIED

Commit 278371e3 authored by Scott Stroud's avatar Scott Stroud
Browse files

meh

parent 90a038da
Pipeline #395693 failed with stages
in 54 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-0.419.15_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
......
......@@ -8,9 +8,9 @@ name: "confluent/confluent-component-operator/cp-operator-service-5.5.x"
# 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.15"
- "0.419.10"
- "0.419"
......@@ -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: "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: 104d60d72636cd706fb833e56505e9f135574c10912543eed75fc5fb048b39fe
# 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