We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version
Expected behavior and actual behavior: Harbor using docker-compose generate following warning message with latest docker:
WARN[0000] /home/app/harbor/docker-compose.yml: `version` is obsolete
The top level version is now obsolete. see https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-optional
Steps to reproduce the problem: executing any docker compose command: e.g. docker compose up
docker compose up
Versions: Please specify the versions of following systems.
Additional context:
harbor.yml
/var/log/harbor/
The text was updated successfully, but these errors were encountered:
cadd382
Fix goharbor#20658 docker-compose version is obsolete warning (goha…
7406132
…rbor#20659) fix `version` is obsolete warning Signed-off-by: 蝦米 <me@jhdxr.com> Co-authored-by: Wang Yan <wangyan@vmware.com> Co-authored-by: MinerYang <yminer@vmware.com> Signed-off-by: kunal-511 <yoyokvunal@gmail.com>
Successfully merging a pull request may close this issue.
Expected behavior and actual behavior:
Harbor using docker-compose generate following warning message with latest docker:
The top level version is now obsolete. see https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-optional
Steps to reproduce the problem:
executing any docker compose command: e.g.
docker compose up
Versions:
Please specify the versions of following systems.
Additional context:
harbor.yml
and files in the same directory, including subdirectory./var/log/harbor/
.The text was updated successfully, but these errors were encountered: