IBM Security QRadar SOAR

 View Only
Expand all | Collapse all

Question about the relationship between application file name and container image tag (App Host)

  • 1.  Question about the relationship between application file name and container image tag (App Host)

    Posted Fri September 11, 2020 03:05 AM
    When I push container image to private registry, I implicitly use the following mapping:

    application file name: app-fn_<app>-<ver>.zip
    container image tag : <registry-host>/ibmresilient/fn_<app>:<ver>

    It works for me but I'm not confident because I could not reach any documentation about it (where to be located) in knowledge center.
    Is it right?

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


  • 2.  RE: Question about the relationship between application file name and container image tag (App Host)

    Posted Mon September 14, 2020 09:28 AM
    Hi Yohji

    The package name and version defined in setup.py is what is needed to be used by the container in the registry.

    Our technical writers will update the Knowledge Center with this information.  Thanks for the feedback!

    AnnMarie

    ------------------------------
    AnnMarie Norcross
    ------------------------------



  • 3.  RE: Question about the relationship between application file name and container image tag (App Host)

    Posted Mon September 14, 2020 10:30 AM
    Hi AnnMarie

    Thank you for your reply. 
    Not only the package name and version in setup.py but also implicit offset path ibmresilient seems needed for both quay.io and private registry.

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