Eystein Bye
02/05/2024, 8:18 AMsuitecloud-cli
?
> suitecloud-project@1.0.0 deploy:setup
> suitecloud account:savetoken --account $NETSUITE_ACCOUNT_ID --authid DeployToken --tokenid $NETSUITE_TOKEN_ID --tokensecret $NETSUITE_TOKEN_SECRET
Something went wrong when trying to save credentials. Contact support.
I am using suitecloud version 1.8.0
and node v18.16.0
(have tested other node versions also)
I get this to work locally, but not in a Docker container, or in my build pipelineSimonC
02/05/2024, 7:29 PMSimonC
02/05/2024, 7:31 PMSimonC
02/05/2024, 7:32 PMEystein Bye
02/05/2024, 7:34 PMgoogle/cloud-sdk:458.0.1-alpine
since I also do some gcloud
stuff during the deploy π But I can try to see if the error goes away with a slim node image.
I wish the error message was a bit more verbose π
SimonC
02/05/2024, 7:34 PMEystein Bye
02/05/2024, 7:42 PMkubectl
did not install on that image, but that might be simpler to fix.Eystein Bye
02/05/2024, 7:43 PMSimonC
02/05/2024, 7:45 PMEystein Bye
02/05/2024, 7:46 PMAli Syed (NS DevTools QA)
02/06/2024, 1:43 PMRUN apk update RUN apk add bash RUN apk add dbus RUN dbus-uuidgen --ensure
SimonC
02/06/2024, 1:44 PM