From 209968478ff645fb0ecbf40ab4bee13ee694cb97 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 22 Feb 2024 02:44:30 +0100 Subject: [PATCH] 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 https://github.com/containers/toolbox/commit/8b84b5e4604921fa https://github.com/containers/toolbox/pull/160 [2] Toolbx commit 238f2451e7d7d54a https://github.com/containers/toolbox/commit/238f2451e7d7d54a https://github.com/containers/toolbox/pull/318 https://github.com/containers/toolbox/pull/1456 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 234fc7c..bb9c1dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " COPY README.md /