Tommy Hughes IV
Tommy Hughes IV
systemd done: https://github.com/RHsyseng/container-rhel-examples/tree/master/starter-systemd#running-in-openshift-w-the-anyuid-scc--root-uid
Thanks @GrahamDumpleton ... interestingly enough, the Dockerfile example in those official docs is a link back to this same repository: https://github.com/RHsyseng/container-rhel-examples/blob/master/starter-arbitrary-uid/Dockerfile.centos7 FWIW though, you're right we should probably just remove...
@woop is this something you can help with? the creation of those repos that is. or, maybe increased perms for @franciscojavierarceo or @jeremyary so they can handle it?
@woop its used in `.github/workflows/master_only.yml`, which is named "integration-tests-and-build". it appears to run upon PR merge into the master branch and is a way a ensure image builds/pushes are working...
> What happened here? Did you change your strategy RE displaying the default RedHat password to users? @bmozaffa yes... further testing reveals that randomly generated passwords (the most important ones...
@chambridge we will definitely discuss the merits of moving to secrets in a future release. I'll update this issue with a decision when we have one. In the meantime, you...
I will try to investigate as I find time outside of work hours, but I suspect the host OS is missing some critical packages and/or libraries... or something along those...
Can you execute the "docker info" command as part of your build? Give me the output? > On Aug 25, 2016, at 1:16 PM, Jeff Sloyer [email protected] wrote: > >...
working on 15.10? always worked for me that way. one thing i do notice from your setup is that you're using the default storage setup (loopback) for docker w/ devicemapper...
and was this set at the grub level? vi /etc/default/grub GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"