shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

[docker] Replace `:` separator with `=` for Security Options for all services #87

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

When the Docker Daemon is enabled with debug value set to true, the output of the journalctl -xe | grep "deprecated" displays the following output:

time="2023-07-13T15:08:23.160691489+02:00" level=warning msg="Security options with `:` as a separator are deprecated and will be completely unsupported in 17.04, use `=` instead."

Replace all the Compose Templates with = for security_opt parameter.