Skip to content

Commit d62b900

Browse files
Fix #2
1 parent 1a017f2 commit d62b900

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![License](https://img.shields.io/badge/License-Apache%202.0-red)
66
![Dockerized](https://img.shields.io/badge/Dockerized-yes-brightgreen)
7-
![Version](https://img.shields.io/badge/Version-v1.4-yellow)
7+
![Version](https://img.shields.io/badge/Version-v1.5-yellow)
88
[![Docker Pulls](https://img.shields.io/docker/pulls/webkubectl/webkubectl.svg)](https://hub.docker.com/r/webkubectl/webkubectl)
99
![HitCount](http://hits.dwyl.io/webkubectl/webkubectl.svg)
1010

README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![License](https://img.shields.io/badge/License-Apache%202.0-red)
66
![Dockerized](https://img.shields.io/badge/Dockerized-yes-brightgreen)
7-
![Version](https://img.shields.io/badge/Version-v1.4-yellow)
7+
![Version](https://img.shields.io/badge/Version-v1.5-yellow)
88
[![Docker Pulls](https://img.shields.io/docker/pulls/webkubectl/webkubectl.svg)](https://hub.docker.com/r/webkubectl/webkubectl)
99
![HitCount](http://hits.dwyl.io/webkubectl/webkubectl.svg)
1010

init-kubectl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ if [ "${WELCOME_BANNER}" ]; then
2626
echo ${WELCOME_BANNER}
2727
fi
2828

29+
export TMPDIR=/nonexistent
30+
2931
exec su -s /bin/bash nobody

0 commit comments

Comments
 (0)