Apt-get update fallisce all'interno del container yarn repo non firmato

Giuro che questa è un’installazione standard. . .

# cat /VERSION
2.0.20230116

Sto ancora controllando il mio CI per vedere se ho qualcosa di stupido lì (il che è assolutamente possibile). Non mi è chiaro cosa stia facendo un apt-get update.

MODIFICA: Il mio CI ha un template che installa vim. Esegue un apt-get update. Niente in un’installazione normale esegue un apt-get update che io possa vedere, quindi questo spiega perché il tuo CI non sta fallendo.

Molti dei template di importazione e i template di aggiornamento di postgres (elencati di seguito) eseguono un apt-get update, quindi questo sarà un problema a un certo punto.

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
1 Mi Piace