From 402e59454bb516774b97d489bc121953e4cd6645 Mon Sep 17 00:00:00 2001 From: Ted Behling Date: Wed, 29 Jun 2022 13:14:51 -0400 Subject: [PATCH] Update docs for new `infra_image` pull behavior --- website/content/docs/drivers/docker.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/drivers/docker.mdx b/website/content/docs/drivers/docker.mdx index c9e6c0987cc6..5d3379610ed4 100644 --- a/website/content/docs/drivers/docker.mdx +++ b/website/content/docs/drivers/docker.mdx @@ -981,7 +981,8 @@ host system. - `infra_image` - This is the Docker image to use when creating the parent container necessary when sharing network namespaces between tasks. Defaults to - `gcr.io/google_containers/pause-:3.1`. + `gcr.io/google_containers/pause-:3.1`. The image will only be pulled from + the container registry if its tag is `latest` or the image doesn't yet exist locally. - `infra_image_pull_timeout` - A time duration that controls how long Nomad will wait before cancelling an in-progress pull of the Docker image as specified in