-
Notifications
You must be signed in to change notification settings - Fork 207
/
Copy pathimages.py
executable file
·34 lines (34 loc) · 2.86 KB
/
images.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
IMAGES = {
"check-point-r8120-payg": "check-point-r8120-payg-631-991001555-v20240414",
"check-point-r8120-gw-payg-single": "check-point-r8120-gw-payg-single-631-991001555-v20240414",
"check-point-r8120-gw-payg-mig": "check-point-r8120-gw-payg-mig-631-991001555-v20240414",
"check-point-r8120-gw-payg-cluster": "check-point-r8120-gw-payg-cluster-631-991001555-v20240414",
"check-point-r8120-gw-byol-single": "check-point-r8120-gw-byol-single-631-991001555-v20240414",
"check-point-r8120-gw-byol-mig": "check-point-r8120-gw-byol-mig-631-991001555-v20240414",
"check-point-r8120-gw-byol-cluster": "check-point-r8120-gw-byol-cluster-631-991001555-v20240414",
"check-point-r8120-byol": "check-point-r8120-byol-631-991001555-v20240414",
"check-point-r8110-payg": "check-point-r8110-payg-335-991001555-v20240414",
"check-point-r8110-gw-payg-single": "check-point-r8110-gw-payg-single-335-991001555-v20240414",
"check-point-r8110-gw-payg-mig": "check-point-r8110-gw-payg-mig-335-991001555-v20240414",
"check-point-r8110-gw-payg-cluster": "check-point-r8110-gw-payg-cluster-335-991001555-v20240414",
"check-point-r8110-gw-byol-single": "check-point-r8110-gw-byol-single-335-991001555-v20240414",
"check-point-r8110-gw-byol-mig": "check-point-r8110-gw-byol-mig-335-991001555-v20240414",
"check-point-r8110-gw-byol-cluster": "check-point-r8110-gw-byol-cluster-335-991001555-v20240414",
"check-point-r8110-byol": "check-point-r8110-byol-335-991001555-v20240414",
"check-point-r81-payg": "check-point-r81-payg-392-991001555-v20240414",
"check-point-r81-gw-payg-single": "check-point-r81-gw-payg-single-392-991001555-v20240414",
"check-point-r81-gw-payg-mig": "check-point-r81-gw-payg-mig-392-991001555-v20240414",
"check-point-r81-gw-payg-cluster": "check-point-r81-gw-payg-cluster-392-991001555-v20240414",
"check-point-r81-gw-byol-single": "check-point-r81-gw-byol-single-392-991001555-v20240414",
"check-point-r81-gw-byol-mig": "check-point-r81-gw-byol-mig-392-991001555-v20240414",
"check-point-r81-gw-byol-cluster": "check-point-r81-gw-byol-cluster-392-991001555-v20240414",
"check-point-r81-byol": "check-point-r81-byol-392-991001555-v20240414",
"check-point-r8040-payg": "check-point-r8040-payg-294-991001555-v20240414",
"check-point-r8040-gw-payg-single": "check-point-r8040-gw-payg-single-294-991001555-v20240414",
"check-point-r8040-gw-payg-mig": "check-point-r8040-gw-payg-mig-294-991001555-v20240414",
"check-point-r8040-gw-payg-cluster": "check-point-r8040-gw-payg-cluster-294-991001555-v20240414",
"check-point-r8040-gw-byol-single": "check-point-r8040-gw-byol-single-294-991001555-v20240414",
"check-point-r8040-gw-byol-mig": "check-point-r8040-gw-byol-mig-294-991001555-v20240414",
"check-point-r8040-gw-byol-cluster": "check-point-r8040-gw-byol-cluster-294-991001555-v20240414",
"check-point-r8040-byol": "check-point-r8040-byol-294-991001555-v20240414"
}