From 0d774151a4bddb11da1fdddd741870930d7f0f13 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 13 Mar 2018 23:27:36 -0400 Subject: [PATCH 1/3] Resolves: #1502381 - initial approved modulemd Signed-off-by: Lokesh Mandvekar --- docker.yaml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docker.yaml diff --git a/docker.yaml b/docker.yaml new file mode 100644 index 0000000..0d711b4 --- /dev/null +++ b/docker.yaml @@ -0,0 +1,50 @@ +--- +document: modulemd +version: 1 +data: + summary: Module for docker runtime and docker-distribution + description: >- + Docker is an open-source engine that automates the + deployment of any application as a lightweight, + portable, self-sufficient container that will run + virtually anywhere. + license: + module: + - MIT + dependencies: + buildrequires: + golang: "1.10" + golang-ecosystem: "2017.0" + platform: f28 + requires: + container-tools: "2017.0" + platform: f28 + references: + community: htts://github.com/projectatomic/docker + documentation: https://github.com/projectatomic/docker + tracker: https://github.com/projectatomic/docker + profiles: + default: + rpms: + - docker + - docker-distribution + api: + rpms: + - docker + - docker-common + - docker-distribution + - docker-fish-completion + - docker-logrotate + - docker-lvm-plugin + - docker-novolume-plugin + - docker-rhel-push-plugin + - docker-vim + - docker-zsh-completion + components: + rpms: + docker: + rationale: Primary component of this module. + ref: f28 + docker-distribution: + rationale: Primary component of this module. + ref: f28 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 2/3] 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 From 3dd5060deeb1517577c78b0259f94530fc2aae15 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Aug 2018 15:45:39 -0400 Subject: [PATCH 3/3] Rebuild for F30 branch Signed-off-by: Stephen Gallagher