Skip to content

Commit

Permalink
Merge pull request #1341 from alphagov/sengi/numbat
Browse files Browse the repository at this point in the history
Update toolbox image to Ubuntu 24.04.
  • Loading branch information
sengi authored Jun 20, 2024
2 parents fccc884 + 9b05224 commit 0c8eb7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions images/toolbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM public.ecr.aws/lts/ubuntu:22.04
FROM --platform=$TARGETPLATFORM public.ecr.aws/lts/ubuntu:24.04
ARG TARGETARCH
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]

Expand All @@ -18,8 +18,9 @@ RUN apt-get update -qq ; \
echo "deb [arch=${TARGETARCH} signed-by=${keyrings_dir}/mongodb.gpg] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" > /etc/apt/sources.list.d/mongodb.list ; \
apt-get update -qq ; \
apt-get install -qy --no-install-recommends \
curl file gh git jq libarchive-tools mysql-client netcat postgresql-client \
pv wget2 gettext mongodb-mongosh mongodb-database-tools redis-tools ; \
curl file gh git jq libarchive-tools mysql-client netcat-openbsd \
postgresql-client pv wget2 gettext mongodb-mongosh \
mongodb-database-tools redis-tools ; \
rm -fr /var/lib/apt/lists/*

ARG yq_package_url=https://github.com/mikefarah/yq/releases/latest/download
Expand Down

0 comments on commit 0c8eb7b

Please sign in to comment.