Skip to content

Commit 1051e91

Browse files
committed
Update README.md, bump version
1 parent d308612 commit 1051e91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# kubectl build
2-
*(formerly known as **kubectl-kaniko**)*
1+
# Kubectl build
32

43
Kubectl build mimics the kaniko executor, but performs building on your Kubernetes cluster side.
54
This allows you to simply build your local dockerfiles remotely without leaving your cozy environment.

kubectl-build

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ else
9797
args="$args, \"--context=$context\" ]"
9898
fi
9999

100-
image="${KUBECTL_BUILD_IMAGE:-gcr.io/kaniko-project/executor:v1.5.1}"
100+
image="${KUBECTL_BUILD_IMAGE:-gcr.io/kaniko-project/executor:v1.5.2}"
101101
name="${KUBECTL_BUILD_NAME_OVERRIDE:-kaniko-$(env LC_ALL=C tr -dc a-z0-9 </dev/urandom | head -c 6)}"
102102

103103
overrides="$(

0 commit comments

Comments
 (0)