Git Product home page Git Product logo

Comments (1)

Grokzen avatar Grokzen commented on July 28, 2024

Hi @puittenbroek . Yes sorry for the inconvenience of doing that but i announced a while back in #111 that i would be removing them at some point and move more towards just hosting the redis-server versions that is in their major version support policy.

The major reason for doing this from my part is that docker.hub is limiting the number of pulls that you can do within a given timestamp so i simply reduced the number of available images to reduce this number down a bit so people can still pull home the later releases w/o issues.

I will also in the future look into hosting all tags again here on the github docker index instead as it should have no issues hosting and pulling down many different tags and number of pulls.

So to mitigate this issue for you, i have two solutions.

  1. Implement a local docker image cache so that you only have to download the image once and you can cache it locally for both faster download but you will not consume more downloads from docker.hub then you need.
  2. Start building the older versions locally because that support has not been removed from the repo and will not be removed any time soon. You can build the version you desire with either invoke invoke build 3.2.12 for example. Or you can build it with plain docker if you first clone the git repo you can run docker build --build-arg redis_version=3.2.12 -t grokzen/redis-cluster:3.2.12 . and either store them locally or just build them at each CI build step.

I really recommend that you implement a local docker image cache solution, that is what i myself had to do to even use my own images so you are not alone in suffering from the docker.hub limitations :)

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.