Skip to content

Commit 2f6e881

Browse files
committed
Revert "Revert "Containerfile: rename base-minimal -> base-container""
This reverts commit 82d4393. now we can actually use this
1 parent b51f606 commit 2f6e881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN --mount=type=cache,sharing=locked,target=/target/var/cache/xbps,id=repocache
5050
XBPS_TARGET_ARCH=${ARCH} xbps-install -y \
5151
-R "${REPO}" \
5252
-r /target \
53-
base-minimal
53+
base-container
5454

5555
FROM scratch AS image-default
5656
COPY --link --from=install-default /target /

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ images. There are 3 images provided for each libc (`glibc` or `musl`):
77
`noextract` file to prevent certain directories from being added to
88
the image. These images average 40-65MB.
99

10-
- `void-LIBC-full`: Large image based on the base-minimal package and
10+
- `void-LIBC-full`: Large image based on the `base-container` package and
1111
does not contain a `noextract` configuration. If you want something
1212
that is as close to a full void VM as possible, this is the image you
1313
want to start with.These images average 80-135MB.

0 commit comments

Comments
 (0)