Alpine 317 (#3888)

This commit is contained in:
Avi Deitcher
2023-01-05 07:26:50 +02:00
committed by GitHub
parent ac8c24934c
commit e668b25a82
247 changed files with 1657 additions and 1616 deletions

View File

@@ -185,13 +185,15 @@ func main() {
// If the userdata is a json file, create a directory/file hierarchy.
// Example:
// {
// "foobar" : {
// "foo" : {
// "perm": "0644",
// "content": "hello"
// }
// }
//
// {
// "foobar" : {
// "foo" : {
// "perm": "0644",
// "content": "hello"
// }
// }
//
// Will create foobar/foo with mode 0644 and content "hello"
func processUserData(basePath string, data []byte) error {
// Always write the raw data to a file