From 82487e8bd34a1dc503d8d8b1d8d90ef482bab697 Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 17 May 2018 09:09:51 +0100 Subject: [PATCH] Add bionic to list of images to sync by default --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 0cc7e03..f84e678 100644 --- a/config.yaml +++ b/config.yaml @@ -4,7 +4,7 @@ options: default: "[{url: 'http://cloud-images.ubuntu.com/releases/', name_prefix: 'ubuntu:released', path: 'streams/v1/index.sjson', max: 1, - item_filters: ['release~(trusty|xenial)', 'arch~(x86_64|amd64)', 'ftype~(disk1.img|disk.img)']}]" + item_filters: ['release~(trusty|xenial|bionic)', 'arch~(x86_64|amd64)', 'ftype~(disk1.img|disk.img)']}]" description: > YAML-formatted list of simplestreams mirrors and their configuration properties. Defaults to downloading the released images from