We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0486a6 + 30058c9 commit a38096aCopy full SHA for a38096a
test/images/image-util.sh
@@ -150,7 +150,7 @@ bin() {
150
fi
151
for SRC in "$@";
152
do
153
- docker run --rm -it -v "${TARGET}:${TARGET}:Z" -v "${KUBE_ROOT}":/go/src/k8s.io/kubernetes:Z \
+ docker run --rm -v "${TARGET}:${TARGET}:Z" -v "${KUBE_ROOT}":/go/src/k8s.io/kubernetes:Z \
154
golang:"${GOLANG_VERSION}" \
155
/bin/bash -c "\
156
cd /go/src/k8s.io/kubernetes/test/images/${SRC_DIR} && \
0 commit comments