Skip to content

feat: add image property to application schema for external:0.2 OCI type#265

Draft
spk wants to merge 1 commit into
mainfrom
fix-external-oci-image-schema
Draft

feat: add image property to application schema for external:0.2 OCI type#265
spk wants to merge 1 commit into
mainfrom
fix-external-oci-image-schema

Conversation

@spk

@spk spk commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds image property (object with name string) to the application schema in upsun.json
  • Adds image to the x-order list after stack
  • Adds a test case external-oci-image covering an app + Gotenberg OCI service configuration

Context

Applications using type: external:0.2 require an image.name property to specify the OCI container image (e.g. gotenberg/gotenberg:latest). Without this fix, upsun lint rejects the config with:

applications.<name>: Additional property image is not allowed

Test plan

  • New test external-oci-image fails before the schema change
  • All 15 tests pass after the schema change (go test ./validator/...)

@spk spk marked this pull request as draft June 9, 2026 09:24
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.

1 participant