Skip to content

Commit b128457

Browse files
committed
update tutorials for latest simdet and ioc-template
1 parent 5a9562b commit b128457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/create_ioc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ code .
3838

3939
Our new example IOC will be a simulation detector using the AreaDetector SimDetector. There is already a Generic IOC for the SimDetector, therefore to create an IOC Instance, we just need to refer to that Generic IOC container image and provide some configuration for it.
4040

41-
You can find the Generic IOC container source for SimDetector here: <https://github.com/epics-containers/ioc-adsimdetector>. This repository publishes its container image at: `ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.8.2`. Later tutorials will cover how to build and publish your own Generic IOC container images.
41+
You can find the Generic IOC container source for SimDetector here: <https://github.com/epics-containers/ioc-adsimdetector>. This repository publishes its container image at: `ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.9.1`. Later tutorials will cover how to build and publish your own Generic IOC container images.
4242

4343
Edit the `compose.yml` file in the `bl01t-ea-cam-01` folder to reflect the new IOC name and to refer to the Generic IOC container image for the SimDetector:
4444

4545
- find and replace **replace_me** with **bl01t-ea-cam-01**
46-
- replace **replace_with_image_uri** with **ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.8.2**
46+
- replace **replace_with_image_uri** with **ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.9.1**
4747

4848
That's it for the `compose.yml` file. This file is essentially boilerplate and would look very similar for every IOC Instance you create. The two unique things that this file does are:
4949
- determine the name of the IOC
@@ -60,7 +60,7 @@ services:
6060
service: linux_ioc
6161
file: ../../include/ioc.yml
6262

63-
image: ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.8.2
63+
image: ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.9.1
6464

6565
labels:
6666
version: 0.1.0
@@ -70,7 +70,7 @@ services:
7070
IOC_NAME: bl01t-ea-cam-01
7171

7272
volumes:
73-
- ../../opi/iocs/bl01t-ea-cam-01:/epics/opi
73+
- ../../opiauto-generated/bl01t-ea-cam-01:/epics/opi
7474

7575
configs:
7676
- source: bl01t-ea-cam-01_config

0 commit comments

Comments
 (0)