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

Problem running demo in Windows #181

Open
lsempe77 opened this issue Aug 14, 2021 · 3 comments
Open

Problem running demo in Windows #181

lsempe77 opened this issue Aug 14, 2021 · 3 comments

Comments

@lsempe77
Copy link

Hello,

When I run make demo in Windows 10 (using cygwin) and end with the following error:

This is the output:
Unable to find image 'islandora/drupal:1.0.0-alpha-6' locally
1.0.0-alpha-6: Pulling from islandora/drupal
ba3557a56b15: Pull complete 4b5e1d09c4c6: Pull complete 0281acc2f9f4: Pull complete 76ba1a2c1ece: Pull complete 5d009a878c52: Pull complete 190e41e1ecf2: Pull complete e25c54460e1e: Pull complete 766b82239f98: Pull complete 21e11915bd04: Pull complete 4a944611c8fc: Pull complete 2fc3a6650f25: Pull complete 7dc772572619: Pull complete Digest: sha256:a5af7abd00e353db09f4b44db7f1678873dd9d4b40048e981bcf24cf669a75b5
Status: Downloaded newer image for islandora/drupal:1.0.0-alpha-6

bash: line 1: /generate-secrets.sh: Is a directory
make: *** [Makefile:283: generate-secrets] Error 126

Any thoughts or ideas? Thanks in advance, LS

@aOelschlager
Copy link
Contributor

I also had the same error running local using Ubuntu 20.04 on Windows 10 with WSL 2. When I remove the generate secrets parts out of the makefile it runs as expected. Is this related to this bug?

@legfesnak
Copy link

legfesnak commented Jan 10, 2022

had similar problem. @aOelschlager what code did your remove? I tried just lines around 275-285 and got an error no target generate secrets etc.

@joecorall
Copy link
Contributor

joecorall commented Apr 19, 2024

isle-buildkit does not build windows/amd64 images: https://github.com/Islandora-Devops/isle-buildkit/blob/3ad2d55bd37430c1c49aa0bc5e3f0809ffdf07df/docker-bake.hcl#L270-L272

If we wanted to add Windows docker support, adding that platform to the build would be the first step. More like a giant leap.

Not sure the cause of this initial bug, but the reason isle-dc can not run on Windows now is the secrets generation requires pulling the islandora/drupal docker image which has no windows/amd64 image. See https://github.com/Islandora-Devops/isle-dc/actions/runs/8752101333/job/24019060109?pr=385

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants