Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 539180

Summary: Eclipse Hono: create new Repository on docker hub; extend access rights on one existing repo on docker hub
Product: Community Reporter: Karsten Frank <Karsten.Frank>
Component: ServersAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1 CC: dejanb, jreimann, mikael.barbero
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Karsten Frank CLA 2018-09-18 04:52:25 EDT
Hi there,

while doing an Eclipse Hono Milestone Release we seem to lack some access rights:

1.) eclipse/hono-adapter-amqp-vertx:
was pushed once, but we cannot push a new tagged version for this
Probably the collaborators were not administered?

Works for hono-adapter-http-vertx perfectly, so this could be a blueprint.

2.) eclipse/hono-adapter-coap-vertx:
this one needs to be freshly created, including the same collaborator access rights mentioned above.

Thanks for a quick help ;-)

Best regards,
Eclipse Hono Committers
Comment 1 Karsten Frank CLA 2018-09-18 05:06:37 EDT
And here is what happens regarding the two docker images:

docker push eclipse/hono-adapter-coap-vertx:0.8-M1_1
The push refers to repository [docker.io/eclipse/hono-adapter-coap-vertx]
8c6d34606d87: Preparing 
26937bce53a3: Preparing 
3eea4ec8d185: Preparing 
27860a0ae428: Preparing 
60e83c8e2fcc: Preparing 
983855c885d4: Waiting 
cdb3f9544e4c: Waiting 
denied: requested access to the resource is denied


docker push eclipse/hono-adapter-amqp-vertx:0.8-M1_1
The push refers to repository [docker.io/eclipse/hono-adapter-amqp-vertx]
4c38d7a1d927: Preparing 
26937bce53a3: Preparing 
3eea4ec8d185: Preparing 
27860a0ae428: Preparing 
60e83c8e2fcc: Preparing 
983855c885d4: Waiting 
cdb3f9544e4c: Waiting 
denied: requested access to the resource is denied
Comment 2 Karsten Frank CLA 2018-09-18 08:20:45 EDT
Unfortunately we cannot proceed with our milestone release, since none of the currently available committers seem to have access rights on docker hub to help ourselves.

So, I put the priority to P1 now.

It probably is a small and short fix for anyone who has the correct access rights to the "eclipse" orga on docker hub.

Thanks again!
Karsten
Comment 3 Mikaƫl Barbero CLA 2018-09-18 14:16:10 EDT
I've created hono-adapter-coap-vertx and given write perm to the DockerHub hono team.

I've also give write perm to hono-adapter-amqp-vertx to the same team. For some reasons, nobody had write perm on it.

Try again and let us know.
Comment 4 Karsten Frank CLA 2018-09-19 08:57:15 EDT
Thanks a lot, Mikael Barbero,

this was exactly what we needed.
I could push the two images to Docker hub now.

Best regards,
Karsten Frank