summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2018-08-14 22:39:10 -0400
committerJoshua Lambert <joshua@gitlab.com>2018-08-14 22:39:10 -0400
commit49c4be82c892304b128186c111930bd6aff8840c (patch)
treef4ab782afc50215f3d833a5f8635e0b516d27003
parent68615c9716cb0e490ed2adda27b5e456162c46b8 (diff)
downloadgitlab-ce-add-kaniko-docs.tar.gz
-rw-r--r--doc/ci/docker/using_kaniko.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_kaniko.md b/doc/ci/docker/using_kaniko.md
index 22295dab79a..fb7bd58cfd5 100644
--- a/doc/ci/docker/using_kaniko.md
+++ b/doc/ci/docker/using_kaniko.md
@@ -11,7 +11,7 @@ kaniko solves two problems with using the [docker-in-docker build](using_docker_
In order to utilize kaniko with GitLab, there are a few prerequisites:
* A [GitLab runner](https://docs.gitlab.com/runner/) using either the [Kubernetes](https://docs.gitlab.com/runner/executors/kubernetes.html), [Docker](https://docs.gitlab.com/runner/executors/docker.html), or [Docker Machine](https://docs.gitlab.com/runner/executors/docker_machine.html) executors.
-* To utilize the official [kaniko images](gcr.io/kaniko-project/executor:debug) with GitLab CI/CD, Runner 11.2 or higher [is required](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/900).
+* To utilize the official [kaniko images](https://gcr.io/kaniko-project/executor:debug) with GitLab CI/CD, Runner 11.2 or higher [is required](https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/900).
* In order to push from kaniko to the [GitLab Container Registry](../../user/project/container_registry.md), GitLab 11.2 or higher [is required](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20617).
## Building a Docker image with kaniko