我发誓这是标准安装。。。
# cat /VERSION
2.0.20230116
我还在检查我的 CI,看看是不是我有什么愚蠢的操作(这完全有可能)。我不清楚到底是什么在执行 apt-get update。
编辑:我的 CI 有一个安装 vim 的模板。它会执行 apt-get update。在我看来,正常安装中没有东西会执行 apt-get update,所以这解释了为什么你的 CI 没有失败。
下面列出的许多导入模板和 postgres 升级模板都会执行 apt-get update,所以这迟早会成为一个问题。
root@monstera:/var/discourse# grep -lr 'apt-get update'
templates/postgres.9.5.template.yml
templates/postgres.13.template.yml
templates/postgres.template.yml
templates/import/mbox.template.yml
templates/import/mysql-dep.template.yml
templates/import/vanilla.template.yml
templates/import/chrome-dep.template.yml
templates/import/phpbb3.template.yml
templates/postgres.10.template.yml
templates/postgres.12.template.yml
image/base/slim.Dockerfile