From 88775c0196df9bfd3ce55f9423dacf2dd13bb1e4 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 21 Aug 2023 14:16:55 -0400 Subject: [PATCH] fix: disable pmlogger service (#431) --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 95a891f461c..22c1b904885 100644 --- a/Containerfile +++ b/Containerfile @@ -95,6 +95,7 @@ RUN wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubectx -O /usr RUN systemctl enable podman.socket RUN systemctl disable pmie.service +RUN systemctl disable pmlogger.service RUN /tmp/workarounds.sh