Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[🚀 Feature]: Push containers to both Docker Hub and GHCR #2939

Open
@erseco

Description

Feature and motivation

Referencing #1401 and considering the new Docker Hub rate limit restrictions, it might be a good idea to publish the images to both Docker Hub and GHCR.

  • GHCR provides faster pulls with no rate limits.
  • Existing users can continue using Docker Hub without changes.
  • Users who prefer GHCR only need to prefix with ghcr.io/selenium/....

This dual publishing strategy would give the community more flexibility and resilience against Docker Hub limitations.

Usage example

Users who prefer GHCR could simply pull images like this:

docker pull ghcr.io/selenium/standalone-chrome:latest
docker run -d -p 4444:4444 ghcr.io/selenium/standalone-chrome:latest

This avoids Docker Hub rate limits while keeping compatibility for those still pulling from Docker Hub.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /