-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
quay-v3.3.0
-
False
-
False
-
PROJQUAY-4657 - Implement OCI 1.1
-
Quay Enterprise
-
Undefined
Quay does not accept any container with a manifest that has layers that are not compressed. This causes many problems because Red Hat container tools (podman, skopeo, buildah) do not always produce images with compressed layers.
This problem is further exacerbated by the default registry within OCP 3 and 4. This registry accepts images with uncompressed layers. Users who are basing builds off default s2i images such as python:3.4[0] encounter failure to push to quay as the base image has a layer with 'application/vnd.docker.image.rootfs.diff.tar' in the manifest.
While I understand the value in only allow gzipped images from a compute standpoint it is severely limiting the usefulness of Quay in the OCP ecosystem.