Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundofdarkness/depot_tools-docker
depot_tools Docker Image 🐋
https://github.com/soundofdarkness/depot_tools-docker
chromium docker
Last synced: 1 day ago
JSON representation
depot_tools Docker Image 🐋
- Host: GitHub
- URL: https://github.com/soundofdarkness/depot_tools-docker
- Owner: Soundofdarkness
- License: mit
- Created: 2019-10-21T15:49:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T18:46:36.000Z (about 5 years ago)
- Last Synced: 2024-11-05T12:12:37.061Z (about 2 months ago)
- Topics: chromium, docker
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# depot_tools Docker Image 🐋
![Docker Pulls](https://img.shields.io/docker/pulls/soundofdarkness/depot_tools?style=for-the-badge)
![Jenkins](https://img.shields.io/jenkins/build/https/ci.sleepylux.xyz/job/depot_tools-docker/job/master?style=for-the-badge)This image can be used as a base for any builds that require [depot_tools](https://chromium.googlesource.com/chromium/tools/depot_tools/)
## Usage
```dockerfile
FROM soundofdarkness/depot_tools:latest
```## License
This container itself is licensed under the terms of the [MIT License](/License), but depot_tools are licensed under [BSD-3-Clause License](/License-depot_tools)