Giter Club home page Giter Club logo

Comments (3)

Joshua-Beha avatar Joshua-Beha commented on June 25, 2024

I still think adding s390x support would be beneficial but I was able to get a temporary solution (posting here in case anyone comes across this).

By editing the Dockerfile I can build the mq-metric-samples image. I needed to get the 9.2.0.10-IBM-MQC-UbuntuLinuxS390X package from here, untar, navigate to the new MQClient directory then install with apt install ibmmq-runtime_<version>_s390x.deb && apt install ibmmq-sdk_<version>_s390x.deb&& apt install ./ibmmq-gskit_<version>_s390x.deb && apt install ./ibmmq-client_<version>_s390x.deb && apt install ./ibmmq-runtime_<version>_s390x.deb && apt install ./ibmmq-samples_<version>_s390x.deb .

from mq-metric-samples.

ibmmqmet avatar ibmmqmet commented on June 25, 2024

Dealing with a set of "real" installation can be tricky in the general case. (Just see the mq-container repository for examples of what you have to do.) But I think I can modify the current basic Dockerfile in a relatively clean way with some assumptions.

For example, it will be .deb files only as that Dockerfile uses an Ubuntu base. You must obtain the image yourself and then copy files into a specific directory of the repo. I don't want to complicate things or proliferate build scripts/Dockerfiles too much. And these are meant as samples, so some customisation is expected.

I'll look to publish something in the next update.

from mq-metric-samples.

ibmmqmet avatar ibmmqmet commented on June 25, 2024

You can do this now via the Dockerfile build process provided you have the deb files available in an MQINST directory

from mq-metric-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.