Honza Horak

Results 54 issues of Honza Horak

More details in https://bugzilla.redhat.com/show_bug.cgi?id=1446978 I think this may be implemented by making the assemble scripts extensible; a simple approach would be to allow running some arbitrary script from the application...

help wanted

This is a draft so far. Let's see what tests say.

The new file will never conflict with anything. It only serves for keeping the PR on github.com opened for longer time without need to rebase. The PR is supposed to...

Most notable changes: * npx is used for nodemon execution * GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL variables are set * npm cache is cleared by rm -rf .npm (this is commented out,...

pr/changes-requested

This is a different approach to fix lack of debugging information in passwd-change script, which was originally reported in https://bugzilla.redhat.com/show_bug.cgi?id=1505037 and #199.

pr/missing-review

For example the "extend-image" example can be tested like this: ``` oc new-app mysql:5.7~https://github.com/sclorg/mysql-container.git \ --context-dir=examples/extend-image \ --name my-mysql-rhel7d \ MYSQL_OPERATIONS_USER=opuser \ MYSQL_OPERATIONS_PASSWORD=oppass \ MYSQL_DATABASE=opdb \ MYSQL_USER=user \ MYSQL_PASSWORD=pass ```...

We should take a look what changes got to the default mysql image on docker hub (https://github.com/docker-library/mysql), whether there is something worth take an inspiration from.

We should cover docker alone and OpenShift.

The documentation under 5.6/README.md describes usage pretty well, but I miss some general description of the image in few sentences. Something like "This image is meant to be used for...

Let's allow users to setup separately the data directory. Something like that might be quite handy for users: run it once with `docker run --rm -e MYSQL_PASSWORD=* ... run-mysqld-setup.sh`, which...

P3