Skip to content

Conversation

@astromechza
Copy link
Member

@astromechza astromechza commented Nov 19, 2024

We've been looking at how we can use Score to support slightly more abstract workloads and we've seen that the > 1 containers places somewhat of a limitation on what Score implementations can accept and transform and how teams can iterate and learn about Score. This coincides with the need to start supporting additional top level extensions on the spec:

apiVersion: score.dev/v1b1
metadata:
  name: example-workload-name123
x-my-extension:
  archive: http://example.com/binary.tgz
  variables:
    SOME_VAR: ${resources.example.thing}
resources:
  example:
    type: resource-type

@astromechza astromechza changed the title feat: allow 0 containers and containers without an image feat: allow 0 containers Nov 19, 2024
@astromechza astromechza changed the title feat: allow 0 containers feat: allow valid Score specs with zero containers Nov 19, 2024
@astromechza astromechza changed the title feat: allow valid Score specs with zero containers feat: allow valid Score specs without a containers section Nov 29, 2024
@astromechza astromechza changed the title feat: allow valid Score specs without a containers section feat: allow valid Score specs without a containers section and support top level extensions Nov 29, 2024
Copy link

@chris-stephenson chris-stephenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems a little too permissive to add this to the score spec as stands. If experimentation is required, a new implementation can always be created.

@mathieu-benoit mathieu-benoit deleted the allow-0-containers branch April 25, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants