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

dind: Added support for local registry to push and pull images #20048

Merged

Commits on Jul 3, 2018

  1. dind: Added support for local registry to push and pull images

    - This will be useful for dev testing router, egress router features.
    - This will also help if we plan to switch dind to use newer openshift
    deployment(kubelet with openshift flags, sdn/ovs/config daemonsets)
    Ravi Sankar Penta committed Jul 3, 2018
    Copy the full SHA
    39e1fec View commit details
    Browse the repository at this point in the history
  2. dind: Changed master and node config to allow local registry image fo…

    …rmat if needed
    Ravi Sankar Penta committed Jul 3, 2018
    Copy the full SHA
    8a1521d View commit details
    Browse the repository at this point in the history
  3. dind: Handle race between dbus and other systemd services

    - Restarting docker/crio systemd services needs dbus service to be
    up and running otherwise will get this error in some cases:
    'Failed to connect to bus: No such file or directory'
    Ravi Sankar Penta committed Jul 3, 2018
    Copy the full SHA
    2c687b9 View commit details
    Browse the repository at this point in the history
  4. Remove openshift/origin-nginx-router from hack/build-local-images.py

    - docker.io/openshift/origin-nginx-router image no longer available
    Ravi Sankar Penta committed Jul 3, 2018
    Copy the full SHA
    1adebf7 View commit details
    Browse the repository at this point in the history