mirror of
https://github.com/Borjis131/docker-open5gs.git
synced 2025-11-02 04:43:14 +00:00
Update to Open5GS v2.7.2
This commit is contained in:
2
.env
2
.env
@@ -1,4 +1,4 @@
|
||||
OPEN5GS_VERSION=v2.7.1
|
||||
OPEN5GS_VERSION=v2.7.2
|
||||
UBUNTU_VERSION=jammy
|
||||
MONGODB_VERSION=6.0
|
||||
NODE_VERSION=20
|
||||
|
||||
@@ -26,8 +26,8 @@ The `.env` file is used to build the images using Make or Docker Compose, as wel
|
||||
|
||||
`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.7.1
|
||||
- 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, v2.7.0, v2.7.1
|
||||
- Default value: v2.7.2
|
||||
- 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, v2.7.0, v2.7.1, v2.7.2
|
||||
|
||||
`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
|
||||
@@ -134,9 +134,12 @@ docker compose -f compose-files/basic/docker-compose.yaml --env-file=.env down
|
||||
|
||||
You can download the packaged charts from the repository or you can use the ones built by yourself.
|
||||
|
||||
Current `CHART_VERSION` value for the Open5GS chart is 0.3.1, using `OPEN5GS_VERSION` v2.7.2 as default.
|
||||
The `CHART_VERSION` for individual charts is 0.3.0, using `OPEN5GS_VERSION` v2.7.2 as default.
|
||||
|
||||
To download a chart:
|
||||
```bash
|
||||
helm pull oci://registry-1.docker.io/borieher/<chart_name> --version <chart_version>
|
||||
helm pull oci://registry-1.docker.io/borieher/<chart_name> --version <CHART_VERSION>
|
||||
```
|
||||
|
||||
To install a chart run:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
variable "OPEN5GS_VERSION" {
|
||||
default = "v2.7.1"
|
||||
default = "v2.7.2"
|
||||
}
|
||||
|
||||
variable "UBUNTU_VERSION" {
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: amf
|
||||
description: Open5GS AMF Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/amf
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
services:
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: ausf
|
||||
description: Open5GS AUSF Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/ausf
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config: {}
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: bsf
|
||||
description: Open5GS BSF Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/bsf
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config: {}
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: nrf
|
||||
description: Open5GS NRF Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/nrf
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config: {}
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: nssf
|
||||
description: Open5GS NSSF Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/nssf
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config: {}
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: open5gs
|
||||
description: Open5GS deployment Helm chart for Kubernetes
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
@@ -16,55 +16,55 @@ dependencies:
|
||||
|
||||
- name: webui
|
||||
repository: file://../webui
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: webui.enabled
|
||||
|
||||
- name: nrf
|
||||
repository: file://../nrf
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: nrf.enabled
|
||||
|
||||
- name: ausf
|
||||
repository: file://../ausf
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: ausf.enabled
|
||||
|
||||
- name: bsf
|
||||
repository: file://../bsf
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: bsf.enabled
|
||||
|
||||
- name: nssf
|
||||
repository: file://../nssf
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: nssf.enabled
|
||||
|
||||
- name: pcf
|
||||
repository: file://../pcf
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: pcf.enabled
|
||||
|
||||
- name: udm
|
||||
repository: file://../udm
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: udm.enabled
|
||||
|
||||
- name: udr
|
||||
repository: file://../udr
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: udr.enabled
|
||||
|
||||
- name: amf
|
||||
repository: file://../amf
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: amf.enabled
|
||||
|
||||
- name: smf
|
||||
repository: file://../smf
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: smf.enabled
|
||||
|
||||
- name: upf
|
||||
repository: file://../upf
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
condition: upf.enabled
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: pcf
|
||||
description: Open5GS PCF Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/pcf
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config: {}
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: smf
|
||||
description: Open5GS SMF Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/smf
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config: {}
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: udm
|
||||
description: Open5GS UDM Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/udm
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config: {}
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: udr
|
||||
description: Open5GS UDR Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/udr
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config: {}
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: upf
|
||||
description: Open5GS UPF Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/upf
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
services:
|
||||
|
||||
@@ -2,9 +2,9 @@ apiVersion: v2
|
||||
|
||||
name: webui
|
||||
description: Open5GS WebUI Helm chart for Kubernetes
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
type: application
|
||||
appVersion: "v2.7.1"
|
||||
appVersion: "v2.7.2"
|
||||
|
||||
icon: https://open5gs.org/assets/img/open5gs-logo.png
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: borjis131/webui
|
||||
tag: "v2.7.1"
|
||||
tag: "v2.7.2"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
services:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -8,7 +8,7 @@ ARG UBUNTU_VERSION="jammy"
|
||||
FROM ubuntu:${UBUNTU_VERSION}
|
||||
|
||||
# build-time arguments
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
# install dependencies
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# global build-time arguments for FROM statements
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG UBUNTU_VERSION="jammy"
|
||||
|
||||
FROM base-open5gs:${OPEN5GS_VERSION} AS builder
|
||||
|
||||
@@ -6,7 +6,7 @@ ARG NODE_VERSION="20"
|
||||
FROM node:${NODE_VERSION}-bookworm AS builder
|
||||
|
||||
# build-time arguments for builder
|
||||
ARG OPEN5GS_VERSION="v2.7.1"
|
||||
ARG OPEN5GS_VERSION="v2.7.2"
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
# install dependencies
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
variable "OPEN5GS_VERSION" {
|
||||
default = "v2.7.1"
|
||||
default = "v2.7.2"
|
||||
}
|
||||
|
||||
variable "UBUNTU_VERSION" {
|
||||
|
||||
Reference in New Issue
Block a user