From 217bfdc91cd691fe0726880694abc917d2a94b85 Mon Sep 17 00:00:00 2001 From: Toma Puljak Date: Fri, 22 Nov 2024 13:51:56 +0100 Subject: [PATCH] fix: update extension title and description Signed-off-by: Toma Puljak --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f92e83d..fb53d55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ RUN apk update && apk add --no-cache curl openssh-client bash && \ COPY install.sh /install.sh RUN chmod +x /install.sh && DAYTONA_VERSION=${DAYTONA_VERSION} /install.sh && rm /install.sh -LABEL org.opencontainers.image.title="Daytona client tool" -LABEL org.opencontainers.image.description="Docker Extension for using an embedded version of Daytona client/server tools." +LABEL org.opencontainers.image.title="Daytona" +LABEL org.opencontainers.image.description="Docker Extension for using Daytona." LABEL org.opencontainers.image.vendor="Daytona" LABEL com.docker.desktop.extension.api.version=">= 0.2.3" LABEL com.docker.extension.categories="utility-tools" @@ -37,7 +37,7 @@ LABEL com.docker.extension.publisher-url="https://github.com/daytonaio/daytona-d LABEL com.docker.extension.changelog="https://github.com/daytonaio/daytona/releases/tag/v${DAYTONA_VERSION}" LABEL com.docker.extension.additional-urls="[{\"title\":\"Documentation\",\"url\":\"https://docs.daytona.io\"},\ {\"title\":\"License\",\"url\":\"https://github.com/daytonaio/daytona-docker-extension/blob/main/LICENSE\"}]" -LABEL com.docker.extension.detailed-description="Docker Extension for using Daytona client tool" +LABEL com.docker.extension.detailed-description="Docker Extension for using Daytona." LABEL com.docker.desktop.extension.icon="https://www.daytona.io/favicon.ico" LABEL com.docker.extension.detailed-description="Daytona is a self-hosted and secure open source development environment manager." COPY daytona.svg metadata.json /