Skip to content

Commit

Permalink
update repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-ochoa committed Jul 20, 2024
1 parent cca3643 commit 6fafa79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ some topics that can help you to get started:
## Bugs and features

Whether it's a bug report or feature request, you're welcome to raise an
**[issue](https://github.com/marcelo-ochoa/daytona-docker-extension/issues)** using the respective
**[issue](https://github.com/daytonaio/daytona-docker-extension/issues)** using the respective
template.

We aim to respond to your issues and questions soonest. If you wish to receive a
Expand All @@ -20,7 +20,7 @@ it.

## Environment setup

- Fork [this](https://github.com/marcelo-ochoa/daytona-docker-extension.git) repository.
- Fork [this](https://github.com/daytonaio/daytona-docker-extension.git) repository.
- Clone your forked copy of the project to a local environment.
- Always merge commits from the upstream repository to your master branch to keep it updated.
use
Expand Down
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ LABEL org.opencontainers.image.description="Docker Extension for using an embedd
LABEL org.opencontainers.image.vendor="Marcelo Ochoa"
LABEL com.docker.desktop.extension.api.version=">= 0.2.3"
LABEL com.docker.extension.categories="database,utility-tools"
LABEL com.docker.extension.screenshots="[{\"alt\":\"Sample usage using scott user\", \"url\":\"https://raw.githubusercontent.com/marcelo-ochoa/daytona-docker-extension/main/docs/images/screenshot2.png\"},\
{\"alt\":\"Some formating options\", \"url\":\"https://raw.githubusercontent.com/marcelo-ochoa/daytona-docker-extension/main/docs/images/screenshot3.png\"},\
{\"alt\":\"Explain Plan\", \"url\":\"https://raw.githubusercontent.com/marcelo-ochoa/daytona-docker-extension/main/docs/images/screenshot4.png\"}]"
LABEL com.docker.extension.publisher-url="https://github.com/marcelo-ochoa/daytona-docker-extension"
LABEL com.docker.extension.additional-urls="[{\"title\":\"Documentation\",\"url\":\"https://github.com/marcelo-ochoa/daytona-docker-extension/blob/main/README.md\"},\
{\"title\":\"License\",\"url\":\"https://github.com/marcelo-ochoa/daytona-docker-extension/blob/main/LICENSE\"}]"
LABEL com.docker.extension.screenshots="[{\"alt\":\"Sample usage using scott user\", \"url\":\"https://raw.githubusercontent.com/daytonaio/daytona-docker-extension/main/docs/images/screenshot2.png\"},\
{\"alt\":\"Some formating options\", \"url\":\"https://raw.githubusercontent.com/daytonaio/daytona-docker-extension/main/docs/images/screenshot3.png\"},\
{\"alt\":\"Explain Plan\", \"url\":\"https://raw.githubusercontent.com/daytonaio/daytona-docker-extension/main/docs/images/screenshot4.png\"}]"
LABEL com.docker.extension.publisher-url="https://github.com/daytonaio/daytona-docker-extension"
LABEL com.docker.extension.additional-urls="[{\"title\":\"Documentation\",\"url\":\"https://github.com/daytonaio/daytona-docker-extension/blob/main/README.md\"},\
{\"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.changelog="See full <a href=\"https://github.com/marcelo-ochoa/daytona-docker-extension/blob/main/CHANGELOG.md\">change log</a>"
LABEL com.docker.desktop.extension.icon="https://raw.githubusercontent.com/marcelo-ochoa/daytona-docker-extension/main/client/public/favicon.ico"
LABEL com.docker.extension.changelog="See full <a href=\"https://github.com/daytonaio/daytona-docker-extension/blob/main/CHANGELOG.md\">change log</a>"
LABEL com.docker.desktop.extension.icon="https://raw.githubusercontent.com/daytonaio/daytona-docker-extension/main/client/public/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 docker-compose.yml /

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Extension "Daytona client tool" uninstalled successfully

## Source Code

As usual the code of this extension is at [GitHub](https://github.com/marcelo-ochoa/daytona-docker-extension), feel free to suggest changes and make contributions, note that I am a beginner developer of React and TypeScript so contributions to make this UI better are welcome.
As usual the code of this extension is at [GitHub](https://github.com/daytonaio/daytona-docker-extension), feel free to suggest changes and make contributions, note that I am a beginner developer of React and TypeScript so contributions to make this UI better are welcome.

0 comments on commit 6fafa79

Please sign in to comment.