yosifkit
yosifkit
@npiskunov, on your issue it looks like we just need to account for the default `dbpath` change for `configsvr` (#341). ------------------------- On a related note, this also means that the...
Background: >Tags in the [official-images] library file[s] are only built through an update to that library file or as a result of its base image being updated (ie, an image...
Still not really sold on this. But as far as current implementation it **must** be gated behind also having a root user and password. The first reason is that without...
Multistage builds are not supported for Official Images: https://github.com/docker-library/official-images/issues/3383.
`tasks.` is the "api" for getting the real ip of all tasks within the selected service. https://docs.docker.com/network/overlay/#container-discovery On an overlay network each service is also assigned a virtual IP by...
@MrIceman, As noted by the creator of redis; it is **very** easy to "hack" a redis server and change files: http://antirez.com/news/96. > I successfully gained access as the Redis user,...
https://github.com/docker-library/cassandra/issues/192#issuecomment-540812450 Also, I'd highly recommend updating your Docker version. `1.13.1` was released on 2017-02-08 and is very much unsupported for bug fixes and security updates (though most Docker images should...
Yeah, I'd say this is a duplicate of #174 and the [conclusion from the person reporting the issue](https://github.com/docker-library/cassandra/issues/174#issuecomment-455859814) was that it was host OS related (both on Centos 7, but...
> [CVE-2022-29162](https://github.com/advisories/GHSA-f3fp-gc8g-vw66) and [CVE-2021-43784](https://github.com/advisories/GHSA-v95c-p5hm-xq8f). --> /usr/local/bin/gosu (in docker image) has github.com/opencontainers/runc v1.0.1 https://github.com/tianon/gosu/issues/104
Would the `tomee` image be similar to what you are looking for? (https://github.com/docker-library/official-images/pull/889, via: https://github.com/tomitribe/docker-tomee)