forked from thoth-station/s2i-minimal-notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.thoth.yaml
37 lines (34 loc) · 801 Bytes
/
.thoth.yaml
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
35
36
37
host: khemenu.thoth-station.ninja
tls_verify: false
requirements_format: pipenv
overlays_dir: overlays
runtime_environments:
- name: python36
operating_system:
name: ubi
version: "8"
python_version: "3.6"
recommendation_type: latest
base_image: quay.io/thoth-station/s2i-thoth-ubi8-py36:v0.26.0
- name: python38
operating_system:
name: ubi
version: "8"
python_version: "3.8"
recommendation_type: latest
base_image: quay.io/thoth-station/s2i-thoth-ubi8-py38:v0.26.0
managers:
- name: update
configuration:
labels: [bot]
- name: info
- name: version
configuration:
maintainers:
- goern
- harshad16
- vpavlin
assignees:
- sesheta
labels: [bot]
changelog_file: true