From aef0261251efdecb08842aca24a07a5c4f4e2bd8 Mon Sep 17 00:00:00 2001 From: Ivan Gudak Date: Thu, 3 Oct 2024 13:47:48 +0200 Subject: [PATCH] Temporary disable FIPS --- categories/Dockerfile | 7 +++++++ tasks/Dockerfile | 7 +++++++ users/Dockerfile | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/categories/Dockerfile b/categories/Dockerfile index 33ee45c..cf71fd0 100644 --- a/categories/Dockerfile +++ b/categories/Dockerfile @@ -12,6 +12,13 @@ WORKDIR /opt/app COPY build/native/nativeCompile/ . RUN chmod +x "$EXECUTABLE" +RUN touch /opt/app/dynatrace/agent/dt_fips_disabled.flag && \ + touch /opt/app/dynatrace/agent/any/dt_fips_disabled.flag && \ + touch /opt/agent/runtime/dt_fips_disabled.flag && \ + touch /opt/agent/runtime/any/dt_fips_disabled.flag && \ + touch /opt/agent/buildtime/dt_fips_disabled.flag && \ + touch /opt/agent/buildtime/any/dt_fips_disabled.flag + RUN apt-get update && \ apt-get install -y curl sed && \ rm -rf /var/lib/apt/lists/* diff --git a/tasks/Dockerfile b/tasks/Dockerfile index da79116..2abf988 100644 --- a/tasks/Dockerfile +++ b/tasks/Dockerfile @@ -12,6 +12,13 @@ WORKDIR /opt/app COPY build/native/nativeCompile/ . RUN chmod +x "$EXECUTABLE" +RUN touch /opt/app/dynatrace/agent/dt_fips_disabled.flag && \ + touch /opt/app/dynatrace/agent/any/dt_fips_disabled.flag && \ + touch /opt/agent/runtime/dt_fips_disabled.flag && \ + touch /opt/agent/runtime/any/dt_fips_disabled.flag && \ + touch /opt/agent/buildtime/dt_fips_disabled.flag && \ + touch /opt/agent/buildtime/any/dt_fips_disabled.flag + RUN apt-get update && \ apt-get install -y curl sed && \ rm -rf /var/lib/apt/lists/* diff --git a/users/Dockerfile b/users/Dockerfile index fd89513..65a372b 100644 --- a/users/Dockerfile +++ b/users/Dockerfile @@ -12,6 +12,13 @@ WORKDIR /opt/app COPY build/native/nativeCompile/ . RUN chmod +x "$EXECUTABLE" +RUN touch /opt/app/dynatrace/agent/dt_fips_disabled.flag && \ + touch /opt/app/dynatrace/agent/any/dt_fips_disabled.flag && \ + touch /opt/agent/runtime/dt_fips_disabled.flag && \ + touch /opt/agent/runtime/any/dt_fips_disabled.flag && \ + touch /opt/agent/buildtime/dt_fips_disabled.flag && \ + touch /opt/agent/buildtime/any/dt_fips_disabled.flag + RUN apt-get update && \ apt-get install -y curl sed && \ rm -rf /var/lib/apt/lists/*