Skip to content

Commit

Permalink
Sunsets uPNP container (#355)
Browse files Browse the repository at this point in the history
* feat: Removed hm-upnp container. Its task is now carried by hm-config
(NebraLtd/hm-config#164)

* Bumped the hm-config version

* Update Raspberry Pi docker compose output

* Update ROCK Pi docker compose output

Co-authored-by: Murat Ursavas <[email protected]>
Co-authored-by: Murat Ursavaş <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Jan 27, 2022
1 parent cde0eda commit e602aa1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 31 deletions.
11 changes: 1 addition & 10 deletions device-compose-files/docker-compose-rockpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

gateway-config:
image: nebraltd/hm-config:900aeed
image: nebraltd/hm-config:0e170ee
depends_on:
- dbus-session
- diagnostics
Expand Down Expand Up @@ -80,15 +80,6 @@ services:
io.balena.features.procfs: 1
io.balena.features.dbus: 1

upnp:
image: nebraltd/hm-upnp:e6aae2b
network_mode: host
restart: on-failure
environment:
- FIRMWARE_VERSION=2022.01.12.1-2
volumes:
- pktfwdr:/var/pktfwd

dbus-session:
image: balenablocks/dbus:rpi-0.0.2
restart: always
Expand Down
11 changes: 1 addition & 10 deletions device-compose-files/docker-compose-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:

gateway-config:
image: nebraltd/hm-config:900aeed
image: nebraltd/hm-config:0e170ee
depends_on:
- dbus-session
- diagnostics
Expand Down Expand Up @@ -80,15 +80,6 @@ services:
io.balena.features.procfs: 1
io.balena.features.dbus: 1

upnp:
image: nebraltd/hm-upnp:e6aae2b
network_mode: host
restart: on-failure
environment:
- FIRMWARE_VERSION=2022.01.12.1-2
volumes:
- pktfwdr:/var/pktfwd

dbus-session:
image: balenablocks/dbus:rpi-0.0.2
restart: always
Expand Down
3 changes: 1 addition & 2 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[versions]
FIRMWARE_VERSION=2022.01.12.1-2
DIAGNOSTICS_VERSION=6f323fe
CONFIG_VERSION=900aeed
CONFIG_VERSION=0e170ee
PKTFWD_VERSION=8aaee4a
MINER_VERSION=32253cf
UPNP_VERSION=e6aae2b

[device_rpi]
ARCH=arm64
Expand Down
9 changes: 0 additions & 9 deletions templates/docker-compose.template
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ services:
io.balena.features.procfs: 1
io.balena.features.dbus: 1

upnp:
image: nebraltd/hm-upnp:{{UPNP_VERSION}}
network_mode: host
restart: on-failure
environment:
- FIRMWARE_VERSION={{FIRMWARE_VERSION}}
volumes:
- pktfwdr:/var/pktfwd

dbus-session:
image: balenablocks/dbus:rpi-0.0.2
restart: always
Expand Down

0 comments on commit e602aa1

Please sign in to comment.