Invalid diffID error on loading docker image












1















I saved a docker image on an Ubuntu 16.04 installed computer. I'm trying to load that image on an Ubuntu 18.04 installed computer. But it fails. The error message is:



0f5ff0cf6a1c: Loading layer    126MB/126MB
f1c896f31e49: Loading layer 15.87kB/15.87kB
51db18d04d72: Loading layer 14.85kB/14.85kB
f51f76255b02: Loading layer 5.632kB/5.632kB
174a611570d4: Loading layer 3.072kB/3.072kB
e80ca7c265eb: Loading layer 31.23kB/31.23kB
9b1416aedd41: Loading layer 660.6MB/660.6MB
849bc8cbb157: Loading layer 3.072kB/3.072kB
47b41f9e6cc5: Loading layer 902.7MB/902.7MB
5be8865ab1cd: Loading layer 3.584kB/3.584kB
68da9ff1a51a: Loading layer 299.3MB/299.3MB
189d27e41182: Loading layer 149.7MB/149.7MB
dba13b27fe2e: Loading layer 11.92MB/11.92MB
8636f1ad2902: Loading layer 574.2MB/574.2MB
18ec18aa7286: Loading layer 662.8MB/662.8MB
invalid diffID for layer 14: expected "sha256:18ec18aa72862417ebf82cd1f1d412c1318b952fa8b31f0fe7e14b158c5937d8", got "sha256:2ae68c07ebcbdff48ac2ad8d419282fd2e1fd85aba3287c025f8f6c0bdca18d4"









share|improve this question























  • I solved the problem my self. I just saved my docker image one more time and reload it.

    – BilginAksoy
    Nov 25 '18 at 11:00
















1















I saved a docker image on an Ubuntu 16.04 installed computer. I'm trying to load that image on an Ubuntu 18.04 installed computer. But it fails. The error message is:



0f5ff0cf6a1c: Loading layer    126MB/126MB
f1c896f31e49: Loading layer 15.87kB/15.87kB
51db18d04d72: Loading layer 14.85kB/14.85kB
f51f76255b02: Loading layer 5.632kB/5.632kB
174a611570d4: Loading layer 3.072kB/3.072kB
e80ca7c265eb: Loading layer 31.23kB/31.23kB
9b1416aedd41: Loading layer 660.6MB/660.6MB
849bc8cbb157: Loading layer 3.072kB/3.072kB
47b41f9e6cc5: Loading layer 902.7MB/902.7MB
5be8865ab1cd: Loading layer 3.584kB/3.584kB
68da9ff1a51a: Loading layer 299.3MB/299.3MB
189d27e41182: Loading layer 149.7MB/149.7MB
dba13b27fe2e: Loading layer 11.92MB/11.92MB
8636f1ad2902: Loading layer 574.2MB/574.2MB
18ec18aa7286: Loading layer 662.8MB/662.8MB
invalid diffID for layer 14: expected "sha256:18ec18aa72862417ebf82cd1f1d412c1318b952fa8b31f0fe7e14b158c5937d8", got "sha256:2ae68c07ebcbdff48ac2ad8d419282fd2e1fd85aba3287c025f8f6c0bdca18d4"









share|improve this question























  • I solved the problem my self. I just saved my docker image one more time and reload it.

    – BilginAksoy
    Nov 25 '18 at 11:00














1












1








1








I saved a docker image on an Ubuntu 16.04 installed computer. I'm trying to load that image on an Ubuntu 18.04 installed computer. But it fails. The error message is:



0f5ff0cf6a1c: Loading layer    126MB/126MB
f1c896f31e49: Loading layer 15.87kB/15.87kB
51db18d04d72: Loading layer 14.85kB/14.85kB
f51f76255b02: Loading layer 5.632kB/5.632kB
174a611570d4: Loading layer 3.072kB/3.072kB
e80ca7c265eb: Loading layer 31.23kB/31.23kB
9b1416aedd41: Loading layer 660.6MB/660.6MB
849bc8cbb157: Loading layer 3.072kB/3.072kB
47b41f9e6cc5: Loading layer 902.7MB/902.7MB
5be8865ab1cd: Loading layer 3.584kB/3.584kB
68da9ff1a51a: Loading layer 299.3MB/299.3MB
189d27e41182: Loading layer 149.7MB/149.7MB
dba13b27fe2e: Loading layer 11.92MB/11.92MB
8636f1ad2902: Loading layer 574.2MB/574.2MB
18ec18aa7286: Loading layer 662.8MB/662.8MB
invalid diffID for layer 14: expected "sha256:18ec18aa72862417ebf82cd1f1d412c1318b952fa8b31f0fe7e14b158c5937d8", got "sha256:2ae68c07ebcbdff48ac2ad8d419282fd2e1fd85aba3287c025f8f6c0bdca18d4"









share|improve this question














I saved a docker image on an Ubuntu 16.04 installed computer. I'm trying to load that image on an Ubuntu 18.04 installed computer. But it fails. The error message is:



0f5ff0cf6a1c: Loading layer    126MB/126MB
f1c896f31e49: Loading layer 15.87kB/15.87kB
51db18d04d72: Loading layer 14.85kB/14.85kB
f51f76255b02: Loading layer 5.632kB/5.632kB
174a611570d4: Loading layer 3.072kB/3.072kB
e80ca7c265eb: Loading layer 31.23kB/31.23kB
9b1416aedd41: Loading layer 660.6MB/660.6MB
849bc8cbb157: Loading layer 3.072kB/3.072kB
47b41f9e6cc5: Loading layer 902.7MB/902.7MB
5be8865ab1cd: Loading layer 3.584kB/3.584kB
68da9ff1a51a: Loading layer 299.3MB/299.3MB
189d27e41182: Loading layer 149.7MB/149.7MB
dba13b27fe2e: Loading layer 11.92MB/11.92MB
8636f1ad2902: Loading layer 574.2MB/574.2MB
18ec18aa7286: Loading layer 662.8MB/662.8MB
invalid diffID for layer 14: expected "sha256:18ec18aa72862417ebf82cd1f1d412c1318b952fa8b31f0fe7e14b158c5937d8", got "sha256:2ae68c07ebcbdff48ac2ad8d419282fd2e1fd85aba3287c025f8f6c0bdca18d4"






docker






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 13 '18 at 11:34









BilginAksoyBilginAksoy

3710




3710













  • I solved the problem my self. I just saved my docker image one more time and reload it.

    – BilginAksoy
    Nov 25 '18 at 11:00



















  • I solved the problem my self. I just saved my docker image one more time and reload it.

    – BilginAksoy
    Nov 25 '18 at 11:00

















I solved the problem my self. I just saved my docker image one more time and reload it.

– BilginAksoy
Nov 25 '18 at 11:00





I solved the problem my self. I just saved my docker image one more time and reload it.

– BilginAksoy
Nov 25 '18 at 11:00












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53280145%2finvalid-diffid-error-on-loading-docker-image%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53280145%2finvalid-diffid-error-on-loading-docker-image%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python