c2corg / v6_forum

Forum app for c2c.org v6
0 stars 1 forks source link

docker image #53

Open mfournier opened 7 years ago

mfournier commented 7 years ago

We need a pre-built image published on dockerhub that we can "simply" pull and run.

arnaud-morvan commented 7 years ago

I've just tried to push image on docker hub :

docker commit 1ce830cc99db c2corg/discourse:test
docker push c2corg/discourse:test

But I do not have push access on docker hub.

arnaud-morvan commented 7 years ago

I'm try to run the local commited image using a test composition ...

arnaud-morvan commented 7 years ago

I've tried it, but this is completely outside my skills

jmarcmod commented 7 years ago

De quoi s'agit-il ? comme c'est labellisé "bloquant", ce soit être important ?

mfournier commented 7 years ago

On Tue, Nov 29, 2016 at 07:05:34AM -0800, jmarcmod wrote:

De quoi s'agit-il ? comme c'est labellisé "bloquant", ce soit être important ?

Pour résumer, on n'est pas (encore) en mesure d'installer discourse sur l'environnement cible pour la prod.

mfournier commented 7 years ago

Interesting read on this topic: https://meta.discourse.org/t/can-discourse-ship-frequent-docker-images-that-do-not-need-to-be-bootstrapped/33205

I'm pretty sure we'll find a way to install this beast properly (ie: so that we can have redundancy and reproducibility).