docker update 404
up vote
0
down vote
favorite
When i do an update, this happens:
Err:12 https://download.docker.com/linux/debian bionic Release
404 Not Found [IP: 54.192.29.142 443]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/debian bionic Release' does not have a Release file.
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: Skipping acquire of configured file 'stable/source/Sources' as repository 'https://download.docker.com/linux/ubuntu bionic InRelease' does not seem to provide it (sources.list entry misspelt?)
apt
add a comment |
up vote
0
down vote
favorite
When i do an update, this happens:
Err:12 https://download.docker.com/linux/debian bionic Release
404 Not Found [IP: 54.192.29.142 443]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/debian bionic Release' does not have a Release file.
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: Skipping acquire of configured file 'stable/source/Sources' as repository 'https://download.docker.com/linux/ubuntu bionic InRelease' does not seem to provide it (sources.list entry misspelt?)
apt
Perhaps you can give us more information about your computer's history? Like have you updated it before or when it was last successful. The reason why I'm asking is because I went to the link download.docker.com/linux/debian and I see Debian codenames such as jessie and stretch. I don't see Ubuntu codenames. Can you give some information as to how your system was set to that as an update source? Any ideas?
– Ray
Nov 18 at 15:37
@karel: The error message about the repo not having a Release file seems like a subsequent error to me. A repo that doesn't exist at the given url doesn't have a Release file, either ;) See my answer below.
– Henning Kockerbeck
Nov 18 at 15:40
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When i do an update, this happens:
Err:12 https://download.docker.com/linux/debian bionic Release
404 Not Found [IP: 54.192.29.142 443]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/debian bionic Release' does not have a Release file.
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: Skipping acquire of configured file 'stable/source/Sources' as repository 'https://download.docker.com/linux/ubuntu bionic InRelease' does not seem to provide it (sources.list entry misspelt?)
apt
When i do an update, this happens:
Err:12 https://download.docker.com/linux/debian bionic Release
404 Not Found [IP: 54.192.29.142 443]
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/debian bionic Release' does not have a Release file.
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: Skipping acquire of configured file 'stable/source/Sources' as repository 'https://download.docker.com/linux/ubuntu bionic InRelease' does not seem to provide it (sources.list entry misspelt?)
apt
apt
edited Nov 18 at 16:21
user535733
7,10922840
7,10922840
asked Nov 18 at 15:27
Taidgh Flynn
1
1
Perhaps you can give us more information about your computer's history? Like have you updated it before or when it was last successful. The reason why I'm asking is because I went to the link download.docker.com/linux/debian and I see Debian codenames such as jessie and stretch. I don't see Ubuntu codenames. Can you give some information as to how your system was set to that as an update source? Any ideas?
– Ray
Nov 18 at 15:37
@karel: The error message about the repo not having a Release file seems like a subsequent error to me. A repo that doesn't exist at the given url doesn't have a Release file, either ;) See my answer below.
– Henning Kockerbeck
Nov 18 at 15:40
add a comment |
Perhaps you can give us more information about your computer's history? Like have you updated it before or when it was last successful. The reason why I'm asking is because I went to the link download.docker.com/linux/debian and I see Debian codenames such as jessie and stretch. I don't see Ubuntu codenames. Can you give some information as to how your system was set to that as an update source? Any ideas?
– Ray
Nov 18 at 15:37
@karel: The error message about the repo not having a Release file seems like a subsequent error to me. A repo that doesn't exist at the given url doesn't have a Release file, either ;) See my answer below.
– Henning Kockerbeck
Nov 18 at 15:40
Perhaps you can give us more information about your computer's history? Like have you updated it before or when it was last successful. The reason why I'm asking is because I went to the link download.docker.com/linux/debian and I see Debian codenames such as jessie and stretch. I don't see Ubuntu codenames. Can you give some information as to how your system was set to that as an update source? Any ideas?
– Ray
Nov 18 at 15:37
Perhaps you can give us more information about your computer's history? Like have you updated it before or when it was last successful. The reason why I'm asking is because I went to the link download.docker.com/linux/debian and I see Debian codenames such as jessie and stretch. I don't see Ubuntu codenames. Can you give some information as to how your system was set to that as an update source? Any ideas?
– Ray
Nov 18 at 15:37
@karel: The error message about the repo not having a Release file seems like a subsequent error to me. A repo that doesn't exist at the given url doesn't have a Release file, either ;) See my answer below.
– Henning Kockerbeck
Nov 18 at 15:40
@karel: The error message about the repo not having a Release file seems like a subsequent error to me. A repo that doesn't exist at the given url doesn't have a Release file, either ;) See my answer below.
– Henning Kockerbeck
Nov 18 at 15:40
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Even though they're quite closely related and sometimes get combined into shared repositories, Debian and Ubuntu are still distinct distributions. Therefore, at https://download.docker.com/linux/debian
you'll find packages for Debian releases like wheezy
, stretch
, jessie
and so forth. But you are looking for packages for an Ubuntu release, namely bionic
. You can find those at https://download.docker.com/linux/ubuntu
. So you need to edit your source file entry accordingly.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Even though they're quite closely related and sometimes get combined into shared repositories, Debian and Ubuntu are still distinct distributions. Therefore, at https://download.docker.com/linux/debian
you'll find packages for Debian releases like wheezy
, stretch
, jessie
and so forth. But you are looking for packages for an Ubuntu release, namely bionic
. You can find those at https://download.docker.com/linux/ubuntu
. So you need to edit your source file entry accordingly.
add a comment |
up vote
1
down vote
Even though they're quite closely related and sometimes get combined into shared repositories, Debian and Ubuntu are still distinct distributions. Therefore, at https://download.docker.com/linux/debian
you'll find packages for Debian releases like wheezy
, stretch
, jessie
and so forth. But you are looking for packages for an Ubuntu release, namely bionic
. You can find those at https://download.docker.com/linux/ubuntu
. So you need to edit your source file entry accordingly.
add a comment |
up vote
1
down vote
up vote
1
down vote
Even though they're quite closely related and sometimes get combined into shared repositories, Debian and Ubuntu are still distinct distributions. Therefore, at https://download.docker.com/linux/debian
you'll find packages for Debian releases like wheezy
, stretch
, jessie
and so forth. But you are looking for packages for an Ubuntu release, namely bionic
. You can find those at https://download.docker.com/linux/ubuntu
. So you need to edit your source file entry accordingly.
Even though they're quite closely related and sometimes get combined into shared repositories, Debian and Ubuntu are still distinct distributions. Therefore, at https://download.docker.com/linux/debian
you'll find packages for Debian releases like wheezy
, stretch
, jessie
and so forth. But you are looking for packages for an Ubuntu release, namely bionic
. You can find those at https://download.docker.com/linux/ubuntu
. So you need to edit your source file entry accordingly.
answered Nov 18 at 15:38
Henning Kockerbeck
3,7251524
3,7251524
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1093990%2fdocker-update-404%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Perhaps you can give us more information about your computer's history? Like have you updated it before or when it was last successful. The reason why I'm asking is because I went to the link download.docker.com/linux/debian and I see Debian codenames such as jessie and stretch. I don't see Ubuntu codenames. Can you give some information as to how your system was set to that as an update source? Any ideas?
– Ray
Nov 18 at 15:37
@karel: The error message about the repo not having a Release file seems like a subsequent error to me. A repo that doesn't exist at the given url doesn't have a Release file, either ;) See my answer below.
– Henning Kockerbeck
Nov 18 at 15:40