Compare commits

..

10 commits

Author SHA1 Message Date
Stephen Gallagher
eef39c487f
Rebuild for F30 branch
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-08-16 15:44:50 -04:00
Stephen Gallagher
d07cd95c41
Rebuild for F30 branch
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-08-16 09:56:49 -04:00
Petr Šabata
fc5acc650b Updating to modulemd v2
Signed-off-by: Petr Šabata <contyk@redhat.com>
2018-04-09 19:55:43 +02:00
Lokesh Mandvekar
5b75de4223
update modulemd to use latest dep branch names
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-03-13 02:33:58 -04:00
Lokesh Mandvekar
1232069e65
Revert "include ostree temporarily"
try to build other packages without ostree if possible

This reverts commit 2714a7a397.
2017-12-04 18:46:44 -05:00
Lokesh Mandvekar
2714a7a397
include ostree temporarily
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-12-04 15:44:56 -05:00
Lokesh Mandvekar
c9c9bfedfa
add build deps for oci-umount and oci-systemd-hook
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-12-04 10:53:56 -05:00
Lokesh Mandvekar
327a8c49c0
add python[2,3]-pycreds to package list
disable tests to reduce python-docker deps

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-12-04 10:18:37 -05:00
Lokesh Mandvekar
86abc93582
add python[2,3]-ecosystem as deps
Needed for python[2,3]-docker

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-12-03 23:41:07 -05:00
Lokesh Mandvekar
6c80c00276
Resolves: #1502378 - initial build
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-12-03 21:22:03 -05:00
3 changed files with 94 additions and 1 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# container-tools
The container-tools package

91
container-tools.yaml Normal file
View file

@ -0,0 +1,91 @@
---
document: modulemd
version: 2
data:
summary: Common tools and dependencies for container runtimes
description: Contains SELinux policies, binaries and other
dependencies for use with container runtimes
license:
module:
- MIT
dependencies:
- buildrequires:
platform: []
golang: [1.10]
golang-ecosystem: [2017.0]
requires:
platform: []
references:
community: https://github.com/projectatomic
documentation: https://projectatomic.io
tracker: https://github.com/projectatomic
profiles:
default:
rpms:
- atomic
- buildah
- container-selinux
- container-storage-setup
- oci-register-machine
- oci-systemd-hook
- oci-umount
- python-docker
- python-docker-pycreds
- runc
- skopeo
api:
rpms:
- atomic
- atomic-registries
- buildah
- container-selinux
- container-storage-setup
- oci-register-machine
- oci-systemd-hook
- oci-umount
- python2-docker
- python2-docker-pycreds
- python3-docker
- python3-docker-pycreds
- runc
- skopeo
- skopeo-containers
buildopts:
rpms:
macros: |
%_with_ignore_tests 1
components:
rpms:
atomic:
rationale: Primary component of this module
ref: f28
buildah:
rationale: Primary component of this module
ref: f28
container-selinux:
rationale: Primary component of this module
ref: f28
container-storage-setup:
rationale: Primary component of this module
ref: f28
oci-register-machine:
rationale: Primary component of this module
ref: f28
oci-systemd-hook:
rationale: Primary component of this module
ref: f28
oci-umount:
rationale: Primary component of this module
ref: f28
python-docker:
rationale: Primary component of this module
ref: f28
python-docker-pycreds:
rationale: Primary component of this module
ref: f28
runc:
rationale: Primary component of this module
ref: f28
skopeo:
rationale: Primary component of this module
ref: f28

View file

@ -1 +0,0 @@
not shipped anymore