Skip to content

Commit

Permalink
Update to Open5GS v2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Borjis131 committed Oct 5, 2023
1 parent 275c5d6 commit 6dc0df6
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPEN5GS_VERSION=v2.6.5
OPEN5GS_VERSION=v2.6.6
UBUNTU_VERSION=jammy
MONGODB_VERSION=6.0
DOCKER_HOST_IP=<your_host_IP_address>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ All the images depend on the base image. So first, update the `.env` file with t

`OPEN5GS_VERSION` is the version of Open5GS to use.
- Accepted values are the tags, branches or commit IDs used in the Open5GS project
- Default value: v2.6.5
- Tested values: v2.5.5, v2.5.6, v2.5.8, v2.6.1, v2.6.2, v2.6.3, v2.6.4, v2.6.5
- Default value: v2.6.6
- Tested values: v2.5.5, v2.5.6, v2.5.8, v2.6.1, v2.6.2, v2.6.3, v2.6.4, v2.6.6

`UBUNTU_VERSION` is the version of the ubuntu Docker image used as base for the containers.
- Accepted values are the tags used by Ubuntu in Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion images/amf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/ausf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/base-open5gs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG UBUNTU_VERSION="jammy"
FROM ubuntu:${UBUNTU_VERSION} AS builder

# build-time arguments for builder
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG DEBIAN_FRONTEND="noninteractive"

# install dependencies
Expand Down
2 changes: 1 addition & 1 deletion images/bsf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/nrf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/nssf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/pcf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/scp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/smf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/udm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/udr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion images/upf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# global build-time arguments for FROM statements
ARG OPEN5GS_VERSION="v2.6.5"
ARG OPEN5GS_VERSION="v2.6.6"
ARG UBUNTU_VERSION="jammy"

FROM base-open5gs:${OPEN5GS_VERSION} AS builder
Expand Down

0 comments on commit 6dc0df6

Please sign in to comment.