Marek Skalický
Marek Skalický
> Is there a way to customize how node app is launched? You can add your own `.s2i/bin/run` script into source code of our app. [1] Probably the most safest...
Is this a problem of just mysql? Are you able to run a different image?
I think first step have to be to add `yarn` in Red Hat Software Collections. You can report bug (http://bugzilla.redhat.com/) which asks it. @notroj Where to get more information about...
> there is no response when connecting through the service. What IP is service pointing to? Are you connecting outside of OpenShift?
> No architecture dependencies should be hard coded into the Dockerfiles @jonmasters Somewhere else than in CentOS7 Dockerfile? About CentOS: - centos7 is now only for x86_64, so it shouldn't...
`mysql-80-rhel7` is not released yet. It is mentioned in README because it's expected to be released and it's easier to have READMEs in all versions similar. CentOS7 image in Docker...
@magick93 You need to install `go-md2man` binary.
Mysql user is explicitly specified in `Dockerfile`. So default will be always this. Changing it depends on the way you are using the image. For example with `docker run` you...
@pkubatrh @torsava https://github.com/sclorg/golang-container supports incremental builds for some time already. I'm not aware of any problems with it. @jcajka Are you?
@kasicka @notroj ?