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 a1f46c7
Showing 1 changed file with 13 additions and 0 deletions.
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 a1f46c7

Please sign in to comment.