• K
    [BugFix] Docker so11y cannot be disabled (#4471) · fff3378d
    kezhenxu94 提交于
    ### Motivation:
    
    This patch fixes the bug that there's no chance to disable the so11y in docker container.
    
    ### Modifications:
    
    - Remove the default so11y section, and only add it when the environment variable exists.
    
    ### Result:
    
    - Users can disable so11y by leaving the `SW_TELEMETRY` empty or set it to `none`
    fff3378d
docker-entrypoint.sh 17.8 KB