Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 21116f2

Browse files
Merge pull request #2810 from thaJeztah/19.03_backport_docs_maintainer
[19.03 backport] Replace deprecated instruction Upstream-commit: fd3371eb7df1adeceff5935cf3ade0576a0f48d5 Component: cli
2 parents 7d6f21c + 406cc5e commit 21116f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/cli/docs/reference/commandline/pull.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Digest can also be used in the `FROM` of a Dockerfile, for example:
160160

161161
```dockerfile
162162
FROM ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
163-
MAINTAINER some maintainer <maintainer@example.com>
163+
LABEL maintainer="some maintainer <maintainer@example.com>"
164164
```
165165

166166
> **Note**

components/cli/man/src/image/pull.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pull the above image by digest, run the following command:
111111
Digest can also be used in the `FROM` of a Dockerfile, for example:
112112

113113
FROM ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
114-
MAINTAINER some maintainer <maintainer@example.com>
114+
LABEL maintainer="some maintainer <maintainer@example.com>"
115115

116116
> **Note**: Using this feature "pins" an image to a specific version in time.
117117
> Docker will therefore not pull updated versions of an image, which may include

0 commit comments

Comments
 (0)