Use podman as base

This commit is contained in:
jpic 2020-01-26 18:10:30 +01:00
parent 60dbde87be
commit aea1e2bb74

5
pod.py
View File

@ -7,9 +7,8 @@ from podctl import *
podctl = Container( podctl = Container(
Base('docker.io/centos'), Base('quay.io/podman/stable'),
Packages('podman', 'buildah', 'python3'), Packages('python3', 'buildah'),
#User('app', 1000, '/app'),
Copy(['setup.py', 'podctl'], '/app'), Copy(['setup.py', 'podctl'], '/app'),
Pip('/app'), Pip('/app'),
Config(cmd='podctl', author='jpic'), Config(cmd='podctl', author='jpic'),