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
Confluent Component Operator
cp-zookeeper-operator-5.5.x
Commits
53a54def
Commit
53a54def
authored
Mar 31, 2021
by
Scott Stroud
Browse files
ENV CONFLUENT_VERSION=5.5.3
parent
593f8631
Pipeline
#206792
passed with stages
in 10 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
53a54def
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=confluentinc/cp-zookeeper
ARG
BASE_IMAGE=confluentinc/cp-zookeeper
ARG
BASE_TAG=5.5.
2
ARG
BASE_TAG=5.5.
3
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -14,6 +14,7 @@ ENV ZOOKEEPER_DATA_DIR=/mnt/data/data
...
@@ -14,6 +14,7 @@ ENV ZOOKEEPER_DATA_DIR=/mnt/data/data
ENV
DOCKER_SCRIPT_DIR=/opt/caas/bin
ENV
DOCKER_SCRIPT_DIR=/opt/caas/bin
ENV
COMPONENT_SCRIPT_DIR=/opt/confluent/etc
ENV
COMPONENT_SCRIPT_DIR=/opt/confluent/etc
ENV
CONFLUENT_VERSION=5.5.3
WORKDIR
/opt
WORKDIR
/opt
...
...
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