Skip to content
Snippets Groups Projects

Played around

Merged Jakob Moser requested to merge played-around into master
5 files
+ 76
46
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 5
2
# Taken and modified from https://docs.gitlab.com/ee/ci/docker/using_kaniko.html
# Licensed under CC BY-SA 4.0 (see LICENSE-3RD-PARTY.md)
# Taken and modified from the GitLab documentation
# Title of the page: "Building a Docker image with kaniko"
# Author: (c) 2011-present GitLab B.V.
# URL: https://docs.gitlab.com/ee/ci/docker/using_kaniko.html#building-a-docker-image-with-kaniko
# License: CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0)
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
Loading