Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 01:52:12 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 395b9c9977c5 - main - OCI: Bump image size to 6 GB
Message-ID:  <202308070152.3771qCjJ074610@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=395b9c9977c521a4565e9898299a6abfbf54127c

commit 395b9c9977c521a4565e9898299a6abfbf54127c
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-08-07 01:51:35 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-08-07 01:51:35 +0000

    OCI: Bump image size to 6 GB
    
    5 GB is no longer enough.
    
    Sponsored by:   https://www.patreon.com/cperciva
---
 release/tools/oci.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/tools/oci.conf b/release/tools/oci.conf
index 47231d65d79b..c57a7683a500 100644
--- a/release/tools/oci.conf
+++ b/release/tools/oci.conf
@@ -27,7 +27,7 @@ export VM_EXTRA_PACKAGES="
     "
 
 # Should be enough for base image, image can be resized in needed
-export VMSIZE=5g
+export VMSIZE=6g
 
 # Set to a list of third-party software to enable in rc.conf(5).
 export VM_RC_LIST="



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308070152.3771qCjJ074610>