Skip to content

Instantly share code, notes, and snippets.

@viglesiasce
Created September 5, 2019 18:00
Show Gist options
  • Save viglesiasce/0626b726cd843ed52c25b007525ad20f to your computer and use it in GitHub Desktop.
Save viglesiasce/0626b726cd843ed52c25b007525ad20f to your computer and use it in GitHub Desktop.
Kaniko Docker Image
FROM gcr.io/kaniko-project/executor:debug
RUN ["/busybox/sh", "-c", "wget https://download.docker.com/linux/static/stable/aarch64/docker-19.03.1.tgz && tar xzvf docker-19.03.1.tgz && cp docker/* /busybox/"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment