Alpine-Valkey (#11320)

This commit is contained in:
CanbiZ (MickLesk)
2026-01-29 13:31:14 +01:00
committed by GitHub
parent 27bcc09b0c
commit 44f5656a56
3 changed files with 133 additions and 0 deletions

View File

@@ -25,6 +25,17 @@
"os": "Debian",
"version": "13"
}
},
{
"type": "alpine",
"script": "ct/alpine-valkey.sh",
"resources": {
"cpu": 1,
"ram": 256,
"hdd": 1,
"os": "alpine",
"version": "3.23"
}
}
],
"default_credentials": {
@@ -35,6 +46,10 @@
{
"text": "Show Login Credentials, type `cat ~/valkey.creds` in the LXC console",
"type": "info"
},
{
"text": "Alpines Valkey package is compiled without TLS support. For TLS, use the Debian-based valkey script instead.",
"type": "info"
}
]
}