Commit 524ee57
committed
Fix issue where a custom config overrides the provided image ref
On container create, if someone supplies a custom config, it totally
overrides the fact that we set the image ref already.
Move where the image ref is set to after all the opts are run.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>1 parent ff7e721 commit 524ee57
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
0 commit comments