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

Error after running ./up.ps1 #81

Open
JeffjHoyt opened this issue Mar 3, 2023 · 2 comments
Open

Error after running ./up.ps1 #81

JeffjHoyt opened this issue Mar 3, 2023 · 2 comments

Comments

@JeffjHoyt
Copy link

Error after running ./up.ps1

Step 8/12 : COPY --from=tools C:\tools C:\tools
---> Running in 267c6ea1362e
---> Using cache
---> edd2d49d7af9
Step 9/12 : LABEL com.docker.compose.image.builder=classic
---> Using cache
---> 2bc7213c81c1
Step 10/12 : LABEL com.docker.compose.project=sxastarter
---> Using cache
---> f4e941b2ba9e
Step 11/12 : LABEL com.docker.compose.service=cm
---> Using cache
---> d2987a5db9cb
Step 12/12 : LABEL com.docker.compose.version=2.15.1
---> Using cache
---> a84fadf296cf
Successfully built a84fadf296cf
up ps1_issue

Successfully tagged sxastarter-xmcloud-cm:1.0.1
curl: (6) Could not resolve host: nodejs.org
1 error occurred:
* Status: The command 'cmd /S /C curl.exe -sS -L -o node.zip https://nodejs.org/dist/v%NODEJS_VERSION%/node-v%NODEJS_VERSION%-win-x64.zip' returned a non-zero code: 6, Code: 6

@JeffjHoyt
Copy link
Author

I opened powershell outside of VS code and ran each line myself after changing the "%NODEJS_VERSION%" to the actual version and it all worked up until this command.

icacls.exe C:\node\ /grant "Authenticated Users":(F) /t
F : The term 'F' is not recognized as the name of a cmdlet, function, script file, or operable program.

@GAAOPS
Copy link

GAAOPS commented Jun 9, 2023

@JeffjHoyt , it is probably late, but if you still have the issue, can you please post the resolved docker config using:
docker compose config

it will help to diagnose the issue.

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

2 participants