Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Disables query to not confuse users #1

Merged
merged 1 commit into from
Feb 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ MAINTAINER OpenZipkin "http://zipkin.io/"

ENV ZIPKIN_GCP_REPO https://jcenter.bintray.com
ENV ZIPKIN_GCP_VERSION 0.1.0
# Readback is currently not supported
ENV QUERY_ENABLED false

RUN apk add unzip && \
curl -SL $ZIPKIN_GCP_REPO/io/zipkin/gcp/zipkin-autoconfigure-storage-stackdriver/$ZIPKIN_GCP_VERSION/zipkin-autoconfigure-storage-stackdriver-$ZIPKIN_GCP_VERSION-module.jar > stackdriver.jar && \
Expand Down