Skip to content

electron/build-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Build Images

Docker containers used to build Electron on Linux

CircleCI

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.

docker pull ghcr.io/electron/build:3d8d44d0f15b05bef6149e448f9cc522111847e9

Linux x64

docker pull ghcr.io/electron/build:latest

Linux Arm

docker pull ghcr.io/electron/build:arm32v7-latest

Linux Arm64

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.

docker pull ghcr.io/electron/devcontainer:latest