Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electron/build-images
Base docker image used to build Electron on CI
https://github.com/electron/build-images
Last synced: about 1 month ago
JSON representation
Base docker image used to build Electron on CI
- Host: GitHub
- URL: https://github.com/electron/build-images
- Owner: electron
- Created: 2019-11-08T10:26:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T11:56:16.000Z (10 months ago)
- Last Synced: 2024-04-14T03:56:18.413Z (7 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/electronjs/build
- Size: 73.2 KB
- Stars: 10
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Electron Build Images
> Docker containers used to build Electron on Linux
[![CircleCI](https://circleci.com/gh/electron/build-images.svg?style=svg)](https://circleci.com/gh/electron/build-images)
## Published Images
All images are published to the GitHub Container Registry.
Specific versions of the build image are available under a docker tag equivalent to a git commit SHA. E.g.
```bash
docker pull ghcr.io/electron/build:3d8d44d0f15b05bef6149e448f9cc522111847e9
```### Linux x64
```bash
docker pull ghcr.io/electron/build:latest
```### Linux Arm
```bash
docker pull ghcr.io/electron/build:arm32v7-latest
```### Linux Arm64
```bash
docker pull ghcr.io/electron/build:arm64v8-latest
```### Linux Devcontainer
This image is used for Electron Codespaces environments or other isolated docker-backed developer environments. It contains additional dependencies like a VNC server that can make testing Electron easier.
```bash
docker pull ghcr.io/electron/devcontainer:latest
```