You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DockerUrlUpdater should be able to find the versions of DockerDesktop with their download links. Ideally we can identify the stable download link for the latest version and determine (stable) SHA-256 checksums for the downloads so we do not need the manual latest version entry hacke (see also devonfw/ide#1293)
Actual behavior
No versions of DockerDesktop are found at all. It seems that the HTML structure has changed and the entire approach to crawl HTML websites with regex patterns will never be stable. However, DockerDesktop does not offer a well designed "API" for their downloads that we can use.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Watch the logs and the result of the github action update-urls or run the URL-Updater Process locally on your machine.
Related/Dependent Issues
Comments/Hints:
Suspected is that the Bug stemms from the else case in line 561 of the AbstractUrlUpdater is combined with the wrong if and should be moved one layer outside.
Affected version:
ide-URLs
The text was updated successfully, but these errors were encountered:
The issue seems to be caused by the DockerUrlUpdater.
Something must have been changed on their releases website again so that the regex we check does not match anymore.
Expected behavior
The DockerUrlUpdater should be able to find the versions of DockerDesktop with their download links. Ideally we can identify the stable download link for the latest version and determine (stable) SHA-256 checksums for the downloads so we do not need the manual latest version entry hacke (see also devonfw/ide#1293)
Actual behavior
No versions of DockerDesktop are found at all. It seems that the HTML structure has changed and the entire approach to crawl HTML websites with regex patterns will never be stable. However, DockerDesktop does not offer a well designed "API" for their downloads that we can use.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
update-urls
or run the URL-Updater Process locally on your machine.Related/Dependent Issues
Comments/Hints:
Suspected is that the Bug stemms from the else case in line 561 of the AbstractUrlUpdater is combined with the wrong if and should be moved one layer outside.
Affected version:
The text was updated successfully, but these errors were encountered: