From 3fd1c9b6259c849dda11881ed71857e745d84c7a Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Aug 10 2017 12:39:18 +0000 Subject: Initial commit for the Atomic Host module Signed-off-by: Petr Šabata --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6286c94 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/atomic +MODULE = $(shell pwd | sed 's/^.*\///') + +update: + curl $(SOURCE)/$(MODULE).yaml -o $(MODULE).yaml diff --git a/atomic.yaml b/atomic.yaml new file mode 100644 index 0000000..bef161f --- /dev/null +++ b/atomic.yaml @@ -0,0 +1,21 @@ +document: modulemd +version: 1 +data: + summary: The Atomic Host + description: >- + Atomic Host is a lightweight, immutable platform, designed with + the sole purpose of running containerized applications. + license: + module: [ MIT ] + dependencies: + buildrequires: + bootstrap: master + references: + community: https://www.projectatomic.io/ + documentation: http://www.projectatomic.io/docs/ + # The module is currently managed by the Host & Platform folks + tracker: https://github.com/fedora-modularity/hp/issues + components: + rpms: + # This module doesn't contain any components + {}