Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cglewis committed Sep 2, 2021
1 parent 25bec8c commit 5260dd5
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 27 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.8.0 (2021-09-02)

* Fixed an issue where permissions under /usr could potentially get trashed
* Reduced the image size for Open5GS by half
* Updated docker, docker-compose, plumbum, pylint, pytest-cov, pytest, pytype, ruamel.yaml
* Added some more docs

# v0.7.4 (2021-09-01)

* Use versionsed base image for srsRAN
Expand Down
2 changes: 1 addition & 1 deletion blue/5G/SDR/bladerf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
name: ran
services:
bladerf-enb:
image: iqtlabs/srsran:latest
image: iqtlabs/srsran:v0.8.0
container_name: bladerf-enb
cap_add:
- SYS_NICE
Expand Down
2 changes: 1 addition & 1 deletion blue/5G/SDR/ettus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
name: ran
services:
ettus-enb:
image: iqtlabs/srsran:latest
image: iqtlabs/srsran:v0.8.0
container_name: ettus-enb
cap_add:
- SYS_NICE
Expand Down
2 changes: 1 addition & 1 deletion blue/5G/SDR/limesdr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
name: ran
services:
limesdr-enb:
image: iqtlabs/srsran-lime:latest
image: iqtlabs/srsran-lime:v0.8.0
container_name: limesdr-enb
cap_add:
- SYS_NICE
Expand Down
2 changes: 1 addition & 1 deletion blue/5G/SIMULATED/srsran-enb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ networks:
name: rfn
services:
enb:
image: iqtlabs/srsran:latest
image: iqtlabs/srsran:v0.8.0
container_name: enb
depends_on:
mme:
Expand Down
8 changes: 4 additions & 4 deletions blue/5G/SIMULATED/srsran-ue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:

services:
ue:
image: iqtlabs/srsran:latest
image: iqtlabs/srsran:v0.8.0
container_name: ue
cap_add:
- NET_ADMIN
Expand All @@ -35,7 +35,7 @@ services:
- --nas.apn=internet
- --rf.device_args="tx_port=tcp://*:5554,rx_port=tcp://192.168.28.60:5555,id=ue,base_srate=1.92e6"
ue2:
image: iqtlabs/srsran:latest
image: iqtlabs/srsran:v0.8.0
container_name: ue2
cap_add:
- NET_ADMIN
Expand All @@ -62,7 +62,7 @@ services:
- --nas.apn=internet2
- --rf.device_args="tx_port=tcp://*:5564,rx_port=tcp://192.168.28.60:5565,id=ue2,base_srate=1.92e6"
ue3:
image: iqtlabs/srsran:latest
image: iqtlabs/srsran:v0.8.0
container_name: ue3
cap_add:
- NET_ADMIN
Expand All @@ -89,7 +89,7 @@ services:
- --nas.apn=internet
- --rf.device_args="tx_port=tcp://*:5574,rx_port=tcp://192.168.28.60:5575,id=ue3,base_srate=1.92e6"
ue4:
image: iqtlabs/srsran:latest
image: iqtlabs/srsran:v0.8.0
container_name: ue4
cap_add:
- NET_ADMIN
Expand Down
2 changes: 1 addition & 1 deletion blue/5G/SIMULATED/ueransim-gnb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ networks:
name: ran
services:
gnb:
image: iqtlabs/ueransim:latest
image: iqtlabs/ueransim:v0.8.0
container_name: gnb
depends_on:
nrf:
Expand Down
2 changes: 1 addition & 1 deletion blue/5G/SIMULATED/ueransim-ue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
name: rfn
services:
ue1:
image: iqtlabs/ueransim:latest
image: iqtlabs/ueransim:v0.8.0
container_name: ue1
depends_on:
- gnb
Expand Down
16 changes: 8 additions & 8 deletions blue/5G/core/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ networks:
services:
nrf:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
depends_on:
hss:
condition: service_started
Expand All @@ -39,7 +39,7 @@ services:
- "daedalus.namespace=primary"
ausf:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: ausf
hostname: ausf
entrypoint:
Expand All @@ -57,7 +57,7 @@ services:
- "daedalus.namespace=primary"
nssf:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: nssf
hostname: nssf
entrypoint:
Expand All @@ -75,7 +75,7 @@ services:
- "daedalus.namespace=primary"
udm:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: udm
hostname: udm
entrypoint:
Expand All @@ -93,7 +93,7 @@ services:
- "daedalus.namespace=primary"
bsf:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: bsf
hostname: bsf
entrypoint:
Expand All @@ -111,7 +111,7 @@ services:
- "daedalus.namespace=primary"
pcf:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: pcf
hostname: pcf
environment:
Expand All @@ -136,7 +136,7 @@ services:
- "daedalus.namespace=primary"
udr:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: udr
hostname: udr
environment:
Expand All @@ -161,7 +161,7 @@ services:
- "daedalus.namespace=primary"
amf:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: amf
hostname: amf
depends_on:
Expand Down
10 changes: 5 additions & 5 deletions blue/5G/core/epc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networks:
services:
hss:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
depends_on:
mongodbloader:
condition: service_healthy
Expand All @@ -34,7 +34,7 @@ services:
- "daedalus.namespace=primary"
pcrf:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
depends_on:
mongodb:
condition: service_healthy
Expand All @@ -61,7 +61,7 @@ services:
- "daedalus.namespace=primary"
mme:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: mme
hostname: mme
depends_on:
Expand All @@ -82,7 +82,7 @@ services:
- "daedalus.namespace=primary"
smf:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
depends_on:
sgwc:
condition: service_started
Expand All @@ -101,7 +101,7 @@ services:
- "daedalus.namespace=primary"
sgwc:
restart: always
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
depends_on:
mme:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion blue/5G/core/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:

services:
webui:
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
depends_on:
mongodb:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions blue/5G/core/upn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:

services:
sgwu:
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: sgwu
hostname: sgwu
depends_on:
Expand All @@ -28,7 +28,7 @@ services:
- "dovesnap.faucet.mirror=true"
- "daedalus.namespace=primary"
upf:
image: iqtlabs/open5gs:latest
image: iqtlabs/open5gs:v0.8.0
container_name: upf
hostname: upf
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion blue/5G/srsRAN/Dockerfile.srs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM iqtlabs/srsran-base:latest
FROM iqtlabs/srsran-base:v0.8.0
LABEL maintainer="Charlie Lewis <[email protected]>"
ARG SRS_VERSION=release_21_04
WORKDIR /root
Expand Down

0 comments on commit 5260dd5

Please sign in to comment.