1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

10 Commits

Author SHA1 Message Date
Tomas Tomecek
d69f76580b depend on version 2 of docker-py
which is now available as 'docker' in PyPI and as a `python{2,3}-docker`
in Fedora.

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>

Closes: #902
Approved by: rhatdan
2018-02-12 20:19:08 +00:00
Yiding Wang
9e012b3c5d fix building issue on Debian 2017-12-06 12:55:21 +08:00
Steve Milner
efcede6303 requirements.txt: Remove gi
The gi referenced in requirements.txt ends up pulling an unrelated
library named gi which is not python-gobject related.

Signed-off-by: Steve Milner <smilner@redhat.com>

Closes: #1135
Approved by: giuseppe
2017-11-29 12:31:13 +00:00
Aaron Weitekamp
ef8b07ef79 update default trust policy file
Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>

Closes: #822
Approved by: rhatdan
2017-01-16 14:27:00 +00:00
Dan Walsh
30dcffcc41 Add missing PyYAML for requiremets.txt so setup.py will work 2016-08-16 13:03:20 -04:00
Yu Qi Zhang
33793a27ce atomic: add dateutil to requirements
Add python-dateutil, which is used by "atomic ps".

Closes: #457
Approved by: rhatdan
2016-07-08 15:35:38 +00:00
Giuseppe Scrivano
ce30c0c188 mount: add support for system containers
Use an xattr to store what drivers is used to manage the mountpoint.
This is important because OSTree containers are simply bind mount to
the rootfs of the container already checked out on the file system,
while images are checked out and must be "rm -rf" when unmounted.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #377
Approved by: jlebon
2016-05-20 20:03:19 +00:00
Giuseppe Scrivano
81dd6ffc04 Use OSTree to store layers and do containers checkouts
Requires python3-gobject-base as a dependency.

Based on: https://github.com/cgwalters/dlayer-ostree

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2016-04-18 20:27:31 +02:00
Charlie Drage
190f396d3d added debian install support and doc 2015-08-27 15:08:40 -04:00
Ratnadeep Debnath
9092885f97 Add install_requires in setup.py from requirements.txt
to install Python dependencies during setup.py develop/install.
2015-08-11 00:10:36 +05:30