Use podman as base
This commit is contained in:
parent
60dbde87be
commit
aea1e2bb74
5
pod.py
5
pod.py
@ -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'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user