UNCLASSIFIED

Commit 6d683235 authored by SonicDeathMonkey's avatar SonicDeathMonkey
Browse files

5.5.3 port

parent 9210d627
Pipeline #143916 failed with stages
in 2 minutes and 37 seconds
...@@ -17,11 +17,13 @@ ENV COMPONENT_SCRIPT_DIR=/opt/confluent/etc ...@@ -17,11 +17,13 @@ ENV COMPONENT_SCRIPT_DIR=/opt/confluent/etc
WORKDIR /opt WORKDIR /opt
ADD operator-5.5.2-caas_lib.tar.gz /opt/caas/lib/ RUN mkdir -p /usr/share/java/cc-base /opt/caas
ADD operator-5.5.2-plugins.tar.gz /usr/share/java/cc-base/ COPY operator-5.5.3-plugins.tar.gz /usr/share/java/cc-base/
ADD cp-zookeeper-operator-5.5.2_caas.tar.gz /opt/caas/ COPY cp-zookeeper-operator-5.5.3_caas.tar.gz /opt/caas/
RUN yum install -y openssl findutils && yum clean all && mkdir -p "${ZOOKEEPER_DATA_DIR}" "${ZOOKEEPER_LOG4J_DIR}" "${ZOOKEEPER_LOG_DIR}" "${ZOOKEEPER_CONFIG_DIR}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}" \ RUN cd /usr/share/java/cc-base && tar -xvf operator-5.5.3-plugins.tar.gz && rm operator-5.5.3-plugins.tar.gz \
&& cd /opt/caas && tar -xvf cp-zookeeper-operator-5.5.3_caas.tar.gz && rm cp-zookeeper-operator-5.5.3_caas.tar.gz \
&& yum install -y openssl findutils && yum clean all && mkdir -p "${ZOOKEEPER_DATA_DIR}" "${ZOOKEEPER_LOG4J_DIR}" "${ZOOKEEPER_LOG_DIR}" "${ZOOKEEPER_CONFIG_DIR}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}" \
&& chmod -R ag+w "${ZOOKEEPER_LOG4J_DIR}" "${ZOOKEEPER_LOG_DIR}" "${ZOOKEEPER_CONFIG_DIR}" "$ZOOKEEPER_DATA_DIR" "/opt" && chmod -R ag+w "${ZOOKEEPER_LOG4J_DIR}" "${ZOOKEEPER_LOG_DIR}" "${ZOOKEEPER_CONFIG_DIR}" "$ZOOKEEPER_DATA_DIR" "/opt"
CMD ["/opt/caas/bin/run"] CMD ["/opt/caas/bin/run"]
......
...@@ -8,44 +8,39 @@ name: "confluent/confluent-component-operator/cp-zookeeper-operator-5.5.x" ...@@ -8,44 +8,39 @@ name: "confluent/confluent-component-operator/cp-zookeeper-operator-5.5.x"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "5.5.2" - "5.5.3"
- "5.5.x" - "5.5.x"
- "5.5" - "5.5"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "redhat/openjdk/openjdk11" BASE_IMAGE: "confluent/zookeeper/cp-zookeeper-5.5.x"
BASE_TAG: "1.11" BASE_TAG: "5.5.3"
# Docker image labels # Docker image labels
labels: labels:
org.opencontainers.image.title: "cp-zookeeper-operator-5.5.x" org.opencontainers.image.title: "cp-zookeeper-operator-5.5.x"
org.opencontainers.image.description: "Confluent Operator image for cp-zookeeper-operator." org.opencontainers.image.description: "Confluent Operator image for cp-zookeeper-operator."
org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE" org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE"
org.opencontainers.image.url: "https://docs.confluent.io/5.5.2/installation/operator/index.html" org.opencontainers.image.url: "https://docs.confluent.io/5.5.3/installation/operator/index.html"
org.opencontainers.image.vendor: "Confluent" org.opencontainers.image.vendor: "Confluent"
org.opencontainers.image.version: "5.5.2" org.opencontainers.image.version: "5.5.3"
mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper,operator" mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper,operator"
mil.dso.ironbank.image.type: "commercial" mil.dso.ironbank.image.type: "commercial"
mil.dso.ironbank.product.name: "Confluent Platform" mil.dso.ironbank.product.name: "Confluent Platform"
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- filename: operator-5.5.2-plugins.tar.gz - filename: operator-5.5.3-plugins.tar.gz
url: https://ironbank-files.s3.amazonaws.com/operator-5.5.2-plugins.tar.gz url: https://ironbank-files.s3.amazonaws.com/operator-5.5.3-plugins.tar.gz
validation: validation:
type: sha256 type: sha256
value: 37adbede99aeaf765a9cc16ecdf0b0616f564ddd2cd7364540b186f222edc54d value: 28023c40fa06e695f97a5942b74663a6ce397edb78c5376dae14addb01355a80
- filename: operator-5.5.2-caas_lib.tar.gz - filename: cp-zookeeper-operator-5.5.3_caas.tar.gz
url: https://ironbank-files.s3.amazonaws.com/operator-5.5.2-caas_lib.tar.gz url: https://ironbank-files.s3.amazonaws.com/cp-zookeeper-operator-5.5.3_caas.tar.gz
validation: validation:
type: sha256 type: sha256
value: 11112ceb5f4ad55956b4cd631be598acaec7fe754baec52d454ab4bd6222769e value: 2a48b85d8039be8ea47833f77d93758d88d9c5e7898be0a08f7b12139735d39a
- filename: cp-zookeeper-operator-5.5.2_caas.tar.gz
url: https://ironbank-files.s3.amazonaws.com/cp-zookeeper-operator-5.5.2_caas.tar.gz
validation:
type: sha256
value: 0a77175c9bf6873f73131f0aae27b0e86a768a6a7fe340a00f9d7b1b84cff2e0
# List of project maintainers # List of project maintainers
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