Jim Crowley

Results 52 comments of Jim Crowley

@MalloZup Just in case you want another team's view on adding `s390x` support Dumb-init just went through the process and now are producing builds for `s390x`, https://github.com/Yelp/dumb-init/issues/188.

@dmacvicar Thanks for the builds. Could you also build it for Ubuntu? The only other OSs that it wasn't build for was CentOS, Leap and Tumbleweed. CentOS does not have...

Interesting, I did not know Openshift was using Terraform as part of install. Make sense! I would think Fedora release should work, unless it pulls in a bunch of newer...

@dmacvicar CentOS will not have an `s390x` build in OBS. As of right now CentOS does not have a port of their OS on `s390x`. 😞 I am not why...

@paususe Thanks for the information. But where on OBS does it mentioned these builds? I see/know they exist and I can spin them up on my local hardware, but we...

So the above XML dump is from when the VM was running. Upon shutting it down and taking a XML dump I get: ``` ``` Which almost correct, but you'll...

So after some debugging I found out one of the issues. ``` ``` With the code above, I should be able to change the value of `` . The problem...

This XML/XSL should work at assigning port groups. ``` ``` The `@*` makes every attribute in scope/accessible to that block. Additionally, this XSL lets you set the network via the...

@MalloZup All good. I was able to do the work around posted above to get it working, but would love to discuss the possibility of adding port groups to the...

From playing around with Kaniko, I can confirm that adding the binaries into another container does work, at least for a simple Docker build. Here is the Dockerfile I am...