Skip to content

Levelup-studio/images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is fork with Apple M1 support

Ubuntu was replaced with alpine for better arm64 support. At the moment it supports only chomium browser (instead of google chrome).

How to build own image

  • install GO (you can use brew since you're using MacOS)
  • clone this repo
  • in root repo directory run
go install github.com/markbates/pkger/cmd/pkger
go generate github.com/aerokube/images
go build
  • go to images/selenium/base and run docker build -t hubhead:selenoid-base-arm .
  • go back to root repo directory and run ./images chrome -b 100.0.4896.60-1 -d latest -t selenoid-arm/chrome:100 (you can specify any image tag after -t)
  • now you have image selenoid-arm/chrome:100 that runs chromium and works ok with Apple M1

Only 99.0.4844.84-r0 and 100.0.4896.60-1 chromium versions are valid. Somehow older versions are not working on alpine 3.15.

Browser Images

Build Status Release

This repository contains Docker build files to be used for Selenoid and Moon projects. You can find prebuilt images here.

Download Statistics

Firefox: Firefox Docker Pulls

Chrome: Chrome Docker Pulls

Opera: Opera Docker Pulls

Android: Android Docker Pulls

Building Images

Moved to: http://aerokube.com/images/latest/#_building_images

Image information

Moved to: http://aerokube.com/images/latest/#_browser_image_information

Packages

No packages published

Languages

  • Go 53.0%
  • Shell 29.9%
  • Dockerfile 17.1%