diff --git a/dotnet_base_container/Containerfile b/dotnet_base_container/Containerfile index 39372f2..cd36f43 100644 --- a/dotnet_base_container/Containerfile +++ b/dotnet_base_container/Containerfile @@ -11,8 +11,8 @@ LABEL com.github.containers.toolbox="true" \ com.redhat.component="$NAME" \ name="$NAME" \ version="$VERSION" \ - usage="To be built upon with custom developer images" \ - summary="Wyatt's custom base image" \ + usage=".NET currrent custom developer images" \ + summary="Wyatt's custom .NET 7 image" \ maintainer="Wyatt J. Miller " # Install .NET and related tools diff --git a/dotnet_lts_container/Containerfile b/dotnet_lts_container/Containerfile index e5e574d..b2e75cc 100644 --- a/dotnet_lts_container/Containerfile +++ b/dotnet_lts_container/Containerfile @@ -11,8 +11,8 @@ LABEL com.github.containers.toolbox="true" \ com.redhat.component="$NAME" \ name="$NAME" \ version="$VERSION" \ - usage="To be built upon with custom developer images" \ - summary="Wyatt's custom base image" \ + usage=".NET LTS custom developer image" \ + summary="Wyatt's custom .NET LTS image" \ maintainer="Wyatt J. Miller " # Install .NET and related tools