-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprerequisites.json
More file actions
21 lines (21 loc) · 861 Bytes
/
prerequisites.json
File metadata and controls
21 lines (21 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"schema_version": "1.0",
"title": "Add Infisical to Your Docker Stack with the CLI",
"tools": [
{"name": "docker", "version": ">=24.0", "check": "docker --version"},
{"name": "docker compose", "version": ">=2.20", "check": "docker compose version"},
{"name": "infisical", "version": ">=0.30", "check": "infisical --version"},
{"name": "git", "version": ">=2.40", "check": "git --version"}
],
"env": {
"required_one_of": [
{"name": "INFISICAL_CLIENT_ID + INFISICAL_CLIENT_SECRET", "description": "Universal Auth machine-identity credentials. Either pair against Infisical Cloud (https://app.infisical.com) or against a self-hosted instance set via INFISICAL_API_URL."}
]
},
"resources": {
"disk_mb": 1500,
"ram_mb": 1500
},
"estimated_duration_minutes": 30,
"supported_platforms": ["linux", "macos"]
}