Skip to content

Commit

Permalink
Revert "Containerfile: rename base-minimal -> base-container"
Browse files Browse the repository at this point in the history
This reverts commit 75a5bf7.
  • Loading branch information
classabbyamp committed Aug 12, 2023
1 parent 5b7a729 commit 82d4393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 82d4393

Please sign in to comment.