https://github.com/renderbittechnologies/electron-builder-docker
Docker image to build Electron apps in CI environments
https://github.com/renderbittechnologies/electron-builder-docker
Last synced: 2 months ago
JSON representation
Docker image to build Electron apps in CI environments
- Host: GitHub
- URL: https://github.com/renderbittechnologies/electron-builder-docker
- Owner: RenderbitTechnologies
- License: mit
- Created: 2018-04-11T14:41:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T15:38:41.000Z (about 7 years ago)
- Last Synced: 2025-01-18T16:49:47.237Z (4 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-builder-docker
Docker image to build Electron apps in CI environments
## Purpose
This image was created specifically for usage with continuous integration systems, and contains the minimum requirements to build an [Electron](https://electronjs.org/) app for Windows & Linux targets. Currently being used with [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines), but should meet the requirements for most CI systems.
## Details
### Base Image
* [node (carbon-alpine)](https://hub.docker.com/r/library/node/) - The latest Node LTS
(Carbon) image for Alpine Linux
### Additional Packages* wine