Skip to content

Commit a8d7a88

Browse files
committed
Use forked sidecar which contains file mode fix
1 parent 33a2665 commit a8d7a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RUN set -x \
114114
# Install k8s-sidecar
115115
RUN set -x \
116116
&& cd /tmp \
117-
&& git clone https://github.com/kiwigrid/k8s-sidecar.git --branch 1.26.1 \
117+
&& git clone https://github.com/macropin/k8s-sidecar.git --branch fix/file-mode \
118118
&& cd k8s-sidecar \
119119
&& cd src \
120120
&& pip install --no-cache-dir -r requirements.txt \

0 commit comments

Comments
 (0)