Skip to content

Commit

Permalink
fix: update extension title and description
Browse files Browse the repository at this point in the history
Signed-off-by: Toma Puljak <[email protected]>
  • Loading branch information
Tpuljak committed Nov 22, 2024
1 parent 0c96bae commit 217bfdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 /
Expand Down

0 comments on commit 217bfdc

Please sign in to comment.