Skip to content

Commit

Permalink
Update docker images
Browse files Browse the repository at this point in the history
Some epics-containers images were deleted in the past meaning that this code did not work correctly. These have been updated to the latest versions at the time of this commit.
  • Loading branch information
8ryn committed Oct 16, 2024
1 parent 2fdcaec commit 556b392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sim/areaDetectorDock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##### runtime stage ############################################################

FROM ghcr.io/epics-containers/ioc-adsimdetector-linux-runtime:2023.11.2 AS runtime
FROM ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.9.1 AS runtime

#copy config folder
COPY config ${IOC}/config
Expand Down
2 changes: 1 addition & 1 deletion sim/motorDock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

##### runtime stage ############################################################

FROM ghcr.io/epics-containers/ioc-pmac-linux-runtime:23.5.1 AS runtime
FROM ghcr.io/epics-containers/ioc-pmac-runtime:2024.9.1 AS runtime

#copy config folder
COPY config ${IOC}/config

0 comments on commit 556b392

Please sign in to comment.