Skip to content

Commit 82d4393

Browse files
committed
Revert "Containerfile: rename base-minimal -> base-container"
This reverts commit 75a5bf7.
1 parent 5b7a729 commit 82d4393

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
@@ -49,7 +49,7 @@ RUN --mount=type=cache,sharing=locked,target=/target/var/cache/xbps,id=repocache
4949
XBPS_TARGET_ARCH=${ARCH} xbps-install -y \
5050
-R "${REPO}" \
5151
-r /target \
52-
base-container
52+
base-minimal
5353

5454
FROM scratch AS image-default
5555
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-container` package and
10+
- `void-LIBC-full`: Large image based on the base-minimal 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)