UNCLASSIFIED

Commit 9b018d7a authored by SonicDeathMonkey's avatar SonicDeathMonkey
Browse files

meh

parent f734e672
Pipeline #207542 passed with stages
in 37 minutes and 16 seconds
...@@ -60,6 +60,9 @@ RUN chown appuser:appuser -R /etc/confluent/ /usr/logs \ ...@@ -60,6 +60,9 @@ RUN chown appuser:appuser -R /etc/confluent/ /usr/logs \
&& cd /usr/share/doc/cp-base-new/ && tar -xvf cp-base-new-5.5.2_doc.tar.gz && rm cp-base-new-5.5.2_doc.tar.gz \ && cd /usr/share/doc/cp-base-new/ && tar -xvf cp-base-new-5.5.2_doc.tar.gz && rm cp-base-new-5.5.2_doc.tar.gz \
&& cd /usr/share/java/cp-base-new/ && tar -xvf cp-base-new-5.5.4_java.tar.gz && rm cp-base-new-5.5.4_java.tar.gz && cd /usr/share/java/cp-base-new/ && tar -xvf cp-base-new-5.5.4_java.tar.gz && rm cp-base-new-5.5.4_java.tar.gz
# Set the classpath for JARs required by `cub`
ENV CUB_CLASSPATH='"/usr/share/java/cp-base-new/*"'
############ ^^^^^ Base Container Details ^^^^^ ############ ############ ^^^^^ Base Container Details ^^^^^ ############
############################################################ ############################################################
############ vvvvv This Container Below vvvvv ############ ############ vvvvv This Container Below vvvvv ############
...@@ -116,6 +119,8 @@ EXPOSE 8083 ...@@ -116,6 +119,8 @@ EXPOSE 8083
USER root USER root
ENV COMPONENT=replicator
RUN echo "===> Installing ${COMPONENT}..." \ RUN echo "===> Installing ${COMPONENT}..." \
&& echo "===> Installing Schema Registry (for Avro jars) ..." \ && echo "===> Installing Schema Registry (for Avro jars) ..." \
&& dnf install --nogpgcheck -y /tmp/confluent-schema-registry-5.5.4-0.1.noarch.rpm \ && dnf install --nogpgcheck -y /tmp/confluent-schema-registry-5.5.4-0.1.noarch.rpm \
...@@ -149,8 +154,6 @@ RUN echo "===> Installing Replicator ..." \ ...@@ -149,8 +154,6 @@ RUN echo "===> Installing Replicator ..." \
######################################## ########################################
## confluentinc/kafka-replicator-images/replicator-executable ## confluentinc/kafka-replicator-images/replicator-executable
ENV COMPONENT=replicator
USER root USER root
RUN echo "===> clean up ..." \ RUN echo "===> clean up ..." \
......
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