Skip to content

Commit

Permalink
Merge pull request #54 from uselagoon/mongodb-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Nov 21, 2023
2 parents 48bb125 + 0a047a0 commit f5a8f9f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions database-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
FROM alpine:3.18.4
RUN apk add --no-cache bash \

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"

RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.17/community' >> /etc/apk/repositories \
&& apk update \
&& apk add --no-cache bash \
grep \
sed \
mongodb-tools=4.2.14-r17 \
mysql-client \
mongodb-tools \
postgresql-client \
&& rm -rf /var/cache/apk/*
&& rm -rf /var/cache/apk/*

0 comments on commit f5a8f9f

Please sign in to comment.