Maciej Brencz

Results 130 comments of Maciej Brencz

I do not think that the approach with the cronjob setup will work for most users of this container. Hence... 1. Let's keep the patch being applied in the `Dockerfile`....

Can you provide the nginx config files that you use as well? Please also note that [the latest version of the nginx image from this repository is running using a...

@nixigaj, great idea with supporting the `zstd` compression!

It can be an issue with building for a different architecture - namely Raspberry's `aarch64` here. See #107 for the support different platforms.

> So, in other words, there is currently no support for other Architectures? Yes, unfortunately.

https://github.com/macbre/push-to-ghcr/issues/37

@xianclasen / @sitamet - how are you folks compiling the sources? Using `docker build`?

> Didn't try it but i probably should have used your "8080" and "8443" in the conf files as well to make it all work. [The `EXPOSE` statement](https://docs.docker.com/engine/reference/builder/#expose) in the...

The library does support basic SQL syntax. You'd need to provide some examples of the custom Oracle SQL queries.

```sql mysql> SHOW FULL PROCESSLIST; +----+--------------+-----------+--------------+---------+------+------------+-----------------------+ | Id | User | Host | db | Command | Time | State | Info | +----+--------------+-----------+--------------+---------+------+------------+-----------------------+ | 39 | index_digest | localhost...