Skip to content
New issue

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

Bump worker hash & add protobuf hack #113

Merged
merged 1 commit into from
Aug 1, 2017
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Fridolin Pokorny <fridolin@redhat.com>

ENV LANG=en_US.UTF-8 \
MAVEN_INDEX_CHECKER_PATH='/opt/maven-index-checker' \
F8A_WORKER_VERSION=480eaae
F8A_WORKER_VERSION=9277c9c

RUN useradd coreapi

Expand All @@ -18,7 +18,7 @@ RUN /tmp/install_deps/install_maven-index-checker.sh
COPY ./ /tmp/jobs_install/
RUN pushd /tmp/jobs_install &&\
pip3 install . &&\
pip3 install git+https://github.com/fabric8-analytics/fabric8-analytics-worker.git@${F8A_WORKER_VERSION} &&\
pip3 install --upgrade --no-binary :all: protobuf && pip3 install git+https://github.com/fabric8-analytics/fabric8-analytics-worker.git@${F8A_WORKER_VERSION} &&\
popd &&\
rm -rf /tmp/jobs_install

Expand Down