mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 05:13:01 +02:00
test: add missing path to container images
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -5,8 +5,8 @@ from infamy.util import warn
|
||||
|
||||
class Container:
|
||||
"""Helper methods"""
|
||||
HTTPD_IMAGE = "curios-httpd-latest.tar.gz"
|
||||
NFTABLES_IMAGE = "curios-nftables-latest.tar.gz"
|
||||
HTTPD_IMAGE = "/lib/oci/curios-httpd-latest.tar.gz"
|
||||
NFTABLES_IMAGE = "/lib/oci/curios-nftables-latest.tar.gz"
|
||||
|
||||
def __init__(self, target):
|
||||
self.system = target
|
||||
|
||||
Reference in New Issue
Block a user