This repository was archived by the owner on May 3, 2022. It is now read-only.
Commit 4550d72
Remove tar file representation of images in thick bundles (#770)
* duffle export should no longer store images in tar files
Thus the --oci-layout flag is no longer needed.
Also improve the wording of the help text.
Ref #767
* duffle import should no longer load images from tar files
Support for loading invocation images from the OCI image layout is deferred to
https://github.com/deislabs/duffle/issues/758.
Ref #767
* Delete dead code for exporting images in tar files
Ref #767
* Delete dead code for loading images from tar files
Fixes #7671 parent 0ce61af commit 4550d72
File tree
4 files changed
+13
-162
lines changed- cmd/duffle
- pkg/packager
4 files changed
+13
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 15 | + | |
24 | 16 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
28 | 20 | | |
29 | 21 | | |
30 | 22 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
36 | 26 | | |
37 | | - | |
38 | | - | |
| 27 | + | |
39 | 28 | | |
40 | 29 | | |
41 | 30 | | |
| |||
47 | 36 | | |
48 | 37 | | |
49 | 38 | | |
50 | | - | |
51 | 39 | | |
52 | 40 | | |
53 | 41 | | |
| |||
61 | 49 | | |
62 | 50 | | |
63 | 51 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 52 | | |
68 | 53 | | |
69 | 54 | | |
70 | 55 | | |
71 | 56 | | |
72 | 57 | | |
73 | 58 | | |
74 | | - | |
75 | | - | |
| 59 | + | |
76 | 60 | | |
77 | 61 | | |
78 | 62 | | |
| |||
92 | 76 | | |
93 | 77 | | |
94 | 78 | | |
95 | | - | |
| 79 | + | |
96 | 80 | | |
97 | 81 | | |
98 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 49 | + | |
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
| |||
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
27 | | - | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
| |||
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 34 | | |
45 | 35 | | |
46 | 36 | | |
47 | | - | |
48 | 37 | | |
49 | 38 | | |
50 | 39 | | |
| |||
90 | 79 | | |
91 | 80 | | |
92 | 81 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 82 | + | |
123 | 83 | | |
124 | 84 | | |
125 | 85 | | |
This file was deleted.
0 commit comments