Tianon Gravi
Tianon Gravi
I'm not sure where you're getting your information, but _most_ of the images in the program have Alpine variants already? Is there a specific image you're interested in? Additionally, many...
For the sake of my own curiosity, I've run the numbers real quick across all 1851 currently actively supported tag groups (that aren't themselves one of the base images in...
To slice the data in a slightly different (more fairly weighted) way, we currently have ~141 supported repositories. Of those, ~18 have "standalone" images, which is mostly base images like...
A completely fresh instance seems fine here: :eyes: ```console $ docker run -dit --pull=always --name drupal drupal:latest latest: Pulling from library/drupal Digest: sha256:62ade4c94ac1be4526db2cac3b60f2a847710465bfce1265531c2411a514e4f9 Status: Image is up to date for...
Cassandra, by default, tries to consume almost all the available memory of the system unless configured to do otherwise. I would suggest `MAX_HEAP_SIZE` and `HEAP_NEWSIZE` as good places to start...
I bet this is https://github.com/opencontainers/runc/issues/4971 :eyes:
Unfortunately, the Alpine base images are not updated as proactively as we'd like them to be, and that's the primary means by which package updates get to dependent images in...
> As a matter of fact, we apply a strict policy regarding CVE : 0 critical and 0 high That's an interesting choice you've made, but not one that we...
I haven't tried, but I bet you could do something with `/dev/stdout` + https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_slow_query_log_file :eyes: (ie, `--slow-query-log-file=/dev/stdout` or `--slow-query-log-file=/dev/stderr`)
That's weird - it works OK here: :grimacing: ```console $ docker run -it --rm --pull=always -e MYSQL_RANDOM_ROOT_PASSWORD=1 mysql:8 --slow-query-log-file=/dev/stdout 8: Pulling from library/mysql 32c1bf40aba1: Pull complete 3ac22f3a638d: Pull complete b1e7273ed05e:...