self-service-password icon indicating copy to clipboard operation
self-service-password copied to clipboard

Docker image need regular updates.

Open dorbeus opened this issue 3 years ago • 3 comments

The docker image should be rebuild on a regular basis. This so security updates in the base image propagate into the image. Ideally whenever the php:7.4-apache image gets updated a new image should be pushed.

dorbeus avatar Dec 21 '21 15:12 dorbeus

Any idea on how automatize it?

coudot avatar Dec 21 '21 15:12 coudot

I have no experience in doing this but the quick and dirty solution could be a github action on a cron timer.

dorbeus avatar Dec 21 '21 15:12 dorbeus

Any idea on how automatize it?

Automatic updates can be achieved through workflows

  • https://github.com/chaiyd/docker/blob/master/.github/workflows/conda-python3.9.yml

I hope that configuration initialization can be achieved by adding env

  • https://github.com/tiredofit/docker-self-service-password/blob/master/install/etc/cont-init.d/30-self-service-password

chaiyd avatar Jan 14 '22 02:01 chaiyd