This repository was archived by the owner on Jan 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,13 @@ ARG DEBIAN_FRONTEND="noninteractive"
15
15
16
16
RUN \
17
17
echo "**** install packages ****" && \
18
- curl -fsSL https://pgp.mongodb.com/server-4.4.asc | \
19
- gpg -o /usr/share/keyrings/mongodb-server-4.4.gpg \
20
- --dearmor && \
21
- echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-4.4.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list && \
22
18
apt-get update && \
23
19
apt-get install -y --no-install-recommends \
24
20
binutils \
25
21
jsvc \
26
22
libcap2 \
27
23
logrotate \
28
- mongodb-org- server \
24
+ mongodb-server \
29
25
openjdk-17-jre-headless && \
30
26
echo "**** install unifi ****" && \
31
27
if [ -z ${UNIFI_VERSION+x} ]; then \
Original file line number Diff line number Diff line change @@ -15,17 +15,13 @@ ARG DEBIAN_FRONTEND="noninteractive"
15
15
16
16
RUN \
17
17
echo "**** install packages ****" && \
18
- curl -fsSL https://pgp.mongodb.com/server-4.4.asc | \
19
- gpg -o /usr/share/keyrings/mongodb-server-4.4.gpg \
20
- --dearmor && \
21
- echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-4.4.gpg ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list && \
22
18
apt-get update && \
23
19
apt-get install -y --no-install-recommends \
24
20
binutils \
25
21
jsvc \
26
22
libcap2 \
27
23
logrotate \
28
- mongodb-org- server \
24
+ mongodb-server \
29
25
openjdk-17-jre-headless && \
30
26
echo "**** install unifi ****" && \
31
27
if [ -z ${UNIFI_VERSION+x} ]; then \
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ app_setup_block: |
71
71
72
72
# changelog
73
73
changelogs :
74
- - { date: "04.09.23:", desc: "Bump mongodb to 4.4 and JRE to 17 to support v7.5."}
74
+ - { date: "04.09.23:", desc: "Bump JRE to 17 to support v7.5."}
75
75
- { date: "02.05.23:", desc: "Cleanup `apt-get install` during build to reduce image size."}
76
76
- { date: "18.03.23:", desc: "Add mongoless branch."}
77
77
- { date: "10.03.23:", desc: "Test writing to /run/unifi and symlink to /config/run if it fails."}
You can’t perform that action at this time.
0 commit comments