mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
* containerd to semver v2.0.3 Signed-off-by: Avi Deitcher <avi@deitcher.net> * containerd v2.0.3 plus commits to fix blkdiscard Signed-off-by: Avi Deitcher <avi@deitcher.net> * update containerd-dev dependencies Signed-off-by: Avi Deitcher <avi@deitcher.net> * updated pkg/init and pkg/containerd deps Signed-off-by: Avi Deitcher <avi@deitcher.net> --------- Signed-off-by: Avi Deitcher <avi@deitcher.net> |
||
---|---|---|
.. | ||
README.md | ||
test1.yml | ||
test2.yml | ||
test.sh |
testing --input-tar
This test works by building two tar files, and checking logs. This only works because we use verbose logs.
The two files - test1.yml
and test2.yml
are identical, except for some changed lines.
The test script - test.sh
- builds an image from test1.yml
, then uses its output
as --input-tar
for building from test2.yml
. It then checks the output logs to make sure
that expected sections are copied over, and unexpected ones are not.
Note: If you make any changes to either test file, mark here and in test.sh
so we know what has changed.
Changes:
- added one entry in
init
- changed the command in
onboot[1]
- removed
services[1]
, which causesservices[2]
to becomeservices[1]
, and thus should not be copied either, as order may matter.