-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base: Add motorPIGCS2 IOC and module
- The motorPIGCS2 module was added to motor and the commit version was locked, this was necessary because the motor submodule is not updated. - The IOC was built and created the docker-compose-motorpigcs2.yml file to generate new container image.
- Loading branch information
1 parent
28ad903
commit 156ac68
Showing
6 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
services: | ||
ioc: | ||
image: ghcr.io/cnpem/motorpigcs2-epics-ioc:$TAG | ||
build: | ||
context: ./ | ||
dockerfile: ../Dockerfile | ||
target: no-build | ||
labels: | ||
org.opencontainers.image.source: https://github.com/cnpem/epics-in-docker | ||
args: | ||
REPONAME: motorpigcs2 | ||
RUNDIR: /opt/epics/modules/motor/modules/motorPIGCS2/iocs/pigcs2IOC/iocBoot/iocPIGCS2 | ||
RUNTIME_PACKAGES: |