Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions model-engine/Dockerfile.fips
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/scale.com/python-fips:3.10.19-dev
FROM cgr.dev/scale.com/python-fips:3.10.20-r7-dev
WORKDIR /workspace
USER root

Expand All @@ -24,8 +24,9 @@ RUN apk update && apk add \
postgresql-dev \
libpq-16

RUN curl -Lo /bin/aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.9/aws-iam-authenticator_0.5.9_linux_amd64
RUN chmod +x /bin/aws-iam-authenticator
RUN curl -Lo /bin/aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.7.11/aws-iam-authenticator_0.7.11_linux_amd64 \
&& echo "8523d92af5680dbc7af81a75be63ffdb36040e061e8e318d322e01dceff85a1f /bin/aws-iam-authenticator" | sha256sum -c - \
&& chmod +x /bin/aws-iam-authenticator

RUN pip install pip==24.2
RUN chmod -R 777 /workspace
Expand Down
2 changes: 2 additions & 0 deletions model-engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ kubernetes==25.3.0
# via -r requirements.in
kubernetes-asyncio==25.11.0
# via -r requirements.in
legacy-cgi==2.6.4
# via ddtrace
mako==1.3.12
# via
# -r requirements.in
Expand Down