onokonem / rtbkit-docker

11 stars 5 forks source link

issue with zookeeper #1

Open Domovenok opened 7 years ago

Domovenok commented 7 years ago

While executing: sudo docker build -t onokonem/rtbkit https://github.com/onokonem/rtbkit-docker.git

i've got issue:

Cloning into 'zeromq3-x'... Submodule path 'zeromq3-x': checked out 'b1d325f485cdffbb914d9facb1f5af588b5a8112' Cloning into 'zookeeper'... fatal: reference is not a tree: 26e8dd6e90726997a37965ef469e37a96ef7085f Unable to checkout '26e8dd6e90726997a37965ef469e37a96ef7085f' in submodule path 'zookeeper' The command '/bin/sh -c git clone https://github.com/datacratic/platform-deps.git /platform-deps && cd /platform-deps && git submodule update --init && export HOME="/opt" && export PATH="/opt/local/bin:$PATH" && export LD_LIBRARY_PATH="/opt/local/lib:$LD_LIBRARY_PATH" && export PKG_CONFIG_PATH="/opt/local/lib/pkgconfig/:/opt/local/lib/pkg-config/:$PKG_CONFIG_PATH" && cd /platform-deps && make all && rm -v /opt/local/bin/zookeeper && mv -v /platform-deps/zookeeper /opt/local/bin/zookeeper && rm -vrf /platform-deps' returned a non-zero code: 1

onokonem commented 7 years ago

looks like something has changed since I've created this dokerfile.

I'll check this as soon as the christmas/ny vacations will be over

thank you for the report