Page MenuHomeSoftware Heritage

docker: Bump compose file format version to 2.1
ClosedPublic

Authored by anlambert on Feb 17 2021, 5:22 PM.

Details

Summary

rDENV5db372fcb5abf45f3a95545029e525a2a149a91c introduced the use of the
healthcheck feature from docker-compose.

The healtcheck feature was introduced with version 2.1 of the Compose
file format.

So bump Compose file format version to 2.1 in compose files in order
to avoid the following error when using docker-compose < 1.27:

"depends_on contains an invalid type, it should be an array"

Related to D5090#128686

Diff Detail

Repository
rDENV Development environment
Branch
docker-compose-bump-version
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19303
Build 29933: arc lint + arc unit