From 78fb548ff336887052f51fc8165b7b0816113398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 9 Apr 2018 20:00:31 +0200 Subject: [PATCH] Updating to modulemd v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Ĺ abata --- docker.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker.yaml b/docker.yaml index 0d711b4..2c98415 100644 --- a/docker.yaml +++ b/docker.yaml @@ -1,6 +1,6 @@ --- document: modulemd -version: 1 +version: 2 data: summary: Module for docker runtime and docker-distribution description: >- @@ -12,13 +12,13 @@ data: module: - MIT dependencies: - buildrequires: - golang: "1.10" - golang-ecosystem: "2017.0" - platform: f28 - requires: - container-tools: "2017.0" - platform: f28 + - buildrequires: + golang: [1.10] + golang-ecosystem: [2017.0] + platform: [] + requires: + container-tools: [2017.0] + platform: [] references: community: htts://github.com/projectatomic/docker documentation: https://github.com/projectatomic/docker