Skip to content

Commit

Permalink
images: add PVAGW image.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Dec 4, 2024
1 parent 916649c commit bab74b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

* base: update to EPICS 7.0.8.1 and OPCUA 0.10.0. by @ericonr in
https://github.com/cnpem/epics-in-docker/pull/85
* images: add PVAGW image. by @ericonr in
https://github.com/cnpem/epics-in-docker/pull/90

## v0.12.0

Expand Down
13 changes: 13 additions & 0 deletions images/docker-compose-pvagw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
ioc:
image: ghcr.io/cnpem/epics-pvagw:$TAG
build:
context: ./
dockerfile: ../Dockerfile
target: no-build
labels:
org.opencontainers.image.source: https://github.com/cnpem/epics-in-docker
args:
APP_DIRS: /opt/epics/modules/p4p
RUNDIR: /opt/epics/modules/p4p/bin/linux-x86_64
RUNTIME_PACKAGES: python3-numpy python3-ply

0 comments on commit bab74b3

Please sign in to comment.