fix(applications): allow repeated hyphens in image names

This commit is contained in:
Andras Bacsai
2026-06-02 11:27:25 +02:00
parent 507ecfdf54
commit fb4c3aa22e
2 changed files with 2 additions and 1 deletions
@@ -13,6 +13,7 @@ it('accepts valid docker registry image names', function (string $imageName) {
'single component' => 'nginx',
'namespace image' => 'library/nginx',
'ghcr image' => 'ghcr.io/coollabsio/coolify',
'repository component with repeated hyphens' => 'ghcr.io/acme/my--service',
'registry with port' => 'registry.example.com:5000/team/app',
'digest marker used by existing dockerimage records' => 'nginx@sha256',
]);