Skip to content

docs(disk-images): correct the published CDN prefix - #35

Closed
ericwang401 wants to merge 1 commit into
mainfrom
fix/disk-images-cdn-prefix
Closed

ericwang401 wants to merge 1 commit into
mainfrom
fix/disk-images-cdn-prefix

Conversation

@ericwang401

Copy link
Copy Markdown
Contributor

The example disk URLs in docs/disk-images.md are written under /images/, but
cofoundry.toml sets prefix = "templates/" and the live registry publishes
under /templates/.

The paths are elided with an ellipsis, so nobody could copy one and notice it
was wrong, which is how it survived. Found while building Convoy's importer
against the real registry.

One line each, no behaviour change.

The example URLs said /images/; `cofoundry.toml` sets `prefix = "templates/"`
and the live registry publishes under /templates/. The paths were elided with
an ellipsis, which is why a wrong prefix survived in them.
@ericwang401

Copy link
Copy Markdown
Contributor Author

Closing: the docs were right and the code was wrong. Renaming the published prefix to images/ instead, since these are qcow2 disk images that get import-from'd and never become Proxmox templates.

@ericwang401
ericwang401 deleted the fix/disk-images-cdn-prefix branch September 20, 2026 19:18
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