From b206a1e107ca6412052b6def2e3bca5a9e886c55 Mon Sep 17 00:00:00 2001 From: jpic Date: Sat, 24 Apr 2021 11:58:45 +0200 Subject: [PATCH] Specify repository --- shlaxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shlaxfile.py b/shlaxfile.py index 4162b6b..e37f165 100755 --- a/shlaxfile.py +++ b/shlaxfile.py @@ -11,7 +11,7 @@ shlax = Container( Copy('setup.py', 'shlax', '/app'), Pip('/app'), base='quay.io/podman/stable', - commit='docker://yourlabs/shlax', + commit='docker://docker.io/yourlabs/shlax', ), )