Commit 283a657
committed
Merge branch 'main' into yash/fix/1908-cp-tar-stream-support
Resolves the import collision in TestCLICopyCommand and adopts the warmup
image API the tests were moved to on main:
- keep both ContainerTestSupport and ContainerizationArchive imports; the
former is where the fixture moved, the latter is used to build tar streams
with ownership and modes the host cannot reproduce unprivileged
- WarmupImage.alpine320.rawValue replaces
f.copyWarmupImage(ContainerFixture.warmupImages[0])
main also moved the containerization pin from 0.37.0 to 0.40.1.108 files changed
Lines changed: 3570 additions & 2475 deletions
File tree
- .github/workflows
- Sources
- ContainerBuild
- ContainerCommands
- Builder
- Container
- Machine
- System
- ContainerLog
- ContainerPersistence
- ContainerPlugin
- ContainerResource/Container
- ContainerTestSupport
- ContainerXPC
- Services
- ContainerAPIService
- Client
- Server/Containers
- ContainerImagesService/Server
- MachineAPIService/Client
- RuntimeLinux/Server
- SocketForwarder
- Tests
- ContainerAPIClientTests
- ContainerBuildTests
- ContainerPersistenceTests
- ContainerPluginTests
- ContainerResourceTests
- IntegrationTests
- Build
- Containers
- Images
- Machine
- Network
- Registry
- Run
- System
- Volumes
- Warmup
- docs
- tutorials
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
| |||
279 | 288 | | |
280 | 289 | | |
281 | 290 | | |
| 291 | + | |
282 | 292 | | |
283 | 293 | | |
284 | 294 | | |
285 | 295 | | |
286 | 296 | | |
287 | 297 | | |
288 | | - | |
| 298 | + | |
289 | 299 | | |
290 | | - | |
| 300 | + | |
291 | 301 | | |
292 | 302 | | |
293 | 303 | | |
| |||
298 | 308 | | |
299 | 309 | | |
300 | 310 | | |
| 311 | + | |
301 | 312 | | |
302 | 313 | | |
303 | 314 | | |
| |||
310 | 321 | | |
311 | 322 | | |
312 | 323 | | |
| 324 | + | |
313 | 325 | | |
314 | 326 | | |
315 | 327 | | |
| |||
0 commit comments