1.apt update失败
root@39581418586a:/# apt -y update
Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
Err:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
At least one invalid signature was encountered.
Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
Err:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
At least one invalid signature was encountered.
Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
Err:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
At least one invalid signature was encountered.
Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
Err:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
At least one invalid signature was encountered.
Reading package lists... Done
W: GPG error: http://ports.ubuntu.com/ubuntu-ports noble InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports noble InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ports.ubuntu.com/ubuntu-ports noble-security InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports noble-security InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
解决方式
apt-get update --allow-insecure-repositories --allow-unauthenticated
2.You don't have enough free space in /var/cache/apt/archives/
apt-get clean
或者容器太多了建议删除一些。。。