UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
C
Confluent
Replicator
cp-enterprise-replicator-5.5.x
Commits
9b018d7a
Commit
9b018d7a
authored
Apr 01, 2021
by
SonicDeathMonkey
Browse files
meh
parent
f734e672
Pipeline
#207542
passed with stages
in 37 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Dockerfile
Dockerfile
+5
-2
No files found.
Dockerfile
View file @
9b018d7a
...
@@ -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 ..."
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment