osixia / docker-phpLDAPadmin

phpLDAPadmin container image 🐳🌴
MIT License
842 stars 196 forks source link

Allow reproducible dpeloyments for dockerhub images #93

Open christf opened 2 years ago

christf commented 2 years ago

on dockerhub there is :latest and :stable - neither of which support reproducible deployments.

This is a problem because rollbacks do not easily work.

As such, please do tag the images with the version numbers of phpldapadmin so we can use

image: osixia/phpldapadmin:1.2.3

in our docker-compose files.