Skip to content

issues Search Results · repo:compose-spec/compose-go language:Go

Filter by

92 results
 (96 ms)

92 results

incompose-spec/compose-go (press backspace or delete to remove)

The github.com/xeipuuv/gojsonschema module used for JSON-schema validation has not been maintained for a long time, and because of that, ended on the avoid list in kubernetes; https://github.com/kubernetes/kubernetes/issues/128572#issuecomment-2457145817 ...
  • thaJeztah
  • Opened 
    yesterday
  • #749

Having upgraded to the latest version of this Go library, our unit tests are now failing for string interpolation from environment variables: These tests worked with the previous version being used, but ...
  • alexellis
  • 3
  • Opened 
    13 days ago
  • #742

Imports from golang.org/x/exp seem to be some old relics and should be replaced with stdlib.
  • tonistiigi
  • Opened 
    21 days ago
  • #735

Hi, the LICENSE file of this project has a copyright statement from Docker, Inc.: https://github.com/compose-spec/compose-go/blob/84b7d5ab66388d3b5e24bae7861213a451a0f063/LICENSE#L179 Is it simply a ...
  • n-peugnet
  • Opened 
    22 days ago
  • #734

go run main.go # command-line-arguments ./main.go:15:25: undefined: loader.NewProjectOptions ./main.go:17:9: undefined: types.WithOsEnv ./main.go:18:9: undefined: types.WithDotEnv ./main.go:19:9: undefined: ...
  • GSergeevich
  • Opened 
    on Dec 22, 2024
  • #725

The uniqueItems is defined for an object, extra_hosts, while it should be defined only for an array.
  • AnaMManolache
  • 1
  • Opened 
    on Nov 29, 2024
  • #717

Original Yaml : services: nginx_proxy: image: nginx:latest deploy: resources: limits: cpus: 4.00 memory: 500M code: // make overrideYaml, err := compose.Project.MarshalYAML() ...
  • donknap
  • 2
  • Opened 
    on Nov 20, 2024
  • #712

This code used to work but broke after c558adc510603a923d7b4d15eca74152529b2a5b : return cli.NewProjectOptions(configPaths, … cli.WithLoadOptions(func(o *loader.Options) { // Panic: o.Interpolate ...
  • lionello
  • 2
  • Opened 
    on Nov 7, 2024
  • #710

This is likely a more rare use case, but I want to use go embed to include a string-ified compose file (that loads into a Project) and I m wondering if you have an example to do that? I m looking here: ...
  • vsoch
  • 1
  • Opened 
    on Nov 2, 2024
  • #707

var content []byte // set content project, err := loader.LoadWithContext(context.TODO(), compose.ConfigDetails{ConfigFiles: []compose.ConfigFile{{Content: content}}}) fails with err failed to read ...
  • lionello
  • 1
  • Opened 
    on Oct 15, 2024
  • #699
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 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