From ea8e94cf3aa2005e0ea669b147ce53461a83164e Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Fri, 2 Sep 2022 11:08:33 -0500 Subject: [PATCH] Stop building and deploying Firefox image This image is unused by any GitHub projects. --- .circleci/config.yml | 4 ---- README.md | 18 ++++++++++++------ bors.toml | 1 - 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f170b3..4e15ee1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,10 +42,6 @@ workflows: name: docker-build-and-deploy imageName: docker - - build-and-deploy-image: - name: firefox-build-and-deploy - imageName: firefox - - build-and-deploy-image: name: rust-build-and-deploy imageName: rust diff --git a/README.md b/README.md index eaa8f85..76d8bcb 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,6 @@ 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 @@ -66,3 +60,15 @@ The latest stable version of Rust. Includes: - cargo-hack This is based on the ``rust:buster`` image, which is built on Debian 10 (buster). + +## Deprecated Images + +These images are no longer built or published to Dockerhub + +### Firefox + +* `mozilla/cidockerbases:firefox-latest` +* `mozilla/cidockerbases:firefox-2022-09-02` (*final image*) + +The latest stable version of Firefox and Node.js. A great base for running JS +integration tests in a browser. diff --git a/bors.toml b/bors.toml index 0d1ed13..25d4ab8 100644 --- a/bors.toml +++ b/bors.toml @@ -1,5 +1,4 @@ status = [ - "ci/circleci: firefox-build-and-deploy", "ci/circleci: docker-build-and-deploy", "ci/circleci: rust-build-and-deploy", "ci/circleci: therapist-build-and-deploy",