Skip to content

Commit

Permalink
Rev to v2.3.4-3
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed May 29, 2018
1 parent 746ebb2 commit 920abef
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pkg/amazonlinux2016.09/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
#use the following variables to choose the version of hubble
ENV HUBBLE_CHECKOUT=v2.3.4
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
Expand Down
2 changes: 1 addition & 1 deletion pkg/centos6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \
#use the following variables to choose the version of hubble
ENV HUBBLE_CHECKOUT=v2.3.4
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
Expand Down
2 changes: 1 addition & 1 deletion pkg/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
#use the following variables to choose the version of hubble
ENV HUBBLE_CHECKOUT=v2.3.4
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
Expand Down
2 changes: 1 addition & 1 deletion pkg/coreos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN pip -v install -r pyinstaller-requirements.txt
ENV HUBBLE_CHECKOUT=v2.3.4
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/debian7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
ENV HUBBLE_CHECKOUT=v2.3.4
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/debian8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
ENV HUBBLE_CHECKOUT=v2.3.4
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/debian9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
ENV HUBBLE_CHECKOUT=v2.3.4
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/dev/amazonlinux2016.09/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
ARG HUBBLE_CHECKOUT=develop
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4_develop
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/dev/centos6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ RUN yum install -y rpmbuild rpm-build gcc make rh-ruby23 rh-ruby23-ruby-devel \
ARG HUBBLE_CHECKOUT=develop
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4_develop
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/dev/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rpm-build rubygems gcc make \
ARG HUBBLE_CHECKOUT=develop
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4_develop
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/dev/coreos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RUN pip -v install -r pyinstaller-requirements.txt
ARG HUBBLE_CHECKOUT=develop
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4_develop
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/dev/debian7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
ARG HUBBLE_CHECKOUT=develop
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/dev/debian8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
ARG HUBBLE_CHECKOUT=develop
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down
2 changes: 1 addition & 1 deletion pkg/dev/debian9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
ARG HUBBLE_CHECKOUT=develop
ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
ENV HUBBLE_VERSION=2.3.4
ENV HUBBLE_ITERATION=1
ENV HUBBLE_ITERATION=3
ENV HUBBLE_SRC_PATH=/hubble_src
ENV _HOOK_DIR="./pkg/"
ENV _BINARY_LOG_LEVEL="INFO"
Expand Down

0 comments on commit 920abef

Please sign in to comment.