mrjones-plip commented on PR #275: URL: https://github.com/apache/couchdb-docker/pull/275#issuecomment-2627884606
Hi @big-r81! Thanks for the question - great to get extra eyes on this. We'd wanted to test an upgrade scenario for Nouveau, so in order to do this we needed to start on 3.4.2 and then upgrade to something newer. The [all in one](https://github.com/apache/couchdb-docker/tree/main/3.4.2-nouveau) you mentioned is pinned to 3.4.2 via an `apt` [install](https://github.com/apache/couchdb-docker/blob/734c61f2a9421637ff58be225665477be52dd4b7/3.4.2-nouveau/Dockerfile#L74), released on Oct 19, 2024, 3 months ago. The solution in this PR removes the `apt` calls (as well as any related `gpg` and `tini` calls) to instead use `curl` to [fetch](https://github.com/apache/couchdb-docker/pull/275/files#diff-046d1dc011f535b9236584810faa2bc0921651bd89b815d5c4d85ac218190639R40) the very latest which, as of this writing, was built from `main` on Jan 28, 2025, 2 days ago. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
