this intalation for kaniko,curl, and git. and base using ubuntu
94
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
Content type
Image
Digest
sha256:1321a6562…
Size
77.1 MB
Last updated
about 3 years ago
docker pull tarmizy/kaniko-executor:v1.7.0