coze-dev / coze-dev/coze-studio

bitnami相关容器删除,请官方尽快替换容器和数据卷目录

Open
#2,212 1 comment 4 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
21.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

根据官方的[issue](https://github.com/bitnami/containers/issues/83267):
```
在评估影响和社区反馈后,Bitnami 团队已将 Bitnami 公共目录()的删除推迟docker.io/bitnami到9 月 29 日,以便让用户有更多时间适应即将发生的变化。

为了在注册表删除之前提高公众意识,我们将在未来几周内进行一系列停运。每次停运期间,docker.io/bitnami 上的 10 个容器镜像将暂时不可用 24 小时。计划的停运如下:

世界标准时间 8 月 28 日 08:00 → 世界标准时间 8 月 29 日 08:00
世界标准时间 9 月 2 日 08:00 → 世界标准时间 9 月 3 日 08:00
世界标准时间 9 月 17 日 08:00 → 世界标准时间 9 月 19 日 08:00
受影响的应用程序列表将在每次电压下降当天通过我们的常规渠道发布。

如前所述,自 8 月 28 日起,我们尚未以 OCI 格式向 Docker Hub 发布新的 Bitnami 容器镜像或 Helm Chart。容器和 Helm Chart 的源代码仍可在 GitHub 上根据 Apache 2.0 许可证获取。

```
目前拉取最新的代码,已经发现有问题的镜像有:`elasticsearch` 和 `redis`,改为官方的镜像后可以拉取成功,但是两个容器会不断的重启,分别提示的异常是:
`elasticsearch` :

```
....
[================================================>] 99%??

[=================================================] 100%??

[ ] 1%??

[> ] 2%??

[> ] 3%??
....
```

`redis` :
```
bash: line 2: /opt/bitnami/scripts/redis/setup.sh: No such file or directory

bash: line 7: /opt/bitnami/scripts/redis/entrypoint.sh: No such file or directory
```

上述问题的原因是:

1. Redis: No such file or directory -> 官方镜像根本没有 /opt/bitnami/scripts/redis/ 这个目录。
2. Elasticsearch: 插件目录冲突 -> 官方镜像的插件安装逻辑和路径与 Bitnami 不同。

请官方的亲们尽快处理。

Contributor guide

Open the contributing guide

Research direction

No file or test is named. Start by locating the Docker or compose definitions for the Redis and Elasticsearch services, then compare their image, startup, plugin, and volume settings with the official images. Done means both containers pull successfully, remain running, and retain the expected data volumes without Bitnami-specific path errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, elasticsearch, redis
Domain
databases, devops, search
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.