Commit Graph

7 Commits

Author SHA1 Message Date
David Cassany
c35f9f3b23 Add support for OCI images
This commit adds support for OCI images. Most of the docker related
code is reused for OCI classes and Docker classes have been refactored
so now they are a splecialization of the OCI classes. It is done this
way since KIWI internally only uses OCI format to operate with
containers, therefore docker images just differ from OCI images by
the way they are packaged or unpackaged.
2017-04-19 16:44:33 +02:00
Marcus Schäfer
1a5257a0e8 Prevent use of project relative import statements
For details on the motivation of this change please visit:
https://wiki.python.org/moin/FutureProofPython
2017-03-07 11:23:37 +01:00
Christian Bruckmayer
013915eb3b
Remove lxc configuration from docker images
Docker does not use LXC execdriver anymore.
Fixes #40
2016-06-29 11:52:08 +02:00
Marcus Schäfer
319fb9e6e4
Adapt to common python style
Private methods should start with _f() not __f()
2016-06-15 16:27:45 +02:00
Marcus Schäfer
1a0f0a4442
Update container inline API documentation
References #49
2016-04-13 16:53:53 +02:00
Marcus Schäfer
e246e72a52
Refactor data subpackage
Move from data to utils, data is generally considered
as text data and not code
2016-03-17 10:42:08 +01:00
Marcus Schäfer
39d08c35f3 Continue Refactor into subpackage
Move container_setup from toplevel into container.setup
2016-03-09 10:05:47 +01:00