mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-17 04:12:44 +03:00
OCI userdata needs to be base64 decoded
This commit is contained in:
parent
72b419d799
commit
ac08790a9a
@ -35,3 +35,8 @@ _imds_nic_index() {
|
|||||||
done
|
done
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# decode userdata value
|
||||||
|
_imds_userdata() {
|
||||||
|
imds "$IMDS_USERDATA" | base64 -d
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user