Skip to content
New issue

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

Remove obsolete version property from Docker Compose examples #446

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

wborn
Copy link
Member

@wborn wborn commented Nov 10, 2024

The version property was used by Docker Compose CLI V1 which has been EOL since mid 2023.

If you use it with Docker Compose CLI V2 the following warnings are logged:

the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion

See: https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-obsolete

The version property was used by Docker Compose CLI V1 which has been EOL since mid 2023.

If you use it with Docker Compose CLI V2 the following warnings are logged:

> the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion

See: https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-obsolete

Signed-off-by: Wouter Born <[email protected]>
@wborn wborn requested a review from a team as a code owner November 10, 2024 12:38
@wborn wborn merged commit 4385379 into openhab:main Nov 10, 2024
6 checks passed
@wborn wborn deleted the remove-obsolete-version branch November 10, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant