Skip to content

Commit

Permalink
Temporary disable FIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gudak committed Oct 3, 2024
1 parent ab0f3c5 commit aef0261
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions categories/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
7 changes: 7 additions & 0 deletions tasks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
7 changes: 7 additions & 0 deletions users/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit aef0261

Please sign in to comment.