Skip to content

issues Search Results · repo:coder/terraform-provider-envbuilder language:Go

Filter by

19 results
 (80 ms)

19 results

incoder/terraform-provider-envbuilder (press backspace or delete to remove)

Hello. I am trying to configure image caching based on this example, but having some issues. When creating workspace, I notice the following errors during provisioning: Failed to find cached image in repository ...
  • arslan-charyyev
  • Opened 
    on Apr 24
  • #99

Added by https://github.com/coder/envbuilder/pull/446 We need to update the provider to support this configuration option. This will be useful for folks running self-hosted Azure Devops.
enhancement
  • johnstcn
  • Opened 
    on Mar 13
  • #89

1. Set ENVBUILDER_GIT_SSH_PRIVATE_KEY_BASE64 in locals.envbuilder_env. 2. Pass locals.envbuilder_env to envbuilder_cached_image 3. Pass envbuilder_cached_image.env to docker_container.env 4. The ENVBUILDER_GIT_SSH_PRIVATE_KEY_BASE64 ...
  • Ricky-Hao
  • Opened 
    on Feb 22
  • #83

Problem When using envbuilder_cached_image with a cache repo requiring authentication and passing ENVBUILDER_DOCKER_CONFIG_BASE64 into the provider: Failed to find cached image in repository docker.local ...
bug
  • johnstcn
  • Opened 
    on Jan 20
  • #77

Envbuilder 1.1 supports build secrets. We should port support over into this terraform provider: https://github.com/coder/envbuilder/issues/93#issuecomment-2454421125
enhancement
  • SasSwart
  • 1
  • Opened 
    on Dec 11, 2024
  • #71

I am using the envbuilder terraform provider to cache my workspace image in coder. Could somebody help me understand why I always see the following error which results in a cache miss? Failed to find ...
help wanted
question
  • MartinLoeper
  • 10
  • Opened 
    on Nov 27, 2024
  • #68

https://github.com/coder/envbuilder/pull/396 added the capability of specifying the SSH private key as base64. This needs to be added to the Terraform provider for parity.
enhancement
  • johnstcn
  • Opened 
    on Oct 25, 2024
  • #58

A common practice I ve found for the envbuilder_cached_image resource is the following: resource envbuilder_cached_image cached { count = data.coder_workspace.me.start_count ... } However, when ...
bug
  • johnstcn
  • Opened 
    on Sep 26, 2024
  • #53

nit: would it help if we have some _YAML files with test input data?_ I mean, less Go code... Originally posted by @mtojek in https://github.com/coder/terraform-provider-envbuilder/pull/44#discussion_r1743231711 ...
enhancement
  • johnstcn
  • Opened 
    on Sep 4, 2024
  • #45

Dockerfile: https://github.com/coder/coder/blob/main/dogfood/contents/Dockerfile devcontainer.json: https://github.com/coder/coder/blob/main/dogfood/contents/devcontainer.json Error: get cached image: ...
bug
  • johnstcn
  • 6
  • Opened 
    on Sep 2, 2024
  • #43
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub