diff --git a/Containerfile b/Containerfile index cd0065b..16a736e 100644 --- a/Containerfile +++ b/Containerfile @@ -49,7 +49,7 @@ RUN --mount=type=cache,sharing=locked,target=/target/var/cache/xbps,id=repocache XBPS_TARGET_ARCH=${ARCH} xbps-install -y \ -R "${REPO}" \ -r /target \ - base-container + base-minimal FROM scratch AS image-default COPY --link --from=install-default /target / diff --git a/README.md b/README.md index 9fed2b0..6c2b813 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ images. There are 3 images provided for each libc (`glibc` or `musl`): `noextract` file to prevent certain directories from being added to the image. These images average 40-65MB. -- `void-LIBC-full`: Large image based on the `base-container` package and +- `void-LIBC-full`: Large image based on the base-minimal package and does not contain a `noextract` configuration. If you want something that is as close to a full void VM as possible, this is the image you want to start with.These images average 80-135MB.