diff options
author | sunil unnava <sunil.unnava@att.com> | 2018-11-21 17:07:59 -0500 |
---|---|---|
committer | sunil unnava <sunil.unnava@att.com> | 2018-11-21 17:08:17 -0500 |
commit | 08b5ab8aaab4782cf0ef924010f457a2dfc383b0 (patch) | |
tree | 90c5bb5acc4f0e5ac888e79ab494f4a572a5d6ac /src/main/docker/Dockerfile | |
parent | 97d04ee738fca52d34b83a144a13dbeb1d1820c1 (diff) |
remove the unnecessary code
Issue-ID: DMAAP-888
Change-Id: I8264df87c8dda093e121aaef38aa68262ec74cd5
Signed-off-by: sunil unnava <sunil.unnava@att.com>
Diffstat (limited to 'src/main/docker/Dockerfile')
-rw-r--r-- | src/main/docker/Dockerfile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index 2d271e4..eea222a 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -37,17 +37,4 @@ RUN set -x \ #Copy configuration generator script to bin -COPY scripts /opt/zookeeper/bin/ - -# Create a user for the zookeeper process and configure file system ownership -# for nessecary 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/ \ - && chown -R "$ZK_USER:$ZK_USER" /opt/$ZK_DIST $ZK_DATA_DIR $ZK_LOG_DIR $ZK_DATA_LOG_DIR /tmp/zookeeper \ - && ln -s /opt/zookeeper/conf/ /usr/etc/zookeeper \ - && ln -s /opt/zookeeper/bin/* /usr/bin \ - && ln -s /opt/zookeeper/$ZK_DIST.jar /usr/share/zookeeper/ \ - && ln -s /opt/zookeeper/lib/* /usr/share/zookeeper +COPY scripts /opt/zookeeper/bin/
\ No newline at end of file |