Cian Johnston
Cian Johnston
@lip1221 to clarify, you were able to reproduce this issue until you manually deleted a resource that Terraform was failing to delete? Did you see the workspace build job start...
@matifali this relates to the devcontainer specification and not mounting in a volume via Terraform. See: https://containers.dev/implementors/json_reference/#mounts
@kujenga what version of Coder are you seeing this behaviour on?
@kujenga I think this is mainly down to a combination of confusing wording in the Coder UI and a lack of clarity on what the 'update' and 'restart' buttons actually...
> What is the recommended way of doing this now, multiple containers in the template? Yeah that's honestly the best way right now. We're working on an alternative method of...
This looks like a functionality gap in Envbuilder. It currently supports the following lifecycle script hooks: - `onCreateCommand` - `updateContentCommand` - `postCreateCommand` - `postStartCommand` We're currently missing support for: -...
Hi Martin, thank you for getting in touch! Our custom fork of Kaniko has a bunch of features we adapted specifically for our own use-cases (mainly around reproducibility of image...
@techwithanirudh Can you reproduce this behaviour without Terraform (that is, by running two instances of Envbuilder in parallel)? I'm expecting that this is not the case, and this behaviour is...
One possibility is a custom logging driver https://docs.docker.com/engine/extend/plugins_logging/
Linking a relevant PR here: https://github.com/coder/envbuilder/pull/174 For now, in the case of both Docker, the best approach is probably to write the key to a path on-disk and bind-mount it...