rimelek
(Ákos Takács)
January 29, 2023, 10:28am
2
I answered a similar question related to Docker Desktop for Windows, but it didn’t work for everyone
Is this the first time you install the extension? Is it possible that you have an image with the same tag but it is actually different?
Please, run the following commands to get the tags and the digests of the image:
docker image inspect drone/drone-ci-docker-extension:0.2.0 --format '{{ json .RepoTags }}'
docker image inspect drone/drone-ci-docker-extension:0.2.0 --format '{{ json .RepoDigests }}'
I managed to reproduce the issue when I ran
docker image pull drone/drone-ci-docker-extensi…
Then there was a reply which recommends removing the .docker
in the user’s folder. You can try that too, but it will remove all your client settings as well.
Since this error message is beginning to happen too often recently, I recommend you to addd your comment in the issue on GitHub
opened 11:41AM - 20 Jan 23 UTC
closed 09:23AM - 27 Jun 23 UTC
lifecycle/stale
- [ x] I have tried with the latest version of Docker Desktop
- [x ] I have t… ried disabling enabled experimental features
- [ ] I have uploaded Diagnostics
### Actual behavior
when I try to install any extension catch the problem:
_Failed to install extension: the local image you are trying to install has been modified and is different from the published image docker/<name-extension:>
### Information
After first installation Docker can't install any extension, all other parts work normally.
Restart, reinstall, full reinstall like(https://nektony.com/how-to/uninstall-docker-on-mac) didn't help to resolve this problem
-->
- macOS Version: Ventura 13.1 (22C65)
- Intel chip or Apple chip: M2
- Docker Desktop Version: Docker Desktop 4.16.2 (95914)