File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
export DOCKER_CONFIG=${KUBECTL_BUILD_DOCKER_CONFIG:- ${DOCKER_CONFIG:- $HOME / .docker/ config.json} }
4
4
export KUBECONFIG=" ${KUBECTL_BUILD_KUBECONFIG:- $KUBECONFIG } "
5
5
kubectl=kubectl
6
- version=1.7.1
6
+ version=1.7.2
7
7
image=" ${KUBECTL_BUILD_IMAGE:- ghcr.io/ kvaps/ kaniko-executor: v1.7.0} "
8
8
name=" ${KUBECTL_BUILD_NAME_OVERRIDE:- kaniko-$(env LC_ALL=C tr -dc a-z0-9 </ dev/ urandom | head -c 6)} "
9
9
context=" "
@@ -185,8 +185,8 @@ if [ "$usetar" = "true" ]; then
185
185
tarf -C " $context " -czf - .
186
186
if [ " $debug " = true ]; then
187
187
sh -c ' echo $PPID' > " $pidfile "
188
- trap ' stty icanon echo ' EXIT
189
- stty -icanon -echo
188
+ trap " stty ' $( stty -g ) ' " EXIT
189
+ stty -icanon -ctlecho -iexten -isig - echo
190
190
cat 2> /dev/null
191
191
fi
192
192
) | (
You can’t perform that action at this time.
0 commit comments