File tree Expand file tree Collapse file tree
Arm-Architecture/Dockerfiles/open5gs-epc
x86-Architecture/Dockerfiles/open5gs-epc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && \
99 apt-get --no-install-recommends -qqy install python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev \
1010 libidn11-dev libmongoc-dev libbson-dev libyaml-dev libmicrohttpd-dev libcurl4-gnutls-dev meson iproute2 libnghttp2-dev \
1111 iptables iputils-ping tcpdump cmake curl gnupg meson && \
12- git clone --recursive -b v2.0.22 https://github.com/open5gs/open5gs && \
12+ git clone --recursive -b v2.1.7 https://github.com/open5gs/open5gs && \
1313 cd open5gs && meson build --prefix=/ && ninja -C build && cd build && ninja install
1414
1515WORKDIR /
Original file line number Diff line number Diff line change 11FROM node:12.14.1-alpine3.9
22
33RUN apk update && apk add git && \
4- git clone https://github.com/open5gs/open5gs.git
4+ git clone -b v2.1.7 https://github.com/open5gs/open5gs.git
55
66WORKDIR /open5gs/webui
77
@@ -10,4 +10,4 @@ RUN npm install && \
1010
1111CMD npm run start
1212
13- EXPOSE 3000
13+ EXPOSE 3000
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && \
99 apt-get --no-install-recommends -qqy install python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev \
1010 libidn11-dev libmongoc-dev libbson-dev libyaml-dev libmicrohttpd-dev libcurl4-gnutls-dev meson iproute2 libnghttp2-dev \
1111 iptables iputils-ping tcpdump cmake curl gnupg meson && \
12- git clone --recursive -b v2.0.22 https://github.com/open5gs/open5gs && \
12+ git clone --recursive -b v2.1.7 https://github.com/open5gs/open5gs && \
1313 cd open5gs && meson build --prefix=/ && ninja -C build && cd build && ninja install
1414
1515WORKDIR /
Original file line number Diff line number Diff line change 11FROM node:12.14.1-alpine3.9
22
33RUN apk update && apk add git && \
4- git clone https://github.com/open5gs/open5gs.git
4+ git clone -b v2.1.7 https://github.com/open5gs/open5gs.git
55
66WORKDIR /open5gs/webui
77
@@ -10,4 +10,4 @@ RUN npm install && \
1010
1111CMD npm run start
1212
13- EXPOSE 3000
13+ EXPOSE 3000
You can’t perform that action at this time.
0 commit comments