Skip to content

Commit

Permalink
📌 04/11/24 Patching (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
jacobwoffenden authored Nov 4, 2024
1 parent bed536d commit 1dcc07d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ ENV CONTAINER_USER="analyticalplatform" \
ANALYTICAL_PLATFORM_DIRECTORY="/opt/analytical-platform" \
DEBIAN_FRONTEND="noninteractive" \
PIP_BREAK_SYSTEM_PACKAGES="1" \
AWS_CLI_VERSION="2.18.11" \
AWS_CLI_VERSION="2.19.1" \
AWS_SSO_CLI_VERSION="1.17.0" \
MINICONDA_VERSION="24.7.1-0" \
MINICONDA_SHA256="33442cd3813df33dcbb4a932b938ee95398be98344dff4c30f7e757cd2110e4f" \
MINICONDA_VERSION="24.9.2-0" \
MINICONDA_SHA256="8d936ba600300e08eca3d874dee88c61c6f39303597b2b66baee54af4f7b4122" \
NODE_LTS_VERSION="20.18.0" \
CORRETTO_VERSION="1:21.0.5.11-1" \
DOTNET_SDK_VERSION="8.0.110-0ubuntu1~24.04.1" \
R_VERSION="4.4.2-1.2404.0" \
OLLAMA_VERSION="0.3.14" \
KUBECTL_VERSION="1.29.9" \
KUBECTL_VERSION="1.29.10" \
HELM_VERSION="3.16.2" \
CLOUD_PLATFORM_CLI_VERSION="1.37.5" \
CLOUD_PLATFORM_CLI_VERSION="1.37.12" \
CUDA_VERSION="12.6.1" \
NVIDIA_DISABLE_REQUIRE="true" \
NVIDIA_CUDA_CUDART_VERSION="12.6.77-1" \
Expand Down Expand Up @@ -69,7 +69,7 @@ apt-get install --yes \
"mandoc=1.14.6-1" \
"less=590-2ubuntu2.1" \
"python3.12=3.12.3-1ubuntu0.2" \
"python3-pip=24.0+dfsg-1ubuntu1" \
"python3-pip=24.0+dfsg-1ubuntu1.1" \
"vim=2:9.1.0016-1ubuntu7.3" \
"unzip=6.0-28ubuntu4.1"

Expand Down
10 changes: 5 additions & 5 deletions test/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ commandTests:
- name: "aws"
command: "aws"
args: ["--version"]
expectedOutput: ["aws-cli/2.18.11"]
expectedOutput: ["aws-cli/2.19.1"]

- name: "aws-sso"
command: "aws-sso"
Expand All @@ -52,12 +52,12 @@ commandTests:
- name: "conda"
command: "conda"
args: ["--version"]
expectedOutput: ["conda 24.7.1"]
expectedOutput: ["conda 24.9.2"]

- name: "python (conda)"
command: "python"
args: ["--version"]
expectedOutput: ["Python 3.12.4"]
expectedOutput: ["Python 3.12.7"]

- name: "pip (conda)"
command: "pip"
Expand Down Expand Up @@ -92,7 +92,7 @@ commandTests:
- name: "kubectl"
command: "kubectl"
args: ["version", "--client"]
expectedOutput: ["Client Version: v1.29.9"]
expectedOutput: ["Client Version: v1.29.10"]

- name: "helm"
command: "helm"
Expand All @@ -102,7 +102,7 @@ commandTests:
- name: "cloud-platform"
command: "cloud-platform"
args: ["--skip-version-check", "version"]
expectedOutput: ["1.37.5"]
expectedOutput: ["1.37.12"]

- name: "vim"
command: "vim"
Expand Down

0 comments on commit 1dcc07d

Please sign in to comment.