Jullian Pepito
Jullian Pepito
When passing in a docker config secret using the following format: ``` { "auths": { "https://registry.jfrog.io": { "auth": "anV.....5Ug==" } } } ``` authentication against my private image registry fails...
Continue support of example images used by our example templates repository, [coder/templates](https://github.com/coder/templates), as part of our effort to centralize Coder examples. - Un-deprecates: - deprecated/node - deprecated/java - deprecated/golang -...
Was playing around with the `cron` attribute, and found out that it parses expressions in `seconds minutes hours ...` instead of `minutes hours ...`. I can see [here](https://github.com/coder/coder/blob/c84bf9f8157f4bf7308e4c3de002f49636d81d12/agent/agentscripts/agentscripts.go#L45) that the...