Skip to content

Commit

Permalink
lxd/config/default: Add images to DefaultRemotes
Browse files Browse the repository at this point in the history
Same as the other ubuntu remotes.

Signed-off-by: Thomas Parrott <[email protected]>
(cherry picked from commit 9eabc9c)
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
tomponline authored and simondeziel committed Jun 20, 2024
1 parent 1b7699f commit 5385104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lxc/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var StaticRemotes = map[string]Remote{
// DefaultRemotes is the list of default remotes
var DefaultRemotes = map[string]Remote{
"local": LocalRemote,
"images": ImagesRemote,
"ubuntu": UbuntuRemote,
"ubuntu-daily": UbuntuDailyRemote,
}
Expand Down

0 comments on commit 5385104

Please sign in to comment.