Sign inSign up

tarmizy/kaniko-executor

By tarmizy

Updated about 3 years ago

this intalation for kaniko,curl, and git. and base using ubuntu

Image
0

94

tarmizy/kaniko-executor repository overview

Install Kaniko

For dockerfile using that :

FROM ubuntu RUN apt-get update -y && apt-get install curl -y RUN curl -Lo /usr/bin/kaniko https://github.com/GoogleContainerTools/kaniko/releases/download/v1.7.0/kaniko-linux-amd64 &&
chmod +x /usr/bin/kaniko RUN apt-get install git -y

Tag summary

Content type

Image

Digest

sha256:1321a6562

Size

77.1 MB

Last updated

about 3 years ago

docker pull tarmizy/kaniko-executor:v1.7.0