Commit 664e527
committed
Add function to inspect and pull the image
To use BIB we will need to also inpect images and pull them
if required. So, let's make a function to take care of this task
instead of copy-paste the same code.
I think we should go back to have a podman pkg, it will make it
easier in the future to switch between remote and local podman.
Signed-off-by: German Maglione <gmaglione@redhat.com>1 parent 5001fd9 commit 664e527
2 files changed
+25
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
280 | | - | |
281 | | - | |
282 | | - | |
| 279 | + | |
| 280 | + | |
283 | 281 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 282 | + | |
298 | 283 | | |
299 | | - | |
300 | 284 | | |
301 | | - | |
302 | | - | |
303 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
304 | 288 | | |
305 | | - | |
| 289 | + | |
306 | 290 | | |
307 | 291 | | |
308 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
31 | 49 | | |
32 | 50 | | |
33 | 51 | | |
| |||
0 commit comments