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 May 10, 2024
1 parent d897611 commit 7d0eaf1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Unreleased

A new container image, `ghcr.io/cnpem/opcua-epics-ioc`, is now available.

### New features

* base: add OPCUA and `ether_ip` IOCs and modules. by @guirodrigueslima in
https://github.com/cnpem/epics-in-docker/pull/57
* images: add OPCUA image. by @ericonr in
https://github.com/cnpem/epics-in-docker/pull/61

## v0.7.0

Expand Down
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/iocBoot/iocUaDemoServer
RUNTIME_PACKAGES: libxml2 libssl1.1

0 comments on commit 7d0eaf1

Please sign in to comment.