Skip to content

Commit

Permalink
base: Add Scaler IOC
Browse files Browse the repository at this point in the history
  • Loading branch information
guirodrigueslima committed May 20, 2024
1 parent 2c30ebb commit d1fdee8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### New features

* base: Pmac module version update and add motorPIGCS2 IOC and image.
* base: Pmac module version update, add motorPIGCS2 IOC and
add scaler IOC, and image.
by @guirodrigueslima in https://github.com/cnpem/epics-in-docker/pull/64

## v0.8.0
Expand Down
1 change: 1 addition & 0 deletions base/.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ IPAC_VERSION=2.16
CAPUTLOG_VERSION=R4.0
RETOOLS_VERSION=b7abe82533cdbd7ddbc2dc845c95a2c51b7f2db9
ETHER_IP_VERSION=ether_ip-3-3
SCALER_VERSION=4.1

AREA_DETECTOR_VERSION=R3-12-1
NDSSCPIMEGA_VERSION=1.0.0
Expand Down
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ARG IPAC_VERSION
ARG CAPUTLOG_VERSION
ARG RETOOLS_VERSION
ARG ETHER_IP_VERSION
ARG SCALER_VERSION

COPY caputlog-waveform-fix.patch .
COPY install_modules.sh .
Expand Down
5 changes: 5 additions & 0 deletions base/install_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ EPICS_BASE
install_from_github -i epics-modules ether_ip ETHER_IP $ETHER_IP_VERSION "
EPICS_BASE
"

install_from_github -i epics-modules scaler SCALER $SCALER_VERSION "
EPICS_BASE
ASYN
"
1 change: 1 addition & 0 deletions base/musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ARG IPAC_VERSION
ARG CAPUTLOG_VERSION
ARG RETOOLS_VERSION
ARG ETHER_IP_VERSION
ARG SCALER_VERSION

WORKDIR ${EPICS_MODULES_PATH}
COPY caputlog-waveform-fix.patch .
Expand Down

0 comments on commit d1fdee8

Please sign in to comment.