Skip to content

Commit

Permalink
📌 July Update (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
jacobwoffenden authored Jul 10, 2024
1 parent a73bb0e commit 41e0e02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ ENV CONTAINER_USER="analyticalplatform" \
CONTAINER_GROUP="analyticalplatform" \
CONTAINER_GID="1000" \
DEBIAN_FRONTEND="noninteractive" \
VISUAL_STUDIO_CODE_VERSION="1.90.2-1718751586" \
AWS_CLI_VERSION="2.17.1" \
VISUAL_STUDIO_CODE_VERSION="1.91.0-1719861592" \
AWS_CLI_VERSION="2.17.10" \
CORRETTO_VERSION="1:21.0.3.9-1" \
MINICONDA_VERSION="24.4.0-0" \
MINICONDA_SHA256="b6597785e6b071f1ca69cf7be6d0161015b96340b9a9e132215d5713408c3a7c" \
MINICONDA_VERSION="24.5.0-0" \
MINICONDA_SHA256="4b3b3b1b99215e85fd73fb2c2d7ebf318ac942a457072de62d885056556eb83e" \
DOTNET_SDK_VERSION="8.0.105-0ubuntu1~24.04.1" \
OLLAMA_VERSION="0.1.45" \
OLLAMA_SHA256="ddd21e38600958ecac8529b53015d49238a74b71e72f14d090a2f112cf169a69" \
OLLAMA_VERSION="0.2.1" \
OLLAMA_SHA256="8a29a80403f67abe0f5b3737767b2a21732409e8e4429098af75474484e43c18" \
PATH="/opt/conda/bin:${HOME}/.local/bin:${PATH}"

SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion src/etc/bash.bashrc.snippet
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a first run notice for Visual Studio Code
# This is a first run notice for Visual Studio Code
if [[ -t 1 ]] && [[ "${TERM_PROGRAM}" = "vscode" ]] && [[ ! -f "/home/analyticalplatform/.vscode/first-run-notice-already-displayed" ]]; then
cat /opt/visual-studio-code/first-run-notice.txt
# Mark first run notice as displayed after 10s to avoid problems with fast terminal refreshes hiding it
Expand Down
2 changes: 1 addition & 1 deletion test/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ commandTests:
fileContentTests:
- name: "bashrc first-run-notice"
path: "/etc/bash.bashrc"
expectedContents: ["# This is a first run notice for Visual Studio Code"]
expectedContents: ["# This is a first run notice for Visual Studio Code"]

fileExistenceTests:
- name: "/opt/visual-studio-code"
Expand Down

0 comments on commit 41e0e02

Please sign in to comment.