add astra1.7

This commit is contained in:
2024-05-22 14:57:22 +03:00
parent 2dbe2231f3
commit 5cec1ca431

View File

@@ -1,5 +1,21 @@
{ {
"Platforms": { "Platforms": {
"Astra Linux 1.7": {
"enabled": true,
"ondemand": true,
"codename": "astra1.7",
"docker_dir": "astra1.7",
"docker_image": "astra1.7",
"docker_build_options": {
"image_from": "debian:buster-slim",
"image_prepare_script": "install_apt.sh"
},
"ppa_filters": ["astra1.7"],
"ppa_instructions": [
"wget -qO - https://ppa.${domain}/SHS.gpg | sudo apt-key add -",
"echo \"deb https://ppa.${domain}/ ${codename} main\" | sudo tee /etc/apt/sources.list.d/SHS.list"
]
},
"Debian 10": { "Debian 10": {
"enabled": true, "enabled": true,
"codename": "buster", "codename": "buster",