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 am trying to create the docker containers on Ubuntu and I get several errors that look like the example attached below. Any suggestions?
Thanks!
Stefan
Step 8/8 : RUN apt-get update && apt-get install time
---> Running in ee804488fae1
Get:1 http://deb.debian.org/debian testing InRelease [129 kB]
Err:1 http://deb.debian.org/debian testing InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
Get:2 http://cdn-fastly.deb.debian.org/debian sid InRelease [165 kB]
Err:2 http://cdn-fastly.deb.debian.org/debian sid InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
Reading package lists...
W: GPG error: http://deb.debian.org/debian testing InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
E: The repository 'http://deb.debian.org/debian testing InRelease' is not signed.
W: GPG error: http://cdn-fastly.deb.debian.org/debian sid InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
E: The repository 'http://http.debian.net/debian sid InRelease' is not signed.
The text was updated successfully, but these errors were encountered:
Thank you for the suggestion, but that wasn't the solution. Strangely, I only get the error when I run the script. All works fine if I run individual docker commands. BLRunner seems to work fine either way. I guess, newer docker images are downloaded anyway.
Hi all,
I am trying to create the docker containers on Ubuntu and I get several errors that look like the example attached below. Any suggestions?
Thanks!
Stefan
Step 8/8 : RUN apt-get update && apt-get install time
---> Running in ee804488fae1
Get:1 http://deb.debian.org/debian testing InRelease [129 kB]
Err:1 http://deb.debian.org/debian testing InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
Get:2 http://cdn-fastly.deb.debian.org/debian sid InRelease [165 kB]
Err:2 http://cdn-fastly.deb.debian.org/debian sid InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
Reading package lists...
W: GPG error: http://deb.debian.org/debian testing InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
E: The repository 'http://deb.debian.org/debian testing InRelease' is not signed.
W: GPG error: http://cdn-fastly.deb.debian.org/debian sid InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
E: The repository 'http://http.debian.net/debian sid InRelease' is not signed.
The text was updated successfully, but these errors were encountered: