Commit 6733355b authored by Scotty Logan's avatar Scotty Logan
Browse files

moved docker release setting up to generic Ubuntu.yaml

parent 3975c2c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,3 +21,5 @@ base::packages::sources:
    location: http://us.archive.ubuntu.com/ubuntu/
    release: "%{lsbdistcodename}-backports"
    repos: "main restricted universe"
  docker:
    release: "ubuntu-%{::lsbdistcodename}"
+0 −3
Original line number Diff line number Diff line
# data/Debian/Ubuntu/14.04.yaml
# defaults for Ubuntu 14.04 (trusty) systems
---
base::sources:
  docker:
    release: "ubuntu-%{::lsbdistcodename}"
+0 −3
Original line number Diff line number Diff line
# data/Debian/Ubuntu/16.04.yaml
# defaults for Ubuntu 16.04 (xenial) systems
---
base::sources:
  docker:
    release: "ubuntu-%{::lsbdistcodename}"