| 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: | Servers | Assignee: | 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
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 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 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. 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 |