We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
devonfw#1317: fixed NullPointer
c3a1c8f
devonfw#1317: reformated
cbd3b41
devonfw#1317: arranged imports
bd526a7
devonfw#1317 fixed regex comment
5ad70b2
#1317: fix docker desktop url updater (#1346)
6f56d62
devonfw/ide#1317: fix docker desktop url updater (#1346)
723fc8a
moritzLanger
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: