diff --git a/shared/data/registry.json b/shared/data/registry.json index 844c2bfb62..4c2709c21c 100644 --- a/shared/data/registry.json +++ b/shared/data/registry.json @@ -43,6 +43,48 @@ ] } }, + "composable": { + "description": "Composable image", + "disk": false, + "docs": { + "relationship_name": null, + "service_name": null, + "url": "/create-apps/app-reference/composable-image.html", + "web": { + "upstream": { + "socket_family": "tcp", + "protocol": "http" + }, + "commands": { + "start": "" + }, + "locations": { + "/": { + "allow": false, + "passthru": true + } + } + }, + "hooks": { + "build": [ + ] + } + }, + "endpoint": null, + "min_disk_size": null, + "name": "Composable image", + "repo_name": "composable", + "runtime": true, + "type": "composable", + "versions": { + "deprecated": [ + ], + "supported": [ + "24.05", + "25.05" + ] + } + }, "dotnet": { "description": "ASP.NET 5 application container.", "repo_name": "dotnet", diff --git a/sites/platform/.yaml b/sites/platform/.yaml index e55974c15a..171d37f349 100644 --- a/sites/platform/.yaml +++ b/sites/platform/.yaml @@ -35,6 +35,36 @@ chrome-headless: deprecated: [] supported: - '95' +composable: + description: Composable image + disk: false + docs: + relationship_name: null + service_name: null + url: /create-apps/app-reference/composable-image.html + web: + upstream: + socket_family: tcp + protocol: http + commands: + start: '' + locations: + /: + allow: false + passthru: true + hooks: + build: [] + endpoint: null + min_disk_size: null + name: Composable image + repo_name: composable + runtime: true + type: composable + versions: + deprecated: [] + supported: + - '24.05' + - '25.05' dotnet: description: ASP.NET 5 application container. repo_name: dotnet diff --git a/sites/platform/src/create-apps/app-reference/composable-image.md b/sites/platform/src/create-apps/app-reference/composable-image.md index 89b956294b..bc9e5e378d 100644 --- a/sites/platform/src/create-apps/app-reference/composable-image.md +++ b/sites/platform/src/create-apps/app-reference/composable-image.md @@ -107,8 +107,7 @@ If you use PHP, note that PHP-FPM is only started automatically if PHP is define ### Supported Nix channels -- `24.05` -- `25.05` +{{< image-versions image="composable" status="supported" environment="grid" >}} ### Configure Nix channels diff --git a/sites/upsun/.yaml b/sites/upsun/.yaml index 030e333790..22861847bb 100644 --- a/sites/upsun/.yaml +++ b/sites/upsun/.yaml @@ -35,6 +35,36 @@ chrome-headless: deprecated: [] supported: - '95' +composable: + description: Composable image + disk: false + docs: + relationship_name: null + service_name: null + url: /create-apps/app-reference/composable-image.html + web: + upstream: + socket_family: tcp + protocol: http + commands: + start: '' + locations: + /: + allow: false + passthru: true + hooks: + build: [] + endpoint: null + min_disk_size: null + name: Composable image + repo_name: composable + runtime: true + type: composable + versions: + deprecated: [] + supported: + - '24.05' + - '25.05' dotnet: description: ASP.NET 5 application container. repo_name: dotnet diff --git a/sites/upsun/src/create-apps/app-reference/composable-image.md b/sites/upsun/src/create-apps/app-reference/composable-image.md index d1522d9798..0a710ae3b5 100644 --- a/sites/upsun/src/create-apps/app-reference/composable-image.md +++ b/sites/upsun/src/create-apps/app-reference/composable-image.md @@ -128,8 +128,7 @@ If you use PHP, note that PHP-FPM is only started automatically if PHP is define ### Supported Nix channels -- `24.05` -- `25.05` +{{< image-versions image="composable" status="supported" environment="grid" >}} ### Configure Nix channels