]> git.proxmox.com Git - mirror_frr.git/commit
docker: don't fail on chown /etc/frr
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 10 Jun 2020 04:20:04 +0000 (00:20 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 10 Jun 2020 04:20:04 +0000 (00:20 -0400)
commitf44c7cde33374a7d53518ab57f19b2ceefaeffba
tree0eeb329eb64c3feabeb9aa798ad0c8ebe1ae4165
parentfe171b4e1a28a2dc5c24c893936105f4b604eecb
docker: don't fail on chown /etc/frr

If we can chown /etc/frr then fine, but there's circumstances where we
won't be able to - for instance, if running FRR in Kubernetes where
/etc/frr/* is actually a virtual filesystem.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
docker/alpine/docker-start