You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed as deprecated.
```
1 warning found:
- MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 2)
The MAINTAINER instruction is deprecated, use a label instead to define an image author
More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
Dockerfile:2
--------------------
1 | FROM mysql:8.0.30-debian
2 | >>> MAINTAINER groonga
3 |
4 | ENV groonga_version=12.0.6 \
--------------------
```
We added `--debug` option to docker image build for more information.
0 commit comments