Talia Wong

Results 67 comments of Talia Wong

I'm running into this too. It seems like there's no way to install gems with (1) a frozen lockfile (`deployment`/`frozen`) and (2) an present but empty or partially filled `vendor/cache`

~~Well I think I spoke too soon, it appears that running `bundle package` before the install does not implicitly update gems, so I ended up with this:~~ ``` bundle package...

Okay well I don't know what I was seeing before because I'm definitely still seeing the OP issue and not finding a way to avoid updating the Gemfile.lock with a...

If one is running `bundle install` you have access to the `--local` or `--prefer-local` options, so it seems odd to force `local` in this case. If one is running `bundle...

The one use case I've found currently where cache mounts are actually helpful is where the same cache is used several times within a given docker build. E.g. a package...

It seems like other AWS services are moving in the direction of using session tags for this purpose. But the IAM authenticator relies on the public STS API which does...

> Instead of calling the EKS API (We have 30+ roles per cluster), can we keep the annotation for the same effect? This would have some potentially problematic security implications...

@viktorianer I don't think this has the same cause. The symptom of this issue is that `bundle install` fails, but in your case it looks like that is successful but...

Can this be done by configuring [provider installation](https://developer.hashicorp.com/terraform/cli/config/config-file#provider-installation) in `.terraformrc`? This definitely has some limitations though. I'm unclear about whether this would affect providers that have already been downloaded and...

If you do this, I think that wiki page glosses over some things that might be worth paying attention to: * If the alternative to Linq/foreach is creating an intermediate...