IBM Security QRadar SOAR

 View Only
  • 1.  Issue with Pulling and Unpacking Docker Image from ghcr.io

    Posted 8 days ago

    I have built a custom app and tried to deploy it on AppHost. I have also created an AppHost registry on ghcr.io and attempted to deploy my custom app in this AppHost. However, I encountered the following error:

    Error: code = NotFound desc = failed to pull and unpack image "ghcr.io/xxxx/xxxxxxx/fn_abuse_new:1.0.0": failed to resolve reference "ghcr.io/xxxx/xxxxxxx/fn_abuse_new:1.0.0": ghcr.io/xxxx/xxxxxxx/fn_abuse_new:1.0.0: not found




    ------------------------------
    shivam gote
    Security Automation Engineer
    ------------------------------


  • 2.  RE: Issue with Pulling and Unpacking Docker Image from ghcr.io

    Posted 7 days ago

    Hello

    Do you specify "--repository-name" option during packaging your custom application?

    If not, you may need to specify it like this:

        resilient-sdk package -p <path-to-directory> --repository-name <your-github-id>

    The above is a possible pitfall I can think of.

    For reference,  https://community.ibm.com/community/user/security/discussion/resilient-sdk-packaging-custom-application



    ------------------------------
    Yohji Amano
    ------------------------------