Skip to content
New issue

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

Docker not working on linux #1252

Closed
hohwille opened this issue Jul 11, 2023 · 1 comment · Fixed by #1274 or #1290
Closed

Docker not working on linux #1252

hohwille opened this issue Jul 11, 2023 · 1 comment · Fixed by #1274 or #1290
Assignees
Labels
bug Something isn't working

Comments

@hohwille
Copy link
Member

Expected behavior

As a devonfw-ide user on linux, I want to be able to install docker so that I can make use of container management.

Actual behavior

If DOCKER_EDITION is docker, it can not work as docker-desktop has no linux support. However, I would expect a reasonable error message then guiding me how to configure rancher instead.

If DOCKER_EDITION is rancher, there is no download URL in ide-urls.

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. devon docker setup

Related/Dependent Issues

Comments/Hints:

Correct download URL:
https://github.com/rancher-sandbox/rancher-desktop/releases/download/v1.9.1/rancher-desktop-linux-v1.9.1.zip

Simply missing in updater

String baseUrl = "https://github.com/rancher-sandbox/rancher-desktop/releases/download/v${version}/Rancher.Desktop";
doAddVersion(urlVersion, baseUrl + ".Setup.${version}.msi", WINDOWS);
doAddVersion(urlVersion, baseUrl + "-${version}.x86_64.dmg", MAC);
doAddVersion(urlVersion, baseUrl + "-${version}.aarch64.dmg", MAC, ARM64);

Affected version:

  • OS: Linux
  • devonfw-ide 2023.07.001-SNAPSHOT
@hohwille hohwille added the bug Something isn't working label Jul 11, 2023
Oumal1 added a commit to Oumal1/ide that referenced this issue Jul 18, 2023
@Oumal1 Oumal1 linked a pull request Jul 18, 2023 that will close this issue
@hohwille
Copy link
Member Author

If DOCKER_EDITION is docker, it can not work as docker-desktop has no linux support. However, I would expect a reasonable error message then guiding me how to configure rancher instead.

Reopening as this aspect is not yet done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants