Skip to content

Commit bd7cfd3

Browse files
committed
update to latest ioc-adsimdetector for create_ioc
1 parent bc88613 commit bd7cfd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/create_ioc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can find the Generic IOC container source for SimDetector here: <https://git
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.1**
46+
- replace **replace_with_image_uri** with **ghcr.io/epics-containers/ioc-adsimdetector-runtime:2024.8.2**
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
@@ -268,12 +268,12 @@ In the root of our services repository is the root compose.yml file that include
268268

269269
```yaml
270270
include:
271-
# all profiles
271+
# test and deploy profiles
272272
- services/example-test-01/compose.yml
273273
- services/bl01t-ea-cam-01/compose.yml
274274
- services/gateway/compose.yml
275275
276-
# develop profile only
276+
# dev and test profiles
277277
- services/phoebus/compose.yml
278278
279279
# deploy profile only

0 commit comments

Comments
 (0)