mirror of
https://github.com/docker/cli.git
synced 2025-07-30 17:03:07 +03:00
Replace deprecated instruction
MAINTAINER is deprecated, replacing with LABEL as recommended by https://docs.docker.com/engine/reference/builder/#maintainer-deprecated Signed-off-by: Charlotte Mach <charlotte.mach@fs.lmu.de>
This commit is contained in:
@ -160,7 +160,7 @@ Digest can also be used in the `FROM` of a Dockerfile, for example:
|
||||
|
||||
```dockerfile
|
||||
FROM ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2
|
||||
MAINTAINER some maintainer <maintainer@example.com>
|
||||
LABEL maintainer="some maintainer <maintainer@example.com>"
|
||||
```
|
||||
|
||||
> **Note**
|
||||
|
Reference in New Issue
Block a user