From dae928f979bbc63632c0336096ede17b554a6965 Mon Sep 17 00:00:00 2001 From: Jacob Embree <jacob.embree@stlouisintegration.com> Date: Thu, 24 Jan 2019 15:16:12 +0000 Subject: [PATCH] Update advanced-configuration.md: Fix blockquote not reaching the entire note --- docs/configuration/advanced-configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/advanced-configuration.md b/docs/configuration/advanced-configuration.md index 8e47554dc..15444ca56 100644 --- a/docs/configuration/advanced-configuration.md +++ b/docs/configuration/advanced-configuration.md @@ -299,12 +299,12 @@ This will use `/path/to/bind/from/host` of the CI host inside the container at ### Using a private container registry > **Notes:** -- This feature requires GitLab Runner **1.8** or higher -- For GitLab Runner versions **>= 0.6, <1.8** there was a partial +>- This feature requires GitLab Runner **1.8** or higher +>- For GitLab Runner versions **>= 0.6, <1.8** there was a partial support for using private registries, which required manual configuration of credentials on runner's host. We recommend to upgrade your Runner to at least version **1.8** if you want to use private registries. -- Using private registries with the `if-not-present` pull policy may introduce +>- Using private registries with the `if-not-present` pull policy may introduce [security implications][secpull]. To fully understand how pull policies work, read the [pull policies documentation](../executors/docker.md#how-pull-policies-work). -- GitLab