Skip to content

Commit 803092b

Browse files
committed
Bump the expected image size
1 parent 857a150 commit 803092b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go-demo/scripts/verify-container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ assert_http_200() {
3434
}
3535

3636
# --- Image size check ---------------------------------------------------------
37-
EXPECTED_IMAGE_SIZE_BYTES=10000000
37+
EXPECTED_IMAGE_SIZE_BYTES=30000000 # 30mb
3838
ACTUAL_IMAGE_SIZE_BYTES="$(docker image inspect --format='{{.Size}}' "$IMAGE_NAME")"
3939
# Check the that the image is in a general size range
4040
# The size here is different than the virtual container size as reported by

0 commit comments

Comments
 (0)