DX Operational Intelligence

 View Only
Expand all | Collapse all

[ ERROR ] Error pulling image docker-registry.default.svc:5000/dxi/dxbaseimages-alpinelinux-openjdk8-linux-amd64:latest.

  • 1.  [ ERROR ] Error pulling image docker-registry.default.svc:5000/dxi/dxbaseimages-alpinelinux-openjdk8-linux-amd64:latest.

    Posted Jan 26, 2023 04:01 PM
    Edited by Ahmed Hamed Jan 27, 2023 05:08 PM
    Greetings all,

    During the DX OI 21.3.1 HF1 installation we are getting the following error:
    [root@globenode1 dx-installer]# ./AIOpsManagement.sh --install
    Offline mode detected.
    Preparing runners.
    Loaded image: java-runner:3.0
    Runners ready.
    Copied kubeconfig file from /root/.kube/config to /dx-installer/config
    Welcome to the DX Platform
    Installation will continue from the last prompt.
    [registry-validate] [ ERROR ] Error pulling image docker-registry.default.svc:5000/dxi/dxbaseimages-alpinelinux-openjdk8-linux-amd64:latest. Please check that registry parameters are correct and registry has this image
    Fix issues with registry and press any key to continue:
    
    
     Thu Jan 26 18:35:28 EET 2023 Installation failed.
    [root@globenode1 dx-installer]# docker images | grep svc
    docker-registry.default.svc:5000/dxi/dxbaseimages-alpinelinux-openjdk8-linux-amd64   latest                        a1072277a776        13 months ago       216 MB
    [root@globenode1 dx-installer]#​


    We use the Open Shift version detailed below:

    [root@globenode1 dx-installer]# oc version
    oc v3.11.0+62803d0-1
    kubernetes v1.11.0+d4cacc0
    features: Basic-Auth GSSAPI Kerberos SPNEGO
    
    Server https://globenode1.xyz.zxy:8443
    openshift v3.11.0+07ae5a0-606
    kubernetes v1.11.0+d4cacc0


    Thanks for your prompt help on the topic.


    Regards,
    Ahmed



  • 2.  RE: [ ERROR ] Error pulling image docker-registry.default.svc:5000/dxi/dxbaseimages-alpinelinux-openjdk8-linux-amd64:latest.
    Best Answer

    Posted Jan 26, 2023 04:23 PM
    Edited by Ahmed Hamed Jan 27, 2023 11:35 AM
    Issue solved possible causes:
    failure to prepare image registry Pull and Push.
    So you can consider Pulling and pushing images again.
    and retry the process of install that solved my issue!
    Moreover ... restarting your cluster have its magic too :)


    Thanks All