On 02/08/2019 13:00, Dario Faggioli wrote: > On Mon, 2019-07-29 at 12:18 -0500, Doug Goldstein wrote: >> On 7/26/19 5:03 AM, Dario Faggioli wrote: >> >>> The openSUSE Leap container image, built after >>> opensuse-leap.dockerfile was missing the gcc-c++, >>> which is necessary, e.g., for building OVMF. >>> >>> Add it. >>> >>> Signed-off-by: Dario Faggioli <dfaggi...@suse.com> >>> --- >>> Cc: Doug Goldstein <car...@cardoe.com> >>> --- >> Acked-by: Doug Goldstein <car...@cardoe.com> >> > Hey, sorry, I missed this mail. Thanks for the Ack. > >> Will you be pushing the rebuilt container or do you need me to do >> that? >> > I tried to push, but: > > $ PUSH=1 make suse/opensuse-leap > docker build -t registry.gitlab.com/xen-project/xen/suse:opensuse-leap -f > suse/opensuse-leap.dockerfile suse > Sending build context to Docker daemon 4.608kB > Step 1/7 : FROM opensuse/leap > ---> dd4bf894d243 > Step 2/7 : LABEL maintainer.name="The Xen Project" > maintainer.email="xen-devel@lists.xenproject.org" > ... > ... > ... > Successfully built c78388ff370b > Successfully tagged registry.gitlab.com/xen-project/xen/suse:opensuse-leap > The push refers to repository [registry.gitlab.com/xen-project/xen/suse] > 007cb8c7f305: Preparing > b399fccb00f7: Preparing > 70ea1f18573b: Preparing > 2379cf7101e2: Preparing > denied: requested access to the resource is denied > make: *** [Makefile:14: suse/opensuse-leap] Error 1 > > :-) > > So, I guess someone else, with enough rights, would have to do that. > > Or am I missing some auth step or aomething?
You need to do a docker login to the registry. See https://gitlab.com/help/user/project/container_registry Then the push should work. ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel