Skip to content

Commit

Permalink
Check out correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Feb 21, 2018
1 parent 4ac92eb commit 82a1462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/centos6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \
#pyinstaller start
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
#use the following variables to choose the version of hubble
ENV HUBBLE_CHECKOUT=v2.2.11
ENV HUBBLE_CHECKOUT=v2.2.11.1
ENV HUBBLE_VERSION=2.2.11
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_SRC_PATH=/hubble_src
Expand Down
2 changes: 1 addition & 1 deletion pkg/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
#pyinstaller start
#commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
#use the following variables to choose the version of hubble
ENV HUBBLE_CHECKOUT=v2.2.11
ENV HUBBLE_CHECKOUT=v2.2.11.1
ENV HUBBLE_VERSION=2.2.11
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_SRC_PATH=/hubble_src
Expand Down

0 comments on commit 82a1462

Please sign in to comment.