hashicorp mirror
Hi, im try deploing coder-oss to my homelab kubernetes, and im get following error on coder pod starts:
I think it's because the hashicorp resources are not available for my server (it is located in Russia), can I specify a mirror for the hashicorp repository?
7 Replies
If you install Terraform 1.3.0 on your server, we won't try to download it!
in coder container?
Yeah, you'll need to essentially build a new container that includes the
terraform
binary in PATH.
You might also need to provide a mirror for Terraform providers.
I have made an unofficial image here that you can reference. I'd recommend building your own though since I don't plan on updating the versions of Coder or adding additional providers.Where i can look to mirror reference?
(edit: wrong thread)
Whoops, sorry! I didn't share the repo URL: https://github.com/bpmct/coder-offline
GitHub
GitHub - bpmct/coder-offline
Contribute to bpmct/coder-offline development by creating an account on GitHub.
You could use a local (filesystem mirror) or host your own. I'm not sure which ones would work given your network