Giter VIP home page Giter VIP logo

Comments (10)

ddelange avatar ddelange commented on May 30, 2024

the earliest compat tag I can find is 5.0.10 https://hub.docker.com/r/zcube/bitnami-compat-mongodb/tags?page=1&ordering=-last_updated&name=5.0.

from bitnami-compat.

ETtestim avatar ETtestim commented on May 30, 2024

@ddelange Hi our team used this.
https://github.com/zcube/bitnami-compat/pkgs/container/bitnami-compat%2Fmongodb/23142914?tag=5.0.6

from bitnami-compat.

ETtestim avatar ETtestim commented on May 30, 2024

it was working until recently

from bitnami-compat.

ZCube avatar ZCube commented on May 30, 2024

I cleaned up old images from ghcr. It seems like an erased image at that time.

from bitnami-compat.

ZCube avatar ZCube commented on May 30, 2024

The issue is that this repository is a free repository to keep too many and large images.

from bitnami-compat.

ZCube avatar ZCube commented on May 30, 2024

You can build 5.0.6 by modifying the version of containers/bitnami/mongodb/5.0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json.

git clone --recursive https://github.com/ZCube/bitnami-compat
cd bitnami-compat
...
# fix containers/bitnami/mongodb/5.0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json
# rm -rf containers/bitnami/mongodb/6.0
...
go run main.go generate --app=mongodb
go run main.go build --app=mongodb --tag {{your-docker-registry}}/bitnami-compat/ --push --platforms=linux/amd64,linux/arm64 

from bitnami-compat.

ddelange avatar ddelange commented on May 30, 2024

@ZCube do you have to make space manually? will CI error otherwise? I think untagged images might be garbage collected at some point

from bitnami-compat.

ZCube avatar ZCube commented on May 30, 2024

@ddelange https://github.com/ZCube/bitnami-compat/blob/main/.github/workflows/clean-old-images.yml
I had done that work through this workflow. Perhaps because of the cache used to build the image, the tagged image was also corrupted and could not be used.

from bitnami-compat.

ZCube avatar ZCube commented on May 30, 2024

@ETtestim I will not recover the 5.0.6 image because 5.0.14 is compatible with 5.0.6. Please let me know if you really need it.

from bitnami-compat.

ETtestim avatar ETtestim commented on May 30, 2024

Hi @ZCube thanks for your quick reply.
We will use 5.0.14.

from bitnami-compat.

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.