yosifkit

Results 197 comments of yosifkit

Closing, since any extra PHP extensions needed by WordPress plugins must be installed by the user.

Since running `sidekiq` requires a second process it is not something we'd support running in the same container as redmine's rails server. We'd be unlikely to add more environment variables...

This seems similar to https://github.com/docker-library/postgres/issues/273 / https://github.com/docker-library/postgres/issues/276. And maybe also https://github.com/docker-library/postgres/issues/327 and https://github.com/docker-library/postgres/issues/1172

> Is there some way we can ask PostgreSQL what the `hba_file` value is? Maybe a CLI incantation? We ask for the `password_encryption` in the function appending to `pg_hba.conf` and...

The `postgres:15.3` image hasn't been modified on Docker Hub since ~28 July, 2023 (https://hub.docker.com/_/postgres/tags?page=1&name=15.3). It was dropped from our supported list in https://github.com/docker-library/postgres/commit/1a73ab671b5f0f18313726e734c76bf171385c32 when `15.4` was released. Every supported image...

There are some package updates available. Once the next Debian base image rebuild is done (likely in the next couple days), then all Docker Official Images `FROM` them will be...

If you tell `redis-server` in the container to only listen on `127.0.0.1` via the `bind` option in the config file, then it will not be accessible from outside that container....

It is not meant to be consumed as-is, but extracted and expanded with a tool like [Syft](https://github.com/anchore/syft).

Is that not covered by the note on the [Docker Hub documentation](https://github.com/docker-library/docs/tree/d50026429b4ebdb3d24d27f372103c2a26bc44af/golang#how-to-use-this-image)? > **Note:** `/go` is world-writable to allow flexibility in the user which runs the container (for example, in...

Hello! :sparkles: Thanks for your interest in contributing to the official images program. :thought_balloon: As you may have noticed, we've usually got a pretty decently sized queue of new images...