Skip to content
Merged
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
4 changes: 4 additions & 0 deletions utility-pod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM public.ecr.aws/ubuntu/ubuntu:24.04_stable

SHELL ["/bin/bash", "-c"]

RUN curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor \
echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-8.0.list

RUN apt-get -y update && \
apt-get -y upgrade

Expand All @@ -16,6 +19,7 @@ RUN apt-get -y install \
iputils-ping \
jq \
lynx \
mongodb-mongosh \
mysql-client \
nmap \
postgresql \
Expand Down
Loading