You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I traced this issue all the way down the rabbit hole from mcr.microsoft.com/vscode/devcontainers/python:3.7 -> python:3.7 -> buildpack-deps:buster -> debian:buster.
$ docker run -t debian:buster apt-get update
Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Err:2 http://security.debian.org/debian-security buster/updates InRelease
At least one invalid signature was encountered.
Err:1 http://deb.debian.org/debian buster InRelease
At least one invalid signature was encountered.
Err:3 http://deb.debian.org/debian buster-updates InRelease
At least one invalid signature was encountered.
Reading package lists... Done
W: GPG error: http://security.debian.org/debian-security buster/updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://security.debian.org/debian-security buster/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://deb.debian.org/debian buster InRelease: At least one invalid signature was encountered.E: The repository 'http://deb.debian.org/debian buster 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://deb.debian.org/debian buster-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://deb.debian.org/debian buster-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.
The text was updated successfully, but these errors were encountered:
I traced this issue all the way down the rabbit hole from
mcr.microsoft.com/vscode/devcontainers/python:3.7
->python:3.7
->buildpack-deps:buster
->debian:buster
.The text was updated successfully, but these errors were encountered: