Fix base image
This commit is contained in:
parent
8544a76bf2
commit
a7cd98ffbb
@ -10,7 +10,7 @@ shlax = Container(
|
|||||||
Packages('python38', 'buildah', 'unzip', 'findutils', upgrade=False),
|
Packages('python38', 'buildah', 'unzip', 'findutils', upgrade=False),
|
||||||
Copy('setup.py', 'shlax', '/app'),
|
Copy('setup.py', 'shlax', '/app'),
|
||||||
Pip('/app[cli]'),
|
Pip('/app[cli]'),
|
||||||
base='quay.io/podman/stable',
|
base='quay.io/buildah/stable',
|
||||||
commit='docker://docker.io/yourlabs/shlax',
|
commit='docker://docker.io/yourlabs/shlax',
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user