Skip to content

Commit a5d53d9

Browse files
docker: update open5GS to v2.6.6
1 parent 6886b4d commit a5d53d9

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
target: open5gs
1717
args:
1818
OS_VERSION: "22.04"
19-
OPEN5GS_VERSION: "v2.6.1"
19+
OPEN5GS_VERSION: "v2.6.6"
2020
env_file:
2121
- ${OPEN_5GS_ENV_FILE:-open5gs/open5gs.env}
2222
privileged: true

docker/open5gs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-ins
6262
&& apt-get autoremove && apt-get clean
6363

6464
# To set a fixed version of open5gs use
65-
ARG OPEN5GS_VERSION=v2.6.1
65+
ARG OPEN5GS_VERSION=v2.6.6
6666
RUN echo $OPEN5GS_VERSION > ./open5gsversion
6767
# get latest open5gs tag (must be stored in a file, because docker does not allow to use the return value directly)
6868
# RUN git ls-remote --tags https://github.com/open5gs/open5gs | sort -t '/' -k 3 -V | awk -F/ '{ print $3 }' | awk '!/\^\{\}/' | tail -n 1 > ./open5gsversion

docker/open5gs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a all-in-one Docker container for Open5GS. At build, the container will use the specified version of the open5gs repository (default v2.6.1
1+
This is a all-in-one Docker container for Open5GS. At build, the container will use the specified version of the open5gs repository (default v2.6.6
22
). To run the latest tag of the open5gs repository (<https://github.com/open5gs/open5gs/tags>), line 51 and 52 in .Dockerfile
33
```
44
# get latest open5gs tag (must be stored in a file, because docker does not allow to use the return value directly)
@@ -54,7 +54,7 @@ Build the Docker container using:
5454

5555
`docker build --target open5gs -t open5gs-docker .`
5656

57-
You can overwrite open5gs version by adding `--build-arg OPEN5GS_VERSION=v2.6.1`
57+
You can overwrite open5gs version by adding `--build-arg OPEN5GS_VERSION=v2.6.6`
5858

5959
Then run the docker container with:
6060

docker/open5gs/open5gs-5gc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ parameter:
2626
# no_sgwu: true
2727
# no_pcrf: true
2828
# no_hss: true
29-
no_ipv6: true
3029

3130
sbi:
3231
server:
@@ -242,3 +241,8 @@ udr:
242241
sbi:
243242
- addr: 127.0.0.20
244243
port: 7777
244+
time:
245+
t3412:
246+
value: 540 # 9 minutes * 60 = 540 seconds
247+
t3512:
248+
value: 540 # 9 minutes * 60 = 540 seconds

0 commit comments

Comments
 (0)