Ayato Tokubi
Ayato Tokubi
@sonnysasaka make sense. Thanks for clarifying. Yeah it may be better to not wipe when running `crio wipe`. I'd not want to remove `crio-wipe.service` because `crio wipe` is supposed to...
@lance5890 I'm not sure what exactly happened, but it doesn't seem an issue on cri-o side. The ContainerStatusResponse looks good to me because `ExitCode` is meaningless if `FinishedAt` == 0....
Do we want to unpack all type of artifact?
Sorry, I meant mediaType of layers. https://github.com/opencontainers/image-spec/blob/main/media-types.md When it has suffix like `.tar` or `.tar+gzip`, can we always assume that it should be uncompressed/unpacked? I wonder whether there's a usecase...
How should we handle this kind of artifact? Each layer's mediaType is tar, but the file itself is not a tar. Should we reject this artifact as invalid, or just...