Kylir
Kylir
Hey there! Any update on that feature please? We are now using private npm modules and we need the `--secret` option in the docker build command. Any idea how to...
Thanks @ColeDCrawford for the answer. In my case I have a Copilot Pipeline and I want to build on AWS pulling private NPM modules hosted by Github. Really not sure...
Hi @Lou1415926 , Thanks for the post. You are very correct. It is exactly what I'm doing right now! I declared some parameters taken from Parameter Store and tweaked the...
Update! It's working! Yeah! I've been able to pull private NPM modules from Github. In case it is useful to anyone, here is what I did: ## Secret in the...
Hello! [EDIT: to make it clear I need my secret in a pipeline.] I need a bit of help please. My Copilot services are all built automatically using a Copilot...
Thanks a lot @iamhopaul123 for the quick answer. Sorry, I wasn't clear. On my machine this environment variable is already there (but your solution to set it is very elegant!)...
Let's see if I understand correctly: Inside `buildspec.xml` I can set the env variable using `aws ssm`? How will the docker build pick up this variable? Will the manifest used...
Thanks a ton! I will try that tomorrow (it's 8pm here :D)
It's working! Thanks to your help I'm back on track! My issue was with (my brain!) the syntax of the Manifest file. I didn't realise that I need to use...
Sorry, I forgot to mention this is to fix an issue on Linux when you are building node-hid from source.