mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-29 21:01:31 +00:00
Use os.Mkdirall() instead of os.Mkdir() as it does not error if the path already exists. This enables specifying a default config file with the image and then over writing it with metadata. While at it, also update to the latest alpine base image. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>