Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] How to handle Dockerfile/Docker images?

Funny enough we (OpenJ9 project) are facing this exact question right now. We currently have one image that we host under the Eclipse org on Docker Hub (eclipse/openj9-docs) and we have a functional ID that has push rights to this repo. We are in the process of adding eight more images (with more in the future) and are wondering where to host them. It would be a bottleneck if we had to ask Eclipse each time we needed a new repo added for a new image. We also wondered about creating our own OpenJ9 org or pushing to our functional ID's namespace.

On Tue, Nov 27, 2018 at 4:06 AM Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi all,

With the rise of clustered CI, it seems like every project will have at some point to create their own container for build+test, and manage publication of their own Dockerfile to DockerHub.
What's a recommended way to achieve it? Can we have the CI instances configured with the right credentials to push to DockerHub? Should those be part the eclipse/ or eclipse-cbi/ or a project-specific group?...

Cheers,
--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cbi-dev

Back to the top