Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFranklin Yu <franklinyu@hotmail.com>2019-06-25 05:20:11 +0300
committerEvan Read <eread@gitlab.com>2019-06-25 05:20:11 +0300
commitf21bdaffd7d99a9ed72720e6dac23c7636270de8 (patch)
tree68dd200e5799a7e128c65b7b691be71a5515e035 /doc
parente8bb778ff2ed507fb64cbb344a741bc69bfb30db (diff)
Mention kaniko in container registry
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/container_registry.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md
index 58b7fe33906..fdf9ce3e225 100644
--- a/doc/user/project/container_registry.md
+++ b/doc/user/project/container_registry.md
@@ -113,6 +113,7 @@ This feature requires GitLab 8.8 and GitLab Runner 1.2.
Make sure that your GitLab Runner is configured to allow building Docker images by
following the [Using Docker Build](../../ci/docker/using_docker_build.md)
and [Using the GitLab Container Registry documentation](../../ci/docker/using_docker_build.md#using-the-gitlab-container-registry).
+Alternatively, you can [build images with Kaniko](../../ci/docker/using_kaniko.md) if the Docker builds are not an option for you.
## Using with private projects