We should probably just support the github.com/containerd/platforms format for defining platform specifications. We need quite a few commands to support this:
umoci config should be able to set the platform for the config blob. It might also make sense for us to modify the descriptor-embedded platform information to match...
umoci unpack should be able to
umoci new probably needs this as a config option, at least to be able to configure the descriptor platform annotation (and the configuration too).
We should probably just support the
github.com/containerd/platformsformat for defining platform specifications. We need quite a few commands to support this:umoci configshould be able to set the platform for the config blob. It might also make sense for us to modify the descriptor-embedded platform information to match...umoci unpackshould be able toumoci newprobably needs this as a config option, at least to be able to configure the descriptor platform annotation (and the configuration too).umoci manifestwould need to support setting this too.