aicam commented on PR #3903: URL: https://github.com/apache/texera/pull/3903#issuecomment-3407455066
> Actually I encountered this issue when trying to build a postgres image: > > bitnami/postgresql:17.4.0-debian-12-r11: failed to resolve source metadata for docker.io/bitnami/postgresql:17.4.0-debian-12-r11: docker.io/bitnami/postgresql:17.4.0-debian-12-r11: not found. > > My guess is that they brought back the latest tag, but archived other tags. @aicam can you take a look? I couldn't find a source to see what `bitnami` is doing, the followings are my conclusions: - We use `texera/postgres17-pgroonga` as image tag for Postgres so we are good even if they remove it - Bitnami still support all helmcharts since it does not have any `bitnamilegacy` in [artifacthub](https://artifacthub.io/packages/search?ts_query_web=bitnamilegacy&sort=relevance&page=1) - They have Postgres in [bitnamilegacy](https://hub.docker.com/r/bitnamilegacy/postgresql) as well, so there is a chance that they remove it from `bitnami` again Since we use custom tag for Postgres, we don't need to update it, we just need to make sure we keep our image updated. -- 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]
