We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e31253 commit 685787bCopy full SHA for 685787b
pkg/windows/dockerfile
@@ -107,8 +107,8 @@ RUN Push-Location salt; \
107
python ./setup.py --quiet install --force; \
108
pop-location;
109
#All the variables used for hubble
110
-ARG HUBBLE_CHECKOUT=4.0-win-release
111
-ARG HUBBLE_GIT_URL=https://github.com/devagupt/hubble.git
+ARG HUBBLE_CHECKOUT=v4.0.0
+ARG HUBBLE_GIT_URL=https://github.com/hubblestack/hubble.git
112
ENV HUBBLE_SRC_PATH='C:/temp/hubble/'
113
#Clone Hubble
114
RUN git clone "$env:HUBBLE_GIT_URL"; \
0 commit comments