MQ

MQ

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

 View Only
Expand all | Collapse all

docker://icr.io/ibm-messaging/mq:latest: no image found in manifest list for architecture arm64, variant "v8", OS linux

  • 1.  docker://icr.io/ibm-messaging/mq:latest: no image found in manifest list for architecture arm64, variant "v8", OS linux

    Posted Fri February 24, 2023 11:26 AM

    Hello Team,

    I am using Mac M1 Max processor and want to install MQ.
    I followed the step as below in terminal <rosetta>:

    step 1: env /usr/bin/arch -arm64 /bin/zsh --login --> so that arch is arm64.

    step 2: Install Homebrew under /opt/homebrew directory (standard procedure)

    step 3: install podman (standard procedure)

    $podman machine list

    NAME                     VM TYPE     CREATED            LAST UP         CPUS        MEMORY      DISK SIZE

    podman-machine-default*  qemu        About an hour ago  35 minutes ago  1           2.147GB     107.4GB

    step 4: podman machine init and start (standard procedure) podman default VM is up and running 

    Now I try to execute command below command

    podman pull icr.io/ibm-messaging/mq:latest

    Getting an error as below:

    Trying to pull icr.io/ibm-messaging/mq:latest...

    Error: choosing an image from manifest list docker://icr.io/ibm-messaging/mq:latest: no image found in manifest list for architecture arm64, variant "v8", OS linux

    Can you please help me to understand what is the procedure to install mq in my Mac



    ------------------------------
    Avik Naskar
    ------------------------------


  • 2.  RE: docker://icr.io/ibm-messaging/mq:latest: no image found in manifest list for architecture arm64, variant "v8", OS linux

    Posted Mon February 27, 2023 04:01 AM

    As yet there isn't a Linux/ARM64 container for IBM MQ. 

    From https://developer.ibm.com/tutorials/mq-connect-app-queue-manager-containers/
    For macOS, use MQ on containers. The current container is X86_64 based, and incompatible with Apple Silicon (ARM 64) Mac computers. The -platform emulation option will not work on Apple Silicon Mac computers. If you are using one of these Mac computers, you can try these instructions using Podman or you can deploy MQ to IBM Cloud.

    The linked to Podman instructions 

    https://developer.ibm.com/tutorials/running-x86-64-containers-mac-silicon-m1/

    Show how to configure Podman to be able to use the existing Linux/X86 image.



    ------------------------------
    Soheel Chughtai
    ------------------------------



  • 3.  RE: docker://icr.io/ibm-messaging/mq:latest: no image found in manifest list for architecture arm64, variant "v8", OS linux

    Posted Tue February 28, 2023 10:01 AM

    Thanks Soheel,

    With the help of the steps I am able to install MQ in PODMAN and it is running as expected.



    ------------------------------
    Avik Naskar
    ------------------------------