omni icon indicating copy to clipboard operation
omni copied to clipboard

Update image tag format in compose.yaml

Open danielr1996 opened this issue 3 weeks ago • 2 comments

Otherwise docker compose up fails with

 ✘ omni Error failed to resolve reference "ghcr.io/siderolabs/omni:1.3.4": ghcr.io/siderolabs/omni:1.3.4: not found                                                                   1.3s

danielr1996 avatar Nov 26 '25 11:11 danielr1996

I don't think it's a good idea to change it like that now. All docs are adding v prefix to the OMNI_IMG_TAG when you set the env var. Changing that to prepend v inside the compose file will render all of them unusable.

I guess our official documentation needs to be fixed as it's using incorrect format there.

Unix4ever avatar Nov 26 '25 11:11 Unix4ever

Thats if course also possible, i just wanted to the sidero team to be aware that the current documentation contains issues, maybe I should have created an issue instead.

danielr1996 avatar Nov 26 '25 12:11 danielr1996

Fixed the docs here https://github.com/siderolabs/docs/pull/184

Unix4ever avatar Nov 26 '25 15:11 Unix4ever

The documentation fix was merged.

Unix4ever avatar Nov 27 '25 12:11 Unix4ever

Thanks for fixing it, but now it must also be updated in the curl https://raw.githubusercontent.com/siderolabs/omni/v${OMNI_VERSION}/deploy/compose.yaml -o compose.yaml command, I created a pull request: https://github.com/siderolabs/docs/pull/187

danielr1996 avatar Nov 28 '25 08:11 danielr1996