question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Apt update fails inside CML containers

See original GitHub issue
$ apt update

Get:1 https://apt.releases.hashicorp.com focal InRelease [9,495 B]
Get:2 https://deb.nodesource.com/node_16.x focal InRelease [4,583 B]                                                       
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]                                                    
Err:1 https://apt.releases.hashicorp.com focal InRelease                                                                   
  At least one invalid signature was encountered.
Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]                                                  
Err:2 https://deb.nodesource.com/node_16.x focal InRelease                                                                 
  At least one invalid signature was encountered.
Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [23.8 kB]                                               
Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]                                        
Err:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease                                                             
  At least one invalid signature was encountered.
Get:7 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]                                                            
Get:8 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu focal InRelease [17.5 kB]                                 
Err:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease                                                         
  At least one invalid signature was encountered.
Err:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease                                                
  At least one invalid signature was encountered.
Err:7 http://archive.ubuntu.com/ubuntu focal InRelease        
  At least one invalid signature was encountered.
Err:8 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu focal InRelease
  At least one invalid signature was encountered.
Err:4 http://security.ubuntu.com/ubuntu focal-security InRelease
  At least one invalid signature was encountered.
Get:9 https://s3-us-east-2.amazonaws.com/dvc-s3-repo/deb stable InRelease [2,679 B]
Ign:9 https://s3-us-east-2.amazonaws.com/dvc-s3-repo/deb stable InRelease
Reading package lists... Done
W: GPG error: https://apt.releases.hashicorp.com focal InRelease: At least one invalid signature was encountered.
E: The repository 'https://apt.releases.hashicorp.com focal 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: https://deb.nodesource.com/node_16.x focal InRelease: At least one invalid signature was encountered.
E: The repository 'https://deb.nodesource.com/node_16.x focal 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://archive.ubuntu.com/ubuntu focal-updates InRelease: At least one invalid signature was encountered.
E: The repository 'http://archive.ubuntu.com/ubuntu focal-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://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease: At least one invalid signature was encountered.
E: The repository 'http://ppa.launchpad.net/git-core/ppa/ubuntu focal 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://archive.ubuntu.com/ubuntu focal-backports InRelease: At least one invalid signature was encountered.
E: The repository 'http://archive.ubuntu.com/ubuntu focal-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://archive.ubuntu.com/ubuntu focal InRelease: At least one invalid signature was encountered.
E: The repository 'http://archive.ubuntu.com/ubuntu focal 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://ppa.launchpad.net/longsleep/golang-backports/ubuntu focal InRelease: At least one invalid signature was encountered.
E: The repository 'http://ppa.launchpad.net/longsleep/golang-backports/ubuntu focal 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://security.ubuntu.com/ubuntu focal-security InRelease: At least one invalid signature was encountered.
E: The repository 'http://security.ubuntu.com/ubuntu focal-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.
W: GPG error: https://s3-us-east-2.amazonaws.com/dvc-s3-repo/deb stable InRelease: At least one invalid signature was encountered.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
DavidGOrtegacommented, Jan 14, 2022

Transient

1reaction
DavidGOrtegacommented, Jan 16, 2022

apt update is going to be needed in order to extend or install new packages (like tensorflow) in this image during the workflow execution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker apt-get update fails - ubuntu - Stack Overflow
Whenever I try running any apt-get command in my docker container, the command fails. I'm running Docker version 1.1.1, build bd609d2 on ubuntu...
Read more >
Docker Container apt-get update fails but container can ping ...
I have a docker container that I am trying to build. Unfortunately, I cannot install anything inside of it. apt-get update does not...
Read more >
The Heroku CLI
This version doesn't autoupdate. Update it manually via apt-get . Use the standalone installation for an autoupdating version of the CLI.
Read more >
FAQ/Installation and Running - OpenFOAMWiki
1 FAQ Section 2: Installation and Running. Problems with the installation and running of applications. 1.1 How to install OpenFOAM and any ...
Read more >
FAQ - Cisco Modeling Labs v2.x
(No reboot of the CML server is required.) Here are some tips in case the Copy Refplat ISO process did not succeed: The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found