Ben Connito

Results 5 comments of Ben Connito

@rmmoul I ran into the 1024 limit and did NOT want to compile php and run my own version. So to get around the 1024 limit, i ran multiple instances...

this is nessacary for immutable builds between environments +1

i noticed if your package-lock.json has the `443` in the resolved url like `https://domain-owner.d.codeartifact.us-east-1.amazonaws.com:443/npm/repositoryname/@privatedomain%2Fmyprivatepackage` then if i set the dependabot registry url to `https://domain-owner.d.codeartifact.us-east-1.amazonaws.com:443/npm/repositoryname/` it worked. tried this after reading...

it certainly wouldnt hurt. im sure those who use it on gcp would benefit from that and depending on gcr rate limiting it might suffice. anything other than docker hub...

the main idea is to avoid docker hubs rate limiting for anonymous users. and have official/verified images on other registries (gcr,ecr). there are images of sentry cli on ecr public...