Skip to content
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

Support public image servers #150

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

maveonair
Copy link
Member

This pull requests fixes #119 as we support public image servers now.

Example

resource "incus_instance" "a1" {
  remote = "instance-server"
  name   = "a1"
  image  = "public-image-server:my-custom-alpine"
}

@maveonair maveonair requested a review from stgraber October 29, 2024 18:28
@stgraber stgraber merged commit fb820a6 into lxc:main Oct 30, 2024
10 checks passed
@maveonair maveonair deleted the public-image-server branch October 30, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

incus_instance fails on image with a public remote
2 participants