Code Monkey home page Code Monkey logo

Comments (13)

geekgonecrazy avatar geekgonecrazy commented on July 4, 2024 2

And live! https://hub.docker.com/_/rocket-chat?tab=description

from docker.official.image.

FrancoisBillant avatar FrancoisBillant commented on July 4, 2024 1

Yes sure. But what about the "official" "docker verified" image ?

The different images currently available on dockerhub are misleading.
There is somehow 2 "verified content" images :
https://hub.docker.com/_/rocket-chat
https://hub.docker.com/_/rocketchat
Both of them being at at version 0.71.1
And there is the rocketchat user's image:
https://hub.docker.com/r/rocketchat/rocket.chat
which is up to date.

I personally would prefer the releases and updates to be done on the official image, which is the usual standard on dockerhub (and that only one image would be available).
But if rocket.chat wish to stick with the user images, then one should delete the official ones to avoid those misunderstandings and to be clear about the one and only official image to be used and maintained.

from docker.official.image.

d-gubert avatar d-gubert commented on July 4, 2024 1

We're still waiting on Meteor 1.8.1 to be able to update the official image, as stated here

from docker.official.image.

d-gubert avatar d-gubert commented on July 4, 2024

Hi

You can try to grab an image from our hub https://hub.docker.com/r/rocketchat/rocket.chat

from docker.official.image.

d-gubert avatar d-gubert commented on July 4, 2024

Yeah, I'm not really sure why the "official" images are not up to date, maybe @geekgonecrazy can provide more details on that

from docker.official.image.

corne-w avatar corne-w commented on July 4, 2024

Hi

You can try to grab an image from our hub https://hub.docker.com/r/rocketchat/rocket.chat

I did this, but it requires you to alter the mongodb container. As the official docker RC image expects different names compared to the image on your hub. I needed to rename the mongodb container (db -> mongo) and the database (meteor -> rocketchat).

from docker.official.image.

sampaiodiego avatar sampaiodiego commented on July 4, 2024

You don't need to rename the mongo container, you just need to change the MONGO_URL env var, i.e.:
docker run -d -e MONGO_URL=mongodb://db:27017/rocketchat rocketchat/rocket.chat:0.73.2

from docker.official.image.

sampaiodiego avatar sampaiodiego commented on July 4, 2024

hopefully this docker-library/official-images#5316 wlil fix it 🤞

from docker.official.image.

chrismaes87 avatar chrismaes87 commented on July 4, 2024

docker run --name rocketchat -d --link db -e MONGO_URL=mongodb://db:27017/rocketchat rocketchat/rocket.chat:0.73.2 actually (with the --link option)

from docker.official.image.

vwbusguy avatar vwbusguy commented on July 4, 2024

I'm curious about this as well - Current release is 0.74.2 (https://github.com/RocketChat/Rocket.Chat/releases) but the docker image hasn't been updated in three months. Are the docker images on Docker Hub just on a different and slower release cycle?

from docker.official.image.

alexxkn avatar alexxkn commented on July 4, 2024

Hello. Any news on this issue? Official image is still not updated :-(

from docker.official.image.

vwbusguy avatar vwbusguy commented on July 4, 2024

If it's helpful to anyone else, I was able to find newer releases at https://hub.docker.com/r/rocketchat/rocket.chat/tags . Not sure what the differences may be in the Dockerfile, but I had no problem with simply using the rocketchat/rocket.chat images instead in the same openshift deployment setup.

EDIT - Looks like @d-gubert beat me to it in this thread.

from docker.official.image.

geekgonecrazy avatar geekgonecrazy commented on July 4, 2024

docker-library/official-images#5490 as soon as this is merged we should be back up to current.

With the official docker images you can only depend on other official images. Because of this, when the node.js image was updated and the tag we needed was no longer on the supported list... our builds failed.

So we have now updated our image to depend instead on a debian base image and install node.js our selves. Not ideal.. but gets us back on track.

Thanks for the patience!

from docker.official.image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.