Skip to content

Commit

Permalink
lxc/config/default: Remove images remote
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
(cherry picked from commit 9ee4559)
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
MusicDin authored and simondeziel committed Jun 21, 2024
1 parent 211de9b commit 4e97941
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lxc/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ var LocalRemote = Remote{
Public: false,
}

// ImagesRemote is the community image server (over simplestreams)
var ImagesRemote = Remote{
Addr: "https://images.linuxcontainers.org",
Public: true,
Protocol: "simplestreams",
}

// UbuntuRemote is the Ubuntu image server (over simplestreams)
var UbuntuRemote = Remote{
Addr: "https://cloud-images.ubuntu.com/releases",
Expand All @@ -39,7 +32,6 @@ var StaticRemotes = map[string]Remote{

// DefaultRemotes is the list of default remotes
var DefaultRemotes = map[string]Remote{
"images": ImagesRemote,
"local": LocalRemote,
"ubuntu": UbuntuRemote,
"ubuntu-daily": UbuntuDailyRemote,
Expand Down

0 comments on commit 4e97941

Please sign in to comment.