Skip to content

Commit

Permalink
Fix and enable FIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gudak committed Oct 3, 2024
1 parent aef0261 commit fda34f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions categories/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ ENV DT_GRAALNATIVE_AGENT_DIR=/opt/agent
RUN mkdir -p /opt/app
WORKDIR /opt/app
COPY build/native/nativeCompile/ .
COPY build/native/graalnative/runtime/ ./dynatrace/agent/lib64/
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
8 changes: 1 addition & 7 deletions tasks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ ENV DT_GRAALNATIVE_AGENT_DIR=/opt/agent
RUN mkdir -p /opt/app
WORKDIR /opt/app
COPY build/native/nativeCompile/ .
COPY build/native/graalnative/runtime/ ./dynatrace/agent/lib64/
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
8 changes: 1 addition & 7 deletions users/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ ENV DT_GRAALNATIVE_AGENT_DIR=/opt/agent
RUN mkdir -p /opt/app
WORKDIR /opt/app
COPY build/native/nativeCompile/ .
COPY build/native/graalnative/runtime/ ./dynatrace/agent/lib64/
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 fda34f2

Please sign in to comment.