Some checks are pending
Checks / Spelling (push) Waiting to run
Checks / Python Linters (push) Waiting to run
Checks / Shell Linters (push) Waiting to run
Checks / 📦 Packit config lint (push) Waiting to run
Checks / 🔍 Check for valid snapshot urls (push) Waiting to run
Checks / 🔍 Check JSON files for formatting consistency (push) Waiting to run
Generate / Documentation (push) Waiting to run
Generate / Test Data (push) Waiting to run
Tests / Unittest (push) Waiting to run
Tests / Assembler test (legacy) (push) Waiting to run
Tests / Smoke run: unittest as normal user on default runner (push) Waiting to run
24 lines
No EOL
429 B
JSON
24 lines
No EOL
429 B
JSON
{
|
|
"name": "debian-atomic-base",
|
|
"version": "1.0.0",
|
|
"description": "Debian atomic blueprint for debian-atomic-base",
|
|
"packages": [
|
|
"bash",
|
|
"coreutils",
|
|
"systemd",
|
|
"apt",
|
|
"dpkg"
|
|
],
|
|
"modules": [],
|
|
"groups": [],
|
|
"customizations": {
|
|
"debian": {
|
|
"repositories": [
|
|
{
|
|
"name": "debian-main",
|
|
"baseurl": "http://deb.debian.org/debian"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |