devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 102 forks source link

Fix DockerDesktopUrlUpdater #1317

Closed hohwille closed 9 months ago

hohwille commented 11 months ago

We have implemented DockerDesktopUrlUpdater. However, it has some issues and is not integrated in UpdateManager. Manually we only have created one version for docker desktop pointing to the latest version: https://github.com/devonfw/ide-urls/tree/master/docker/docker/latest

As discussed in #1293 this is not good and also prevents checksum verification. So in this story we should do the following: