Git Product home page Git Product logo

Comments (8)

Sedemicra avatar Sedemicra commented on July 28, 2024

Same issue here. Connecting applications complain about "Redis is running in protected mode". This was not an issue before the updates (was using "latest" tag). Now, since all the images available in docker hub are updated, there isn't an option to go back to a previously working version either.

from docker-redis-cluster.

Grokzen avatar Grokzen commented on July 28, 2024

@lreher @Sedemicra grokzen/redis-cluster:latest tag was updated yesterday from 6.2 to 7.0 and in that build the default is protected mode see #153 for it. You will have to disable protected mode manually in 7.0 and above before running the cluster.

The best for you todo is to use the old 6.2.x tags if you really depend on it. Running on :latest in the docker world is like running directly from master branch in a coding project, it is where anything and everything can break so it is risky to run on it. Change the tags on your end back one major version and you should be good to go again

from docker-redis-cluster.

Sedemicra avatar Sedemicra commented on July 28, 2024

Well aware of the risks of :latest, just taking over someone elses project :)
Just before my previous comment I didn't see the 6.2.x tags in docker hub so I figured they were no longer an option, but now they are available again - not sure what happened there. But thanks for making me look again @Grokzen
Might consider trying some option from #149 in the future, but currently 6.2.x tag will work just fine.

from docker-redis-cluster.

Grokzen avatar Grokzen commented on July 28, 2024

All tags for 6.0, 6.2 & 7.0 should have been there since the last year at least O.o i hope so at least, most of the time i don't keep up with minor versions as they release. I have been thinking about some other solutions for that, maybe make a cron based solution with a github action that constantly builds all released versions for example, but that solution is not ready yet.

On the config side i have also been messing around with a new configuration solution that uses and makes environment variables much more usefull and able to configure anything instead of having to implement and support each key and variable as they are needed. The simplest way is to just volume map in your own configuration files to make it what you want, but i think that environment variables is the way to really go in the long run as things is going towards env vars more.

from docker-redis-cluster.

lreher avatar lreher commented on July 28, 2024

Thanks for the follow up, we've just replaced the image with an older digest.

from docker-redis-cluster.

lreher avatar lreher commented on July 28, 2024

I saw the same issue as @Sedemicra, all the tags look like they were replaced yesterday?

from docker-redis-cluster.

Sedemicra avatar Sedemicra commented on July 28, 2024

It seems there is a bug in docker hub tags page logic.
When I open (or refresh) it I only see "latest" and 7.0.x tags on first page, and on next page there are only 6.0.x tags. I only see 6.2.x tags when I navigate back to first page and then they miraculously appear. This is why I originally missed them.
It seems to be some kind of general issue in docker hub as I see similar problem on other projects.

from docker-redis-cluster.

Grokzen avatar Grokzen commented on July 28, 2024

@Sedemicra I think it is based on what order i upload the latest layers in, best is to sort them Z-A then it would always come in the correct order

from docker-redis-cluster.

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.