Right now, in manifestSchema2.convertToManifestOCI1, we assume that all input layers are gzipped, which is not generally the case. We should somehow detect this (e.g. copy.copyLayers does actually know the true format at some point) and use the correct MIME type.