Release Notes / Version 11.2310
Table Of ContentsRefactorings of the Traefik Configuration for the Developer docker-compose Setup
The Traefik configuration for the docker-compose developer setup has been refactored.
Replace static file config with environment variables. This refactoring has been done to allow other docker-compose files to alter the static traefik configuration without duplicating the whole static configuration file. In our internal setup, we use this to enable access logging.
Refactor the traefik dashboard routing from docker config to file. This was the last router configured by docker labels. Therefore the docker configuration provider could be removed from the setup. Also all the
traefik.enabled: true
labels have been removed as they were obsolete.The entrypoints for http/https had to be renamed to names without hyphens to conform to a naming convention, that allows the entrypoints to be configured using environment variables.
Traefik has been updated to
2.6.3
.Traefik Pilot integration in the dashboard has been disabled.
Follow Section, “Refactorings of the Traefik Configuration for the Developer docker-compose Setup” for upgrade information.
(CMS-21441)
Fixed Directory Ownership in Container Images
The ownership of the /coremedia
directory was root
but should be coremedia.
(CMS-21079)