Ouranosinc / jenkins-config

Jenkins deployment configurations.
MIT License
0 stars 1 forks source link

Migrate to RockyLinux9 with latest docker engine and compose plugin #16

Closed tlvu closed 3 weeks ago

tlvu commented 3 weeks ago

Additional dockerd options are required for RockyLinux9, see documentation in docker-config/dockerd.md.

docker-compose.yml syntax updated for latest compose plugin version.

Switched to use compose plugin instead of docker-compose standalone binary but to keep backward-compatibility, docker-compose standalone library can still be used via a new config in env.local.

@fmigneault FYI.