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 9, 2024
1 parent f370db4 commit d130929
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ jobs:
docker-compose-opcua.yml
docker-compose-motorpigcs2.yml
docker-compose-mca.yml
docker-compose-pvagw.yml
push: ${{ github.event_name == 'push' && vars.PUSH_TO_REGISTRY == 'true' && github.ref_type == 'tag' }}
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
12 changes: 12 additions & 0 deletions images/docker-compose-pvagw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
pvagw:
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:
RUNDIR: /opt/epics/modules/p4p/bin/linux-x86_64
RUNTIME_PACKAGES: python3-numpy python3-ply

0 comments on commit d130929

Please sign in to comment.