Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to VMware Harbor registry for Antrea Docker images #1617

Commits on Dec 10, 2020

  1. Switch to VMware Harbor registry for Antrea Docker images

    All "user-facing" images (antrea/antrea-ubuntu, antrea/antrea-windows,
    antrea/octant-antrea-ubuntu) are now pulled from the VMware Harbor
    distribution registry (projects.registry.vmware.com) to avoid Docker
    pull rate limiting.
    
    The YAML manifests (top-of-tree and releases) now refer to the new
    registry.
    
    This is not a complete transition from Dockerhub to Harbor. Images used
    for build purposes (e.g. antrea/openvswitch) are still pulled from
    Dockerhub by default. Rate limiting is not as much of an issue for these
    (not user-facing, Github workflows are not subject to rate limiting, we
    have workarounds for the Jenkins CI jobs). One thing to keep is mind is
    that we cannot push to the VMware Harbor registry from outside of the
    the VMware corporate network. This is why all images are pushed to
    the Dockerhub registry, which is then mirrored by the distribution
    Harbor registry.
    
    See antrea-io#1555
    antoninbas committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    5340449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d659a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a002c1 View commit details
    Browse the repository at this point in the history