From c6878bf02b8cff8c4b2e82660de746b26f4fe3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 25 Apr 2024 16:05:47 -0300 Subject: [PATCH] images: add OPCUA image. Since the OPCUA IOC we use is built alongside the OPCUA module, we can simply export the IOC image ourselves. --- images/docker-compose-opcua.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 images/docker-compose-opcua.yml diff --git a/images/docker-compose-opcua.yml b/images/docker-compose-opcua.yml new file mode 100644 index 0000000..1a0f009 --- /dev/null +++ b/images/docker-compose-opcua.yml @@ -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