Honza Horak

Results 181 comments of Honza Horak

The function `log_debug`, `log_info`, and similar (we may also have `log_warning`) should be part of s2i-base.

@mnagy I like the idea, we need something for debugging. Instead of `ls -la` I'd suggest `ls -laZ` so we also cover SELinux issues.

Some general name will allow us to share code of some bash functions if we have any. `CONT_DEBUG` seems fine to me, since it's obvious what it does. Also, output...

This seems like a good idea to me. Let me find somebody to implement it :)

It is possible to extend the image by mounting some SQL query and a script to a proper place or building you own layer on top of the image. See...

Well, the suggested approach in #287 might be actually a nice enhancement. We'll consider it.

Idea mentioned on RHSCL containers images meeting April 27 -- we might consider installing newer gcc collection. We didn't discuss it properly, so further analysis whether it's a good idea...

@bparees I guess you mean this feature: https://docs.openshift.com/enterprise/3.0/dev_guide/secrets.html Without deeper knowledge of OpenShift I'm not sure whether I understand it correctly, what happens from image PoV in this case? Is...

Let's solve the general concept (if it needs to be discussed) in postgresql's issue: https://github.com/sclorg/postgresql-container/issues/189

I've tried to run `pino` tests outside of the container test suite and also got non-stable behaviour: I've prepared the container like this: ``` $> podman run -ti --rm ubi8/nodejs-16...