UNCLASSIFIED

Commit 53a54def authored by Scott Stroud's avatar Scott Stroud
Browse files

ENV CONFLUENT_VERSION=5.5.3

parent 593f8631
Pipeline #206792 passed with stages
in 10 minutes and 35 seconds
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
......
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