File tree 9 files changed +19
-19
lines changed
9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- __version__ = '2.2.8'
1
+ __version__ = '2.2.8.1 '
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rubygems gcc make \
91
91
# pyinstaller start
92
92
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
93
93
# use the following variables to choose the version of hubble
94
- ENV HUBBLE_CHECKOUT=v2.2.8
94
+ ENV HUBBLE_CHECKOUT=v2.2.8.1
95
95
ENV HUBBLE_VERSION=2.2.8
96
96
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
97
97
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -142,4 +142,4 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
142
142
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
143
143
etc/hubble etc/osquery etc/init.d opt usr \
144
144
#edit to change iteration number, if necessary
145
- && cp hubblestack-${HUBBLE_VERSION}-1 .x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-1 .al1609.x86_64.rpm" ]
145
+ && cp hubblestack-${HUBBLE_VERSION}-2 .x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-2 .al1609.x86_64.rpm" ]
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rubygems gcc make \
91
91
# pyinstaller start
92
92
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
93
93
# use the following variables to choose the version of hubble
94
- ENV HUBBLE_CHECKOUT=v2.2.8
94
+ ENV HUBBLE_CHECKOUT=v2.2.8.1
95
95
ENV HUBBLE_VERSION=2.2.8
96
96
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
97
97
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -142,4 +142,4 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
142
142
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
143
143
etc/hubble etc/osquery etc/init.d opt usr \
144
144
#edit to change iteration number, if necessary
145
- && cp hubblestack-${HUBBLE_VERSION}-1 .x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-1 .al1703.x86_64.rpm" ]
145
+ && cp hubblestack-${HUBBLE_VERSION}-2 .x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-2 .al1703.x86_64.rpm" ]
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RUN yum install -y rpmbuild gcc make rh-ruby23 rh-ruby23-ruby-devel \
93
93
# pyinstaller start
94
94
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
95
95
# use the following variables to choose the version of hubble
96
- ENV HUBBLE_CHECKOUT=v2.2.8
96
+ ENV HUBBLE_CHECKOUT=v2.2.8.1
97
97
ENV HUBBLE_VERSION=2.2.8
98
98
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
99
99
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -142,4 +142,4 @@ CMD [ "scl enable python27 'pyinstaller --onedir --noconfirm --log-level ${_BINA
142
142
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
143
143
etc/hubble etc/osquery etc/init.d opt usr' \
144
144
#edit to change iteration number, if necessary
145
- && cp hubblestack-${HUBBLE_VERSION}-1 .x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-1 .el6.x86_64.rpm" ]
145
+ && cp hubblestack-${HUBBLE_VERSION}-2 .x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-2 .el6.x86_64.rpm" ]
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN yum install -y ruby ruby-devel rpmbuild rubygems gcc make \
90
90
# pyinstaller start
91
91
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
92
92
# use the following variables to choose the version of hubble
93
- ENV HUBBLE_CHECKOUT=v2.2.8
93
+ ENV HUBBLE_CHECKOUT=v2.2.8.1
94
94
ENV HUBBLE_VERSION=2.2.8
95
95
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
96
96
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -141,4 +141,4 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
141
141
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
142
142
etc/hubble etc/osquery etc/init.d opt usr \
143
143
#edit to change iteration number, if necessary
144
- && cp hubblestack-${HUBBLE_VERSION}-1 .x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-1 .el7.x86_64.rpm" ]
144
+ && cp hubblestack-${HUBBLE_VERSION}-2 .x86_64.rpm /data/hubblestack-${HUBBLE_VERSION}-2 .el7.x86_64.rpm" ]
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ RUN pip install --upgrade pip \
88
88
# pyinstaller start
89
89
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
90
90
# use the following variables to choose the version of hubble
91
- ENV HUBBLE_CHECKOUT=v2.2.8
91
+ ENV HUBBLE_CHECKOUT=v2.2.8.1
92
92
ENV HUBBLE_VERSION=2.2.8
93
93
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
94
94
ENV HUBBLE_SRC_PATH=/hubble_src
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
115
115
# pyinstaller start
116
116
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
117
117
# use the following variables to choose the version of hubble
118
- ENV HUBBLE_CHECKOUT=v2.2.8
118
+ ENV HUBBLE_CHECKOUT=v2.2.8.1
119
119
ENV HUBBLE_VERSION=2.2.8
120
120
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
121
121
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -157,11 +157,11 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
157
157
#fpm start
158
158
&& fpm -s dir -t deb \
159
159
-n hubblestack \
160
- -v ${HUBBLE_VERSION}-1 \
160
+ -v ${HUBBLE_VERSION}-2 \
161
161
#todo: get rid of the git dependency with static bin in the future
162
162
-d 'git' \
163
163
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
164
164
--deb-no-default-config-files \
165
165
etc/hubble etc/osquery etc/init.d opt usr \
166
- && cp hubblestack_${HUBBLE_VERSION}-1_amd64 .deb /data/hubblestack_${HUBBLE_VERSION}-1deb7_amd64 .deb" ]
166
+ && cp hubblestack_${HUBBLE_VERSION}-2_amd64 .deb /data/hubblestack_${HUBBLE_VERSION}-2deb7_amd64 .deb" ]
167
167
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
96
96
# pyinstaller start
97
97
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
98
98
# use the following variables to choose the version of hubble
99
- ENV HUBBLE_CHECKOUT=v2.2.8
99
+ ENV HUBBLE_CHECKOUT=v2.2.8.1
100
100
ENV HUBBLE_VERSION=2.2.8
101
101
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
102
102
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -140,11 +140,11 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
140
140
#fpm start
141
141
&& fpm -s dir -t deb \
142
142
-n hubblestack \
143
- -v ${HUBBLE_VERSION}-1 \
143
+ -v ${HUBBLE_VERSION}-2 \
144
144
#todo: get rid of the git dependency with static bin in the future
145
145
-d 'git' \
146
146
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
147
147
--deb-no-default-config-files \
148
148
etc/hubble etc/osquery etc/init.d opt usr \
149
- && cp hubblestack_${HUBBLE_VERSION}-1_amd64 .deb /data/hubblestack_${HUBBLE_VERSION}-1deb8_amd64 .deb" ]
149
+ && cp hubblestack_${HUBBLE_VERSION}-2_amd64 .deb /data/hubblestack_${HUBBLE_VERSION}-2deb8_amd64 .deb" ]
150
150
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN apt-get install -y ruby ruby-dev rubygems gcc make \
92
92
# pyinstaller start
93
93
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
94
94
# use the following variables to choose the version of hubble
95
- ENV HUBBLE_CHECKOUT=v2.2.8
95
+ ENV HUBBLE_CHECKOUT=v2.2.8.1
96
96
ENV HUBBLE_VERSION=2.2.8
97
97
ENV HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
98
98
ENV HUBBLE_SRC_PATH=/hubble_src
@@ -136,11 +136,11 @@ CMD [ "pyinstaller --onedir --noconfirm --log-level ${_BINARY_LOG_LEVEL} --addit
136
136
#fpm start
137
137
&& fpm -s dir -t deb \
138
138
-n hubblestack \
139
- -v ${HUBBLE_VERSION}-1 \
139
+ -v ${HUBBLE_VERSION}-2 \
140
140
#todo: get rid of the git dependency with static bin in the future
141
141
-d 'git' \
142
142
--config-files /etc/hubble --config-files /etc/osquery/osquery.conf \
143
143
--deb-no-default-config-files \
144
144
etc/hubble etc/osquery etc/init.d opt usr \
145
- && cp hubblestack_${HUBBLE_VERSION}-1_amd64 .deb /data/hubblestack_${HUBBLE_VERSION}-1deb9_amd64 .deb" ]
145
+ && cp hubblestack_${HUBBLE_VERSION}-2_amd64 .deb /data/hubblestack_${HUBBLE_VERSION}-2deb9_amd64 .deb" ]
146
146
You can’t perform that action at this time.
0 commit comments