1
0
mirror of https://github.com/rancher/os.git synced 2025-08-18 23:09:04 +00:00
os/images/02-logrotate/Dockerfile

6 lines
193 B
Docker
Raw Normal View History

FROM rancher/os-base
COPY logrotate.d/ /usr/share/logrotate/logrotate.d/
COPY logrotate.conf /etc/logrotate.conf
COPY entrypoint.sh /usr/bin/entrypoint.sh
ENTRYPOINT ["/usr/bin/entrypoint.sh"]