Skip to content

Commit

Permalink
images: add OPCUA image.
Browse files Browse the repository at this point in the history
Since the OPCUA IOC we use is built alongside the OPCUA module, we can
simply export the IOC image ourselves.
  • Loading branch information
ericonr committed Apr 25, 2024
1 parent d897611 commit c6878bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions images/docker-compose-opcua.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
ioc:
image: ghcr.io/cnpem/opcua-epics-ioc
build:
context: ./
dockerfile: ../Dockerfile
target: no-build
labels:
org.opencontainers.image.source: https://github.com/cnpem/epics-in-docker
args:
REPONAME: opcua
RUNDIR: /opt/epics/modules/opcua
RUNTIME_PACKAGES: libxml2 libssl1.1

0 comments on commit c6878bf

Please sign in to comment.