Bowrna edited a comment on pull request #21145:
URL: https://github.com/apache/airflow/pull/21145#issuecomment-1025796568
@potiuk I was testing with one of the versions of docker that is lower than
the minimum docker version
```
docker version --format '{{.Client.Version}}'
19.03.5
```
But when validated with semver library, it says it's a invalid version name.
```
In [2]: VersionInfo.isvalid("19.03.5")
Out[2]: False
```
https://docs.docker.com/engine/release-notes/19.03/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]