Docker images to use as base images in Circle CI tests for Mozilla projects
Перейти к файлу
Renovate Bot d0002cb5a9
Update ubuntu:18.04 Docker digest to 122f506
2021-04-06 22:50:19 +00:00
.circleci Switch back to therapist as image name 2019-04-16 14:58:50 -04:00
bin Deploy under a single repo 2018-08-28 10:02:11 -07:00
docker Update ubuntu:18.04 Docker digest to 122f506 2021-04-06 22:50:19 +00:00
firefox Update ubuntu:18.04 Docker digest to 122f506 2021-04-06 22:50:19 +00:00
rust Pin rust Docker tag 2021-04-06 22:39:42 +00:00
therapist Update python:3.9 Docker digest to e2cd43d 2021-02-23 01:52:51 +00:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-30 00:00:33 -07:00
LICENSE Create LICENSE 2019-01-22 14:45:14 -08:00
README.md Make dockerhub path a separate paragraph 2019-06-26 12:32:17 -07:00
bors.toml Switch back to therapist as image name 2019-04-16 14:58:50 -04:00
renovate.json Automerge renovate updates 2019-08-28 15:27:18 -07:00

README.md

CI Bases

This is a collection of Docker images designed to be useful as base images in Circle CI tests for Mozilla projects. They are automatically kept up to date, and endeavor to provide a useful set of tools to run tests on.

Unless otherwise noted, all images are based on Ubuntu 18.04.

Available images

All images are in the mozilla/cidockerbases repository. Different images are available as tags within that repository. Images are versioned by date, for example: image-2018-08-27. Additionally, for each image type there is a image-latest tag.

There is no bare latest tag, so referring to mozilla/cidockerbases without a version tag won't work. An explicit tag must be specified, like docker-latest.

Docker

mozilla/cidockerbases:docker-latest

A modern version of Docker, Docker Compose, and other tools to make running CI easier. A version of this image is used to build all the images in this repository, including itself.

Firefox

mozilla/cidockerbases:firefox-latest

The latest stable version of Firefox and Node.js. A great base for running JS integration tests in a browser.

Therapist

mozilla/cidockerbases:therapist-latest

The latest Python 3 and Node.js 10 with Therapist pre-installed. A great base for linting jobs.

Rust

mozilla/cidockerbases:rust-latest

The latest stable version of Rust with code coverage and rust formatter installed.