Skip to content

Commit

Permalink
Merge pull request #108 from OpsMx/bugfix/OP-22783-OES-1.33.x-2
Browse files Browse the repository at this point in the history
OP-22783 | CVE-2024-24790 fix
  • Loading branch information
utkarsh-opsmx authored Oct 28, 2024
2 parents a28af3d + 31fc4bf commit 6042e14
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docker/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ RUN yum install -y python38
ARG TARGETARCH


ENV KUBECTL_RELEASE=1.29.0
ENV KUBECTL_RELEASE=1.31.0
ENV AWS_CLI_VERSION=1.18.152
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.14
ENV GOOGLE_CLOUD_SDK_VERSION=468.0.0
ENV AWS_CLI_S3_CMD=2.4.0
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.27
ENV GOOGLE_CLOUD_SDK_VERSION=496.0.0
ENV ECR_TOKEN_VERSION=v1.0.2

ENV PATH "$PATH:/usr/local/bin/:/opt/google-cloud-sdk/bin/:/usr/local/bin/aws-iam-authenticator"
Expand Down
8 changes: 4 additions & 4 deletions docker/ubi8/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ RUN update-crypto-policies --set FIPS
RUN yum install -y python38
ARG TARGETARCH

ENV KUBECTL_RELEASE=1.29.0
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.14
ENV GOOGLE_CLOUD_SDK_VERSION=468.0.0
ENV KUBECTL_RELEASE=1.31.0
ENV AWS_CLI_S3_CMD=2.4.0
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.27
ENV GOOGLE_CLOUD_SDK_VERSION=496.0.0
ENV ECR_TOKEN_VERSION=v1.0.2
ENV SERVICE_PLUGIN_PATH=/opt/clouddriver/plugins

Expand Down
10 changes: 5 additions & 5 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ RUN yum install -y python38
ARG TARGETARCH


ENV KUBECTL_RELEASE=1.29.0
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.14
ENV GOOGLE_CLOUD_SDK_VERSION=468.0.0
ENV KUBECTL_RELEASE=1.31.0
ENV AWS_CLI_S3_CMD=2.4.0
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.27
ENV GOOGLE_CLOUD_SDK_VERSION=496.0.0
ENV ECR_TOKEN_VERSION=v1.0.2
ENV SERVICE_PLUGIN_PATH=/opt/clouddriver/plugins

Expand All @@ -54,7 +54,7 @@ USER root

RUN yum -y install wget git

#cve fix
#cve fix
RUN yum install krb5-libs-1.18.2-29.el8_10 expat-2.2.5-15.el8_10 -y
RUN yum install ca-certificates-2024.2.69_v8.0.303-80.0.el8_10 -y

Expand Down

0 comments on commit 6042e14

Please sign in to comment.