Commit graph

10 commits

Author SHA1 Message Date
Cian Johnston
23f2cf5f48
fix(internal/provider): correctly override from extra_env ()
Relates to 

Our previous logic did not pass options from extra_env to envbuilder.RunCacheProbe.
This fixes the logic and adds more comprehensive tests around the overriding logic.
Future commits will refactor this logic some more.
2024-09-04 11:19:25 +01:00
Cian Johnston
cd1599f79d
fix(internal/provider): set all supported envbuilder options ()
* fix(internal/provider): set all supported envbuilder options

* do not allow overriding git_url and cache_repo
2024-08-16 14:55:46 +01:00
Cian Johnston
6cf3d93444
feat(internal/provider): add env_map to cached_image_resource ()
This PR adds `env_map` to `cached_image_resource.` This consists of the computed env in map format, which can be useful for other providers that do not expect `KEY=VALUE` format.
2024-08-16 09:42:27 +01:00
Cian Johnston
9f455838b8
fix(provider): correctly handle devcontainer-only in cache probe mode ()
* chore(internal/provider): add test case for dockerfile-only operation

* chore(deps): update envbuilder to include 
2024-08-15 12:58:06 +01:00
Cian Johnston
68cc59d705
fix(internal/provider): correct escaping of strings in envbuilder_cached_image.env ()
Fixes 

We had previously been doing the equivalent of value.String() when writing envbuilder_cached_image.env. This was incorrectly escaping newlines, potentially breaking ENVBUILDER_INIT_SCRIPT.

This PR modifies the behaviour to correctly handle string values via ValueString() instead.
2024-08-14 14:55:22 +01:00
Cian Johnston
b35004a702
feat: add warning diags to aid troubleshooting ()
Adds warning diagnostics to aid in troubleshooting issues with cached builds.
2024-08-13 13:13:45 +01:00
Cian Johnston
c10305910f
feat: add remote_repo_build_mode envbuilder option ()
Adds support for setting the --remote-repo-build-mode Envbuilder option. Defaults to true if not set.
2024-08-09 10:32:30 +01:00
Cian Johnston
d30006a40b
fix: do not quote stringy env variables () 2024-08-08 14:34:55 +01:00
Cian Johnston
72ddd72815
chore: pre-publish tidy ()
* chore: pre-publish tidy

* fixup! chore: pre-publish tidy

* update tf test matrix

* update envbuilder and kaniko fork to latest versions
2024-08-07 16:38:15 +01:00
Cian Johnston
ad8b1fda9e
feat: convert datasource to resource ()
- Convert datasource to resource
- Update examples
- Update tests
2024-08-07 11:49:41 +01:00