# selenoid-images **Repository Path**: mirrors_twilio/selenoid-images ## Basic Information - **Project Name**: selenoid-images - **Description**: Latest Browser images for Selenoid on Dev, Beta and Stable channels - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Browser Images [![Build Status](https://github.com/aerokube/images/workflows/build/badge.svg)](https://github.com/aerokube/images/actions?query=workflow%3Abuild) [![Release](https://img.shields.io/github/release/aerokube/images.svg)](https://github.com/aerokube/images/releases/latest) This repository contains [Docker](http://docker.com/) build files to be used for [Selenoid](http://github.com/aerokube/selenoid) and [Moon](http://github.com/aerokube/moon) projects. You can find prebuilt images [here](https://hub.docker.com/u/selenoid/). ## Download Statistics ### Firefox: [![Firefox Docker Pulls](https://img.shields.io/docker/pulls/selenoid/firefox.svg)](https://hub.docker.com/r/selenoid/firefox) ### Chrome: [![Chrome Docker Pulls](https://img.shields.io/docker/pulls/selenoid/chrome.svg)](https://hub.docker.com/r/selenoid/chrome) ### Opera: [![Opera Docker Pulls](https://img.shields.io/docker/pulls/selenoid/opera.svg)](https://hub.docker.com/r/selenoid/opera) ### Android: [![Android Docker Pulls](https://img.shields.io/docker/pulls/selenoid/android.svg)](https://hub.docker.com/r/selenoid/android) ## Build the binary ### MacOS 1. Install go environment via homebrew or direct download from https://go.dev/doc/install. Check with go.mod and CI scripts to align the go version. Setup go path: ``` export GOPATH=/Users/<>/go export PATH=$GOPATH/bin:$PATH ``` 2. Install and run the packager for static Dockerfiles (required if Dockerfiles are modified): ``` go install github.com/markbates/pkger/cmd/pkger@latest go install github.com/mitchellh/gox@latest # cross compile go generate github.com/aerokube/images ``` 3. Build the image builder binary: ``` go clean go build ``` Build artifacts will be present in /dist directory. 4. Publish the `images` Go binary artifacts. First merge the code with `master` branch. Then use `repository tags section` to manually create a new release and tag with generated release notes. The release CI job will be triggered via `Github Actions` to publish the release with the build artifacts. ## Image information Twilio built browsers use the images Go binary with `browser-validations` (BV) project. https://github.com/twilio/browser-validations Check the latest published image tags on the public Docker registry: https://hub.docker.com/r/twilio/selenoid