Updating to modulemd v2
Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
0d774151a4
commit
78fb548ff3
1 changed files with 8 additions and 8 deletions
16
docker.yaml
16
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue