We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the docker-compose up command it gives an error.
Step 11/14 : RUN apk add --no-cache bash curl jq docker && mkdir /opt && chmod a+x /tmp/*.sh && mv /tmp/start-kafka.sh /tmp/broker-list.sh /tmp/create-topics.sh /tmp/versions.sh /usr/bin && sync && /tmp/download-kafka.sh && tar xfz /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz -C /opt && rm /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz && ln -s /opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION} /opt/kafka && rm /tmp/* && wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk && apk add --no-cache --allow-untrusted glibc-${GLIBC_VERSION}.apk && rm glibc-${GLIBC_VERSION}.apk ---> Running in 5b96cf36c572 fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz (1/19) Installing ncurses-terminfo-base (6.1_p20180818-r1) (2/19) Installing ncurses-terminfo (6.1_p20180818-r1) (3/19) Installing ncurses-libs (6.1_p20180818-r1) (4/19) Installing readline (7.0.003-r0) (5/19) Installing bash (4.4.19-r1) Executing bash-4.4.19-r1.post-install (6/19) Installing nghttp2-libs (1.32.0-r0) (7/19) Installing libssh2 (1.8.0-r3) (8/19) Installing libcurl (7.61.1-r1) (9/19) Installing curl (7.61.1-r1) (10/19) Installing libmnl (1.0.4-r0) (11/19) Installing jansson (2.11-r0) (12/19) Installing libnftnl-libs (1.1.1-r0) (13/19) Installing iptables (1.6.2-r0) (14/19) Installing device-mapper-libs (2.02.178-r0) (15/19) Installing libltdl (2.4.6-r5) (16/19) Installing libseccomp (2.3.3-r1) (17/19) Installing docker (18.06.1-r0) Executing docker-18.06.1-r0.pre-install (18/19) Installing oniguruma (6.8.2-r0) (19/19) Installing jq (1.6_rc1-r1) Executing busybox-1.28.4-r1.trigger OK: 269 MiB in 71 packages /bin/sh: illegal option - ERROR: Service 'kafka' failed to build: The command '/bin/sh -c apk add --no-cache bash curl jq docker && mkdir /opt && chmod a+x /tmp/*.sh && mv /tmp/start-kafka.sh /tmp/broker-list.sh /tmp/create-topics.sh /tmp/versions.sh /usr/bin && sync && /tmp/download-kafka.sh && tar xfz /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz -C /opt && rm /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz && ln -s /opt/kafka_${SCALA_VERSION}-${KAFKA_VERSION} /opt/kafka && rm /tmp/* && wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk && apk add --no-cache --allow-untrusted glibc-${GLIBC_VERSION}.apk && rm glibc-${GLIBC_VERSION}.apk' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run the docker-compose up command it gives an error.
The text was updated successfully, but these errors were encountered: