Currently we use the bitnami images for Nginx, Redis and PostgreSQL. Bitnami produce "security hardened" images and were popular for a while. However, they are no longer freely available:
https://www.blueshoe.io/blog/bitnami-and-alternatives/
@ihongda has a working development environment as he built his docker images before they were removed in August. However, as soon as he runs make clean he'll run into this problem. For the short term we can switch to the bitnamilegacy images but they have security vulnerabilities and will never be updated.
Fortunately the three images are available as "docker official images". PostgreSQL for example has this:
https://hub.docker.com/_/postgres/
I will start a branch and have a go at making the switch. Once I'm happy with the new docker configuration @ihongda can try to rebuild his development environment.
Currently we use the bitnami images for Nginx, Redis and PostgreSQL. Bitnami produce "security hardened" images and were popular for a while. However, they are no longer freely available:
https://www.blueshoe.io/blog/bitnami-and-alternatives/
@ihongda has a working development environment as he built his docker images before they were removed in August. However, as soon as he runs
make cleanhe'll run into this problem. For the short term we can switch to thebitnamilegacyimages but they have security vulnerabilities and will never be updated.Fortunately the three images are available as "docker official images". PostgreSQL for example has this:
https://hub.docker.com/_/postgres/
I will start a branch and have a go at making the switch. Once I'm happy with the new docker configuration @ihongda can try to rebuild his development environment.