Skip to content

Commit

Permalink
Use debian debootstrap template instead of image download for lxc
Browse files Browse the repository at this point in the history
  • Loading branch information
flesueur committed May 3, 2022
1 parent 671b80c commit 9406da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"masters": [
{
"backend":"lxc",
"template":"download",
"parameters":{"dist": "debian", "release": "bullseye", "arch": "amd64", "no-validate": "true"},
"template":"debian",
"parameters":{"release": "bullseye", "arch": "amd64"},
"family":"debian",
"name":"bullseye"
},
Expand Down

0 comments on commit 9406da8

Please sign in to comment.