Honza Horak

Results 53 issues of Honza Horak

Both, MariaDB and PostgreSQL pass the rest of the run- arguments given to this script by `docker run` command to the itself: ``` exec ${MYSQL_PREFIX}/libexec/mysqld --defaults-file=$MYSQL_DEFAULTS_FILE "$@" 2>&1 ... exec...

good first issue

We should cover docker alone and OpenShift.

The new stream is only available in the test compose, so this is a prepared PR only to be merged once the new nodejs:18 stream is available at mirrors as...

This is based on a practice that we've been following for the RHSCL container images and which proofed to be working very well. e.g.: https://github.com/sclorg/mysql-container/tree/master/5.7

The `help` label is used by atomic, but is not documented in this repository. IMO it also caused the issue tracked in https://pagure.io/atomic-wg/issue/267, which was also reported to https://github.com/projectatomic/atomic/issues/967. Once...

I'm thinking what `authoritative-source` label should be for images that are located on Docker Hub at https://github.com/projectatomic/ContainerApplicationGenericLabels/blob/master/vendor/redhat/labels.md. If `authoritative-source` is only meant to be able to reconstruct the `docker pull...

express failing: ``` 350 passing (934ms) 1 failing 1) express.json() with strict option when undefined should 400 on primitives: Error: expected `[entity.parse.failed] Unexpected token 't', "#rue" is not valid JSON`...

This combines two changes that both improve test script, so I did not bother to split it to two commits. One is using more functions from the test-lib shared library,...

pr/missing-review

`uname -i` functionality is non-portable and the custom patch Fedora was carrying around was recently dropped: https://src.fedoraproject.org/rpms/coreutils/c/cd953e11dd78cada371f0389171cea671949141b?branch=rawhide The [rhbz#548834](https://bugzilla.redhat.com/show_bug.cgi?id=548834#c5) suggests to use `uname -m` instead. Also relevant discussion happens at...

Ruby 2.1.1 changed things related to safe level, specifically Ruby 2.1+ does not support safe level bigger than 3. https://bugs.ruby-lang.org/issues/8468 https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/41259 It means that it fails to build with the...