File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Debugging Generic IOC Builds
4
4
This tutorial is a continuation of `generic_ioc `. Here we will look into
5
5
debugging failed builds and fix the issue we saw in the previous tutorial.
6
6
7
+ This also comes under the category of type 2. change from the list
8
+ at `ioc_change_types `.
9
+
7
10
There are two ways to debug a failed build:
8
11
9
12
- Keep changing the Dockerfile and rebuilding the container until the build
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Create a Generic IOC
4
4
In this tutorial we will learn how to create a generic IOC container image and
5
5
test our changes locally before deploying it.
6
6
7
+ This is a type 2. change from the list at `ioc_change_types `.
8
+
7
9
The example IOC used ADSimDetector, we will make a similar IOC that uses
8
10
ADUrl to get images from a web cam.
9
11
Original file line number Diff line number Diff line change 1
1
Testing Changes to IOC Instances
2
2
================================
3
3
4
+ .. _ioc_change_types :
4
5
5
6
Types of Changes
6
7
----------------
Original file line number Diff line number Diff line change 1
1
Working with Support Modules
2
2
=============================
3
3
4
+ This is a type 3. change from the list at `ioc_change_types `.
5
+
4
6
If you are starting a new support module then the preceding tutorials
5
7
have covered all of the skills you will need.
6
8
You can’t perform that action at this time.
0 commit comments