Skip to content

chore: add composable image to the registry #4776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions shared/data/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
30 changes: 30 additions & 0 deletions sites/platform/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
30 changes: 30 additions & 0 deletions sites/upsun/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading