Attempt native imagebuilder image
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-02-23 21:17:50 +01:00
parent 1ffdb79f41
commit a32a6c9c0c
430 changed files with 19 additions and 18 deletions

View File

@@ -0,0 +1,44 @@
{
"ignition": {
"config": {},
"security": {
"tls": {}
},
"timeouts": {},
"version": "2.3.0"
},
"networkd": {},
"passwd": {
"users": [
{
"groups": [
"wheel",
"sudo",
"docker"
],
"name": "builder",
"passwordHash": "BUILDERPASSWORDHASH",
"sshAuthorizedKeys": [
"BUILDERSSHAUTHKEY"
]
}
]
},
"storage": {},
"systemd": {
"units": [
{
"enable": true,
"name": "docker.service"
},
{
"mask": true,
"name": "update-engine.service"
},
{
"mask": true,
"name": "locksmithd.service"
}
]
}
}