- Notifications
You must be signed in to change notification settings - Fork914
Commit9c62547
authored
fix(examples): add keep_locally to docker_image resources (#16012)
Fixes#15972Adds `keep_locally = true` to other templates that use the`docker_image` resource to prevent the docker provider from attemptingto remove the image upon workspace deletion.We had set this in some other places (such as the `dogfood` template)but had not set this consistently in other templates.1 parentf3fe3bc commit9c62547
3 files changed
+4
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| 147 | + | |
147 | 148 |
| |
148 | 149 |
| |
149 | 150 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
| 158 | + | |
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
|
0 commit comments
Comments
(0)