compose-go
compose-go copied to clipboard
Reference library for parsing and loading Compose YAML files
Fix https://github.com/docker/compose/issues/12054 Hi, I've tried to fix the bug mentioned above by using the true working directory if there is a configuration file in it, otherwise it behaves the same...
This happens when some users are not very familiar with the Compose file syntax: during testing they'd comment out the environment variables, but not the actual `environment:` key, and the...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.0.0 to 2.3.0. Release notes Sourced from github.com/go-viper/mapstructure/v2's releases. v2.3.0 What's Changed build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in go-viper/mapstructure#46 build(deps): bump golangci/golangci-lint-action from...
This chanage updates the device spec to allow for a driver OR capabilities to be specified. It also removes the capabilities from the gpu spec and indicates that the gpu...
remove provider.config introduces by mistake (experimental attribute for a PoC 😓)
SkipResolveEnvironment involves `environment` is not interpolated
This PR updates go-yaml to the new official fork in the Yaml org, https://github.com/yaml/go-yaml
as we process env file, need to resolve interpolation variables from the env bine processed, which includes both env parsed from earlier file + variables read from previous lines in...
Currently in model loading, `workingDir` refers to the **relative** directory to the `workingDir` of **upper caller**, instead of the process's current working directory. This makes operations like `os.Stat(filepath.Join(workingDir, f))` will...