Skip to content

Commit 55d1ac2

Browse files
authored
Merge pull request #753 from SUSE/base_16
Expand bci-base to 101 MB for 16.0/x86_64
2 parents ed72f06 + bd9b41d commit 55d1ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_base_size(container: ContainerData, container_runtime):
103103
}
104104
elif OS_VERSION in ("16.0",):
105105
base_container_max_size: Dict[str, int] = {
106-
"x86_64": 100,
106+
"x86_64": 101,
107107
"aarch64": 126,
108108
"ppc64le": 138,
109109
"s390x": 99,

0 commit comments

Comments
 (0)