Cian Johnston
Cian Johnston
@phorcys420 How about adding `ENVBUILDER_GIT_SSH_PRIVATE_KEY_BASE64` for the use-case where writing the key to a file isn't an easy option? I'd like to keep the file option around because some security-conscious...
> Am I missing something here or is it the current way to go and I need to grant more rights to my role? That's correct. If you're using the...
Created a follow-up issue for the provider: https://github.com/coder/terraform-provider-envbuilder/issues/58
> [@mtojek](https://github.com/mtojek) [@johnstcn](https://github.com/johnstcn) Is this also something 🥥 can take? 🥥 is on it!
> I would like to understand why you think an integration test for this would be necessary. Purely out of paranoia, but it's only a suggestion.
> @johnstcn related to the integration tests, what `minVersion` should I set when testing new features? If you set `minVersion: "v0.0.0"` then the integration test will always run. Otherwise, the...
In the past I've used [goss](https://github.com/goss-org/goss) to peform basic docker image validations. We don't have to include it in the image, but it's a small self-contained binary so it's not...
Fixed by https://github.com/coder/coder/commit/2f55e2946695762025638959923a824fea0f3f8e and validated on dev.coder.com
FWIW, the [Incus template](https://github.com/coder/coder/blob/main/examples/templates/incus/main.tf#L157) uses a similar approach. The tricky piece here is ensuring that the agent token gets updated between restarts; the approach Incus takes is to just use...
Given that we can have multiple deployments with different versions, it would make sense to store the Coder binary in a separate directory or file prefix per deployment. There is...