Skip to content

Commit

Permalink
docker: fixes building zipkin from source (#3762)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Apr 16, 2024
1 parent 6248dd2 commit 846ad9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ENV VERSION=$version
ENV MAVEN_PROJECT_BASEDIR=/code
ARG TARGETARCH
RUN test "${TARGETARCH}" != "" && \
if [ "${RELEASE_FROM_MAVEN_BUILD}" == "false" ]; then /code/build-bin/maybe_install_npm; fi; \
/code/build-bin/maven/maven_build_or_unjar io.zipkin zipkin-server ${VERSION} exec && \
mv zipkin-server zipkin && \
/code/build-bin/maven/maven_build_or_unjar io.zipkin zipkin-server ${VERSION} slim && \
Expand Down

0 comments on commit 846ad9a

Please sign in to comment.