Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca70c15

Browse filesBrowse files
committed
feat: update opcua images to also support armv7
1 parent 5a5c1a6 commit ca70c15
Copy full SHA for ca70c15

File tree

Expand file treeCollapse file tree

2 files changed

+2
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-6
lines changed
Open diff view settings
Collapse file

‎opcua-docker/docker-compose.yml‎

Copy file name to clipboardExpand all lines: opcua-docker/docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.2"
33
services:
44
gateway:
55
# Image is maintained under: https://github.com/thin-edge/opcua-device-gateway-container
6-
image: ghcr.io/thin-edge/opcua-device-gateway:20240206.0953
6+
image: ghcr.io/thin-edge/opcua-device-gateway:20240216.1552
77
restart: always
88
environment:
99
# thin-edge.io MQTT broker
Collapse file

‎opcua-solution/docker-compose.yml‎

Copy file name to clipboardExpand all lines: opcua-solution/docker-compose.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,9 @@ services:
6060

6161
gateway:
6262
# Image is maintained under: https://github.com/thin-edge/opcua-device-gateway-container
63-
image: ghcr.io/thin-edge/opcua-device-gateway:20240106.0203
63+
image: ghcr.io/thin-edge/opcua-device-gateway:20240216.1552
6464
restart: always
6565
environment:
66-
# OPCUA Gateway info
67-
- OPCUA_GATEWAY_IDENTIFIER=${OPCUA_GATEWAY_IDENTIFIER:-OPCUAGateway001}
68-
- OPCUA_GATEWAY_NAME=${OPCUA_GATEWAY_NAME:-OPCUA_GATEWAY_AGENT}
69-
7066
# thin-edge.io MQTT broker
7167
- MQTT_BROKER=mqtt-broker:1883
7268
depends_on:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.