IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Issue with Pulling and Unpacking Docker Image from ghcr.io

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

    Posted Mon June 24, 2024 02:33 AM

    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 Tue June 25, 2024 01:52 AM

    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
    ------------------------------