phusion / baseimage-docker

A minimal Ubuntu base image modified for Docker-friendliness
http://phusion.github.io/baseimage-docker/
MIT License
8.96k stars 1.09k forks source link

disable e2fsprogs cron #631

Closed nicolasberens closed 10 months ago

nicolasberens commented 10 months ago

Description of the change

This disables a cron that would run 2 commands daily.

These commands are specific to ext filesystems, so not of use inside of the docker container.

The origin of the cron is the package e2fsprogs, which is a dependency of ubuntu-minimal.

Benefits

Less log output Since it will remove this daily line in the log:

CRON[1780]: (root) CMD (test -e /run/systemd/system || SERVICE_MODE=1 /sbin/e2scrub_all -A -r)

Possible drawbacks

None

Applicable issues

None

Additional information

None