This commit is contained in:
Wyatt J. Miller 2023-05-30 13:36:55 -04:00
parent 3a69fb4224
commit 3f72fc3515
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ LABEL com.github.containers.toolbox="true" \
com.redhat.component="$NAME" \ com.redhat.component="$NAME" \
name="$NAME" \ name="$NAME" \
version="$VERSION" \ version="$VERSION" \
usage="To be built upon with custom developer images" \ usage=".NET currrent custom developer images" \
summary="Wyatt's custom base image" \ summary="Wyatt's custom .NET 7 image" \
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>" maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>"
# Install .NET and related tools # Install .NET and related tools

View File

@ -11,8 +11,8 @@ LABEL com.github.containers.toolbox="true" \
com.redhat.component="$NAME" \ com.redhat.component="$NAME" \
name="$NAME" \ name="$NAME" \
version="$VERSION" \ version="$VERSION" \
usage="To be built upon with custom developer images" \ usage=".NET LTS custom developer image" \
summary="Wyatt's custom base image" \ summary="Wyatt's custom .NET LTS image" \
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>" maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>"
# Install .NET and related tools # Install .NET and related tools