From a7cd98ffbbfb6dba43e1b5c61d7b40d5997d602a Mon Sep 17 00:00:00 2001 From: jpic Date: Sat, 24 Apr 2021 13:10:11 +0200 Subject: [PATCH] Fix base image --- shlaxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlaxfile.py b/shlaxfile.py index 9eedc74..d9ad328 100755 --- a/shlaxfile.py +++ b/shlaxfile.py @@ -10,7 +10,7 @@ shlax = Container( Packages('python38', 'buildah', 'unzip', 'findutils', upgrade=False), Copy('setup.py', 'shlax', '/app'), Pip('/app[cli]'), - base='quay.io/podman/stable', + base='quay.io/buildah/stable', commit='docker://docker.io/yourlabs/shlax', ), )