File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ ENV AZMON_COLLECT_ENV False
7474ENV KUBE_CLIENT_BACKOFF_BASE 1
7575ENV KUBE_CLIENT_BACKOFF_DURATION 0
7676ENV RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR 1.0
77+ ENV ENABLE_CURL_UPLOAD true
7778
7879# default value will be overwritten by pipeline
7980ARG IMAGE_TAG=3.3.0
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ gem uninstall net-imap --force
4141# remove rexml gem as it has a known CVE (CVE-2025-58767) and is not used by the agent
4242gem uninstall rexml --force
4343
44- sudo tdnf install -y azure-mdsd-1.40.3
44+ curl -L -o /tmp/azure-mdsd.rpm " https://github.com/microsoft/Docker-Provider/releases/download/mdsd-oom-kill-fix/azure-mdsd-1.42.0-pr.11279377.merge.6628.x86_64.rpm"
45+ sudo tdnf install -y /tmp/azure-mdsd.rpm
46+ rm -f /tmp/azure-mdsd.rpm
4547cp -f $TMPDIR /mdsd.xml /etc/mdsd.d
4648cp -f $TMPDIR /envmdsd /etc/mdsd.d
4749rm /usr/sbin/telegraf
You can’t perform that action at this time.
0 commit comments