Update overview.md (#10364)

small change to adjust formatting to properly block notes independently
pull/10365/merge
Justin Nauman 2018-09-22 03:48:21 -05:00 committed by k8s-ci-robot
parent a78aa46ff9
commit e2e8fb58b8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ The [imagePullPolicy](/docs/concepts/containers/images/#updating-images) and the
{{< note >}}
**Note:** To make sure the container always uses the same version of the image, you can specify its [digest](https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier), for example `sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`. The digest uniquely identifies a specific version of the image, so it is never updated by Kubernetes unless you change the digest value.
{{ </ note >}}
{{< /note >}}
{{< note >}}
**Note:** You should avoid using the `:latest` tag when deploying containers in production as it is harder to track which version of the image is running and more difficult to roll back properly.