{"id":15020031,"url":"https://github.com/docker/desktop-action","last_synced_at":"2025-10-19T16:32:29.178Z","repository":{"id":173909741,"uuid":"651460547","full_name":"docker/desktop-action","owner":"docker","description":"Docker Desktop action","archived":false,"fork":false,"pushed_at":"2025-01-14T09:48:17.000Z","size":52,"stargazers_count":10,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T01:12:36.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-09T09:32:18.000Z","updated_at":"2025-01-14T09:47:33.000Z","dependencies_parsed_at":"2023-11-13T14:27:49.030Z","dependency_job_id":"9f6b1222-9d1e-48bb-8685-5ee515ce6349","html_url":"https://github.com/docker/desktop-action","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.2962962962962963,"last_synced_commit":"ca8f1a94b6716d5b278b081b654fbb7cd0b8fdb3"},"previous_names":["docker/desktop-action"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fdesktop-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fdesktop-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fdesktop-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker%2Fdesktop-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker","download_url":"https://codeload.github.com/docker/desktop-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237172175,"owners_count":19266627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:54:29.172Z","updated_at":"2025-10-19T16:32:28.842Z","avatar_url":"https://github.com/docker.png","language":null,"readme":"# desktop-action\n\nGithub Action to start Docker Desktop.\n\nThis github action is [experimental](https://docs.docker.com/release-lifecycle/#experimental).\nIt currently supports starting Docker Desktop on \"linux\" nodes (ubuntu-latest) in Github Actions.\n\n**Important**: since mid September 2023, the action inconsistently fails on macOs runner. We have updated the action to use linux runners.\n\nNote that the usage of Docker Desktop is subject to [Docker Desktop license agreement](https://docs.docker.com/subscription/desktop-license/).\n\nAfter this step executes, Docker Desktop is ready and available, the docker CLI can be executed in subsequent \"run\" steps\n\nBy default, the action downloads the last version of Docker Desktop. But you can specify another one by providing the build URL from where the action can download the specific version:\n\n```\njobs:\n  test-docker-desktop:\n    name: Test Docker Desktop installation and start\n    runs-on: ubuntu-latest\n    strategy:\n      matrix:\n        build-url: [ \"latest\", \"https://desktop.docker.com/linux/main/amd64/122432/docker-desktop-4.24.0-amd64.deb\" ]\n\n    steps:\n      - name: Start Desktop\n        uses: ./start\n        with:\n          docker-desktop-build-url: ${{ matrix.build-url }}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker%2Fdesktop-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocker%2Fdesktop-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker%2Fdesktop-action/lists"}