Skip to content

Commit

Permalink
fix: allow unauthenticated for 4.0 as key is expired
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 15, 2023
1 parent e7d45de commit a81174e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v4.0/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && \
mkdir -p /var/lib/mongodb && \
groupadd -g 1000 mongodb && \
useradd -u 1000 -d /var/lib/mongodb -g mongodb -s /bin/bash -m mongodb && \
apt-get install -y mongodb-org jq && \
apt-get install -y --allow-unauthenticated mongodb-org jq && \
apt-get purge -y lsb-release gnupg2 && \
apt-get autoremove -y && \
apt-get clean -y && \
Expand Down
2 changes: 1 addition & 1 deletion v4.0/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && \
mkdir -p /var/lib/mongodb && \
groupadd -g 1000 mongodb && \
useradd -u 1000 -d /var/lib/mongodb -g mongodb -s /bin/bash -m mongodb && \
apt-get install -y mongodb-org jq && \
apt-get install -y --allow-unauthenticated mongodb-org jq && \
apt-get purge -y lsb-release gnupg2 && \
apt-get autoremove -y && \
apt-get clean -y && \
Expand Down

0 comments on commit a81174e

Please sign in to comment.