summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2018-11-23 17:16:30 -0500
committersunil unnava <sunil.unnava@att.com>2018-11-23 17:16:45 -0500
commita5dca829e727f1b283926df41a54d3c4cec6d039 (patch)
treea0ca95c9b5c96b9d24547f1ce0b5886da61daa2c
parenta828b81f98a32d07373501541052925600d0682d (diff)
Changes to ZK config generation
Issue-ID: DMAAP-888 Change-Id: I3e000fbe5a73f224cdcdcdb2a7def57f9bdeee3b Signed-off-by: sunil unnava <sunil.unnava@att.com>
-rw-r--r--src/main/docker/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile
index d8e7bd9..9e0b1ea 100644
--- a/src/main/docker/Dockerfile
+++ b/src/main/docker/Dockerfile
@@ -49,7 +49,6 @@ RUN chown -R $ZK_USER:$ZK_USER /opt/zookeeper/bin/zookeeper-ready.sh
# Create a user for the zookeeper process and configure file system ownership
# for necessary directories and symlink the distribution as a user executable
RUN set -x \
- && useradd $ZK_USER \
&& [ `id -u $ZK_USER` -eq 1000 ] \
&& [ `id -g $ZK_USER` -eq 1000 ] \
&& mkdir -p $ZK_DATA_DIR $ZK_DATA_LOG_DIR $ZK_LOG_DIR /usr/share/zookeeper /tmp/zookeeper /usr/etc/ \