#7838 Release Container base image to Quay.io
Closed 5 years ago by mohanboddu. Opened 5 years ago by jlanda.
jlanda/releng quay  into  master

@@ -85,6 +85,7 @@ 

                  xz -d ${build_name}.${arch}.tar.xz

                  skopeo copy docker-archive:${build_name}.${arch}.tar docker://registry.fedoraproject.org/fedora:${1}-${arch}

                  skopeo copy docker-archive:${build_name}.${arch}.tar docker://candidate-registry.fedoraproject.org/fedora:${1}-${arch}

+                 skopeo copy docker-archive:${build_name}.${arch}.tar docker://quay.io/fedora/fedora:${1}-${arch}

              done

  

          popd &> /dev/null
@@ -115,6 +116,7 @@ 

                  xz -d ${minimal_build_name}.${arch}.tar.xz

                  skopeo copy docker-archive:${minimal_build_name}.${arch}.tar docker://registry.fedoraproject.org/fedora-minimal:${1}-${arch}

                  skopeo copy docker-archive:${minimal_build_name}.${arch}.tar docker://candidate-registry.fedoraproject.org/fedora-minimal:${1}-${arch}

+                 skopeo copy docker-archive:${minimal_build_name}.${arch}.tar docker://quay.io/fedora/fedora-minimal:${1}-${arch}

  

              done

          popd &> /dev/null

Signed-off-by: Julen Landa Alustiza jlanda@fedoraproject.org

Modifications for #7828 issue

For this to work we need to add the Quay.io credentials to the releng box used to run this script (I think compose-x86-01.phx2.fedoraproject.org)

@dustymabe owns the fedora organization so we can use /fedora/fedora instead of fedora-containers/fedora

For this to work we need to add the Quay.io credentials to the releng box used to run this script (I think compose-x86-01.phx2.fedoraproject.org)

That is right.

Ok, I'll update the PR ASAP

rebased onto f3ce4a7

5 years ago

:thumbsup: But I will wait until we get the authentication part done.

Waiting on https://pagure.io/fesco/issue/2002 to get formal approval from FESCO

Waiting on https://pagure.io/fesco/issue/2002 to get formal approval from FESCO

The FESCO ticket recieved 6 +1, I think we can move forward with this :-)

Pull-Request has been closed by mohanboddu

5 years ago
Metadata