File tree 8 files changed +40
-40
lines changed
8 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ RUN yum makecache fast && yum -y update
16
16
# paths that hubble or hubble parts need in the package
17
17
RUN mkdir -p /etc/hubble/hubble.d /opt/hubble /opt/osquery /var/log/hubble_osquery/backuplogs
18
18
19
- # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
20
- ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
21
- ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
22
- RUN /opt/osquery/osqueryi --version
23
-
24
19
# install packages that should be needed for ligbit2 compilation and successful pyinstaller run
25
20
RUN yum -y install git \
26
21
libffi-devel openssl-devel libffi libssh2-devel autoconf automake libtool \
@@ -108,6 +103,11 @@ RUN umask 022 \
108
103
RUN eval "$(pyenv init -)" \
109
104
&& pip -v install --upgrade pip
110
105
106
+ # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
107
+ ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
108
+ ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
109
+ RUN /opt/osquery/osqueryi --version
110
+
111
111
# pyinstaller start
112
112
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
113
113
# use the following variables to choose the version of hubble
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ RUN yum makecache fast && yum -y update
16
16
# paths that hubble or hubble parts need in the package
17
17
RUN mkdir -p /etc/hubble/hubble.d /opt/hubble /opt/osquery /var/log/hubble_osquery/backuplogs
18
18
19
- # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
20
- ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
21
- ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
22
- RUN /opt/osquery/osqueryi --version
23
-
24
19
# install packages that should be needed for ligbit2 compilation and successful pyinstaller run
25
20
RUN yum -y install git \
26
21
libffi-devel openssl-devel libxml2-devel libxslt-devel libffi \
@@ -109,6 +104,11 @@ RUN umask 022 \
109
104
RUN eval "$(pyenv init -)" \
110
105
&& pip -v install --upgrade pip
111
106
107
+ # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
108
+ ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
109
+ ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
110
+ RUN /opt/osquery/osqueryi --version
111
+
112
112
# pyinstaller start
113
113
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
114
114
# use the following variables to choose the version of hubble
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ RUN yum makecache fast && yum -y update
16
16
# paths that hubble or hubble parts need in the package
17
17
RUN mkdir -p /etc/hubble/hubble.d /opt/hubble /opt/osquery /var/log/hubble_osquery/backuplogs
18
18
19
- # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
20
- ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
21
- ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
22
- RUN /opt/osquery/osqueryi --version
23
-
24
19
# install packages that should be needed for ligbit2 compilation and successful pyinstaller run
25
20
RUN yum -y install git \
26
21
libffi-devel openssl-devel libffi libssh2-devel autoconf automake libtool \
@@ -108,6 +103,11 @@ RUN umask 022 \
108
103
RUN eval "$(pyenv init -)" \
109
104
&& pip -v install --upgrade pip
110
105
106
+ # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
107
+ ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
108
+ ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
109
+ RUN /opt/osquery/osqueryi --version
110
+
111
111
# pyinstaller start
112
112
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
113
113
# use the following variables to choose the version of hubble
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ RUN dnf -y update
16
16
# paths that hubble or hubble parts need in the package
17
17
RUN mkdir -p /etc/hubble/hubble.d /opt/hubble /opt/osquery /var/log/hubble_osquery/backuplogs
18
18
19
- # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
20
- ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
21
- ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
22
- RUN /opt/osquery/osqueryi --version
23
-
24
19
# install packages that should be needed for ligbit2 compilation and successful pyinstaller run
25
20
RUN dnf -y install git \
26
21
libffi-devel openssl-devel libffi libssh-devel autoconf automake libtool \
@@ -114,6 +109,11 @@ RUN umask 022 \
114
109
RUN eval "$(pyenv init -)" \
115
110
&& pip -v install --upgrade pip
116
111
112
+ # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
113
+ ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
114
+ ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
115
+ RUN /opt/osquery/osqueryi --version
116
+
117
117
# pyinstaller start
118
118
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
119
119
# use the following variables to choose the version of hubble
Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ RUN apt-get update \
17
17
# paths that hubble or hubble parts need in the package
18
18
RUN mkdir -p /etc/hubble/hubble.d /opt/hubble /opt/osquery /var/log/hubble_osquery/backuplogs
19
19
20
- # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
21
- ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
22
- ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
23
- RUN /opt/osquery/osqueryi --version
24
-
25
20
# install packages that should be needed for ligbit2 compilation and successful pyinstaller run
26
21
RUN apt-get -y install git curl \
27
22
python-dev libffi-dev libssl-dev libyaml-dev libssh2-1 libssh2-1-dev autoconf automake libtool \
@@ -106,6 +101,11 @@ RUN umask 022 \
106
101
RUN eval "$(pyenv init -)" \
107
102
&& pip -v install --upgrade pip
108
103
104
+ # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
105
+ ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
106
+ ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
107
+ RUN /opt/osquery/osqueryi --version
108
+
109
109
# pyinstaller start
110
110
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
111
111
# use the following variables to choose the version of hubble
Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ RUN apt-get update \
17
17
# paths that hubble or hubble parts need in the package
18
18
RUN mkdir -p /etc/hubble/hubble.d /opt/hubble /opt/osquery /var/log/hubble_osquery/backuplogs
19
19
20
- # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
21
- ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
22
- ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
23
- RUN /opt/osquery/osqueryi --version
24
-
25
20
# install packages that should be needed for ligbit2 compilation and successful pyinstaller run
26
21
RUN apt-get -y install git curl \
27
22
python-dev libffi-dev libssl-dev libyaml-dev libssh2-1 libssh2-1-dev autoconf automake libtool \
@@ -111,6 +106,11 @@ RUN umask 022 \
111
106
RUN eval "$(pyenv init -)" \
112
107
&& pip -v install --upgrade pip
113
108
109
+ # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
110
+ ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
111
+ ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
112
+ RUN /opt/osquery/osqueryi --version
113
+
114
114
# pyinstaller start
115
115
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
116
116
# use the following variables to choose the version of hubble
Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ RUN apt-get update \
17
17
# paths that hubble or hubble parts need in the package
18
18
RUN mkdir -p /etc/hubble/hubble.d /opt/hubble /opt/osquery /var/log/hubble_osquery/backuplogs
19
19
20
- # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
21
- ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
22
- ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
23
- RUN /opt/osquery/osqueryi --version
24
-
25
20
# install packages that should be needed for ligbit2 compilation and successful pyinstaller run
26
21
RUN apt-get -y install git curl \
27
22
python-dev libffi-dev libssl-dev libyaml-dev libssh2-1 libssh2-1-dev autoconf automake libtool \
@@ -110,6 +105,11 @@ RUN umask 022 \
110
105
RUN eval "$(pyenv init -)" \
111
106
&& pip -v install --upgrade pip
112
107
108
+ # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
109
+ ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
110
+ ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
111
+ RUN /opt/osquery/osqueryi --version
112
+
113
113
# pyinstaller start
114
114
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
115
115
# use the following variables to choose the version of hubble
Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ RUN apt-get update \
17
17
# paths that hubble or hubble parts need in the package
18
18
RUN mkdir -p /etc/hubble/hubble.d /opt/hubble /opt/osquery /var/log/hubble_osquery/backuplogs
19
19
20
- # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
21
- ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
22
- ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
23
- RUN /opt/osquery/osqueryi --version
24
-
25
20
# install packages that should be needed for ligbit2 compilation and successful pyinstaller run
26
21
RUN apt-get -y install git curl \
27
22
python-dev libffi-dev libssl-dev libyaml-dev libssh2-1 libssh2-1-dev autoconf automake libtool \
@@ -111,6 +106,11 @@ RUN umask 022 \
111
106
RUN eval "$(pyenv init -)" \
112
107
&& pip -v install --upgrade pip
113
108
109
+ # extract osquery files. optionally pass in osquery filename with OSQUERY_TAR_FILENAME build-arg
110
+ ARG OSQUERY_TAR_FILENAME=osquery_4hubble.tar
111
+ ADD ${OSQUERY_TAR_FILENAME} /opt/osquery/
112
+ RUN /opt/osquery/osqueryi --version
113
+
114
114
# pyinstaller start
115
115
# commands specified for ENTRYPOINT and CMD are executed when the container is run, not when the image is built
116
116
# use the following variables to choose the version of hubble
You can’t perform that action at this time.
0 commit comments