You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can setup some CI thing to publish the image automatically and all that but you can also just do it manually by hand when you make a release. It is quite easy. Someone just needs to register a namespace on docker hub if that does not exist & do the docker build ... & docker push dance.
Thoughts?
The text was updated successfully, but these errors were encountered:
Then instead of doing stuff like https://git.coopcloud.tech/coop-cloud/go-ssb-room/src/commit/048d103b11b1b66a6f3d56826fadd61173f188df/compose.yml#L4 we can share the maintenance of the image here in the "upstream". Unfortunately there is a limitation in the design of docker swarm which doesn't allow to build images on deployment, so we need to use published images.
You can setup some CI thing to publish the image automatically and all that but you can also just do it manually by hand when you make a release. It is quite easy. Someone just needs to register a namespace on docker hub if that does not exist & do the
docker build ...
&docker push
dance.Thoughts?
The text was updated successfully, but these errors were encountered: