Tweak the 'summary' label
The concept of a 'base' image for creating Toolbx containers hasn't
existed since Toolbx 0.0.10, when the Buildah dependency and the
user-specific customized image were dropped [1]. That was a long time
ago. Toolbx containers created before that were never supported by the
Go implementation [2].
Therefore, it's time to update the terminology.
[1] Toolbx commit 8b84b5e4604921fa
8b84b5e460
https://github.com/containers/toolbox/pull/160
[2] Toolbx commit 238f2451e7d7d54a
238f2451e7
https://github.com/containers/toolbox/pull/318
https://github.com/containers/toolbox/pull/1456
This commit is contained in:
parent
d7fcb30a3d
commit
209968478f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ LABEL com.github.containers.toolbox="true" \
|
|||
name="$NAME" \
|
||||
version="$VERSION" \
|
||||
usage="This image is meant to be used with the toolbox command" \
|
||||
summary="Base image for creating Fedora Toolbx containers" \
|
||||
summary="Image for creating Fedora Toolbx containers" \
|
||||
maintainer="Debarshi Ray <rishi@fedoraproject.org>"
|
||||
|
||||
COPY README.md /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue