Different dependencies installed for PG13 s390x, mips64le vs amd64, arm64, ppc64le (has some to PG14 rel. packages)
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- docker, postgresql, shell
调研方向
首先,在列出的架构上重现已发布的 postgres:13-bullseye docker run 命令,并比较它们的 dpkg -l 输出。重点关注 libpq5 软件包的版本,并确定 amd64、arm64 和 ppc64le 镜像是否包含意外的 PostgreSQL 14 依赖;当架构特定的软件包集合已得到理解,并且预期的 PostgreSQL 13 依赖行为已得到确立时,即表示完成。
由索引模型根据 Issue 内容生成。
描述
When I running:
on amd64, arm64, ppc64le
docker run --platform=linux/amd64 -ti --rm postgres:13-bullseye bash -c "dpkg -l | grep -i postgresql"
Status: Downloaded newer image for postgres:13-bullseye
ii libpq5:amd64 14.2-1.pgdg110+1 amd64 PostgreSQL C client library
ii pgdg-keyring 2018.2 all keyring for apt.postgresql.org
ii postgresql-13 13.6-1.pgdg110+1 amd64 The World's Most Advanced Open Source Relational Database
ii postgresql-client-13 13.6-1.pgdg110+1 amd64 front-end programs for PostgreSQL 13
ii postgresql-client-common 238.pgdg110+1 all manager for multiple PostgreSQL client versions
ii postgresql-common 238.pgdg110+1 all PostgreSQL database-cluster manager
on s390x and mips64le it looks like
docker run --platform=linux/s390x -ti --rm postgres:13-bullseye bash -c "dpkg -l | grep -i postgresql"
ii libpq5:s390x 13.6-1.pgdg110+1 s390x PostgreSQL C client library
ii pgdg-keyring 2018.2 all keyring for apt.postgresql.org
ii postgresql-13 13.6-1.pgdg110+1 s390x The World's Most Advanced Open Source Relational Database
ii postgresql-client-13 13.6-1.pgdg110+1 s390x front-end programs for PostgreSQL 13
ii postgresql-client-common 238.pgdg110+1 all manager for multiple PostgreSQL client versions
ii postgresql-common 238.pgdg110+1 all PostgreSQL database-cluster manager
Does this make problems?
libpq5:amd64 14.2-1.pgdg110+1 != libpq5:s390x 13.6-1.pgdg110+1
I don't want to try it!
I would expect not to have any postgres14 dependencies for the postgres 13 images
- 主要语言
- Shell
- 星标
- 2.5k
- 派生
- 1.2k
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
docker-library/postgres 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 48/100
docker-library/postgres#1420 ·
-
难度 4/5 3-5 天 新手友好度 48/100
docker-library/postgres#1419 · 2 条评论 ·
-
难度 4/5 3-5 天 新手友好度 35/100
docker-library/postgres#1389 ·
-
难度 2/5 1-3 小时 新手友好度 35/100
docker-library/postgres#1356 · 5 条评论 · 7 个 reaction ·
-
难度 4/5 3-5 天 新手友好度 25/100
docker-library/postgres#1355 · 10 条评论 · 11 个 reaction ·
查看 docker-library/postgres 的全部 Issue
相似的 Issue
-
area: harness bug status: needs-triage
难度 2/5 1-3 小时 新手友好度 75/100
Human-Agent-Society/reef#625 ·
-
module: core
难度 2/5 1-3 小时 新手友好度 75/100
bigbluebutton/bigbluebutton#25849 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
vercel-labs/just-bash#464 ·
-
area:sandbox documentation enhancement platform:linux
难度 1/5 1 小时以内 新手友好度 85/100
anthropics/claude-code#96664 ·
-
cost:cheap severity:medium
难度 2/5 1-3 小时 新手友好度 70/100
fairagro/m4.2_sql_to_arc#227 ·