Skip to content

Commit

Permalink
set open5gs version to v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Adigun committed Mar 16, 2021
1 parent 9813ab8 commit 3a24823
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Arm-Architecture/Dockerfiles/open5gs-epc/open5gs-epc-aio
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
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 \
libidn11-dev libmongoc-dev libbson-dev libyaml-dev libmicrohttpd-dev libcurl4-gnutls-dev meson iproute2 libnghttp2-dev \
iptables iputils-ping tcpdump cmake curl gnupg meson && \
git clone --recursive -b v2.0.22 https://github.com/open5gs/open5gs && \
git clone --recursive -b v2.1.7 https://github.com/open5gs/open5gs && \
cd open5gs && meson build --prefix=/ && ninja -C build && cd build && ninja install

WORKDIR /
4 changes: 2 additions & 2 deletions Arm-Architecture/Dockerfiles/open5gs-epc/web-gui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:12.14.1-alpine3.9

RUN apk update && apk add git && \
git clone https://github.com/open5gs/open5gs.git
git clone -b v2.1.7 https://github.com/open5gs/open5gs.git

WORKDIR /open5gs/webui

Expand All @@ -10,4 +10,4 @@ RUN npm install && \

CMD npm run start

EXPOSE 3000
EXPOSE 3000
2 changes: 1 addition & 1 deletion x86-Architecture/Dockerfiles/open5gs-epc/open5gs-epc-aio
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
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 \
libidn11-dev libmongoc-dev libbson-dev libyaml-dev libmicrohttpd-dev libcurl4-gnutls-dev meson iproute2 libnghttp2-dev \
iptables iputils-ping tcpdump cmake curl gnupg meson && \
git clone --recursive -b v2.0.22 https://github.com/open5gs/open5gs && \
git clone --recursive -b v2.1.7 https://github.com/open5gs/open5gs && \
cd open5gs && meson build --prefix=/ && ninja -C build && cd build && ninja install

WORKDIR /
4 changes: 2 additions & 2 deletions x86-Architecture/Dockerfiles/open5gs-epc/web-gui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:12.14.1-alpine3.9

RUN apk update && apk add git && \
git clone https://github.com/open5gs/open5gs.git
git clone -b v2.1.7 https://github.com/open5gs/open5gs.git

WORKDIR /open5gs/webui

Expand All @@ -10,4 +10,4 @@ RUN npm install && \

CMD npm run start

EXPOSE 3000
EXPOSE 3000

0 comments on commit 3a24823

Please sign in to comment.