This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
x0rzkov.yml
115 lines (109 loc) · 2.89 KB
/
x0rzkov.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
app-name: twint
verbose-mode: true
vcs:
name: origin
urls:
- https://github.com/twintproject/twint
skip-version:
- "v1.0"
- "1.1"
- "1.1.2.1"
- "1.1.3.1"
- "1.1.3"
- "1.1.2"
readme: .docker/templates/readme_root.tmpl
ci:
travis:
enable: true
template: .docker/templates/travis.tmpl
docs:
contributors: .docker/templates/contributors.tmpl
docker:
output-path: ./dockerfiles # destination folder
namespace: thetwintproject # docker-hub account
basename: twint # docker image basename
summary:
description:
images:
alpine:
disabled: false
stage:
maintainer: x0rxkov <[email protected]>
build:
base: alpine
tag: 3.11
runtime:
base: alpine
tag: 3.11
dockerfile:
file: .docker/templates/dockerfile_alpine.tmpl
docker-entrypoint:
file: .docker/templates/docker-entrypoint.tmpl
docker-sync:
disabled: true
file: .docker/templates/docker-sync.tmpl
dockerignore:
file: .docker/templates/dockerignore.tmpl
dockercompose:
file: .docker/templates/docker-compose.tmpl
makefile:
file: .docker/templates/makefile.tmpl
readme:
file: .docker/templates/readme_alpine.tmpl
envfile:
file: .docker/templates/env.tmpl
slim:
disabled: false
stage:
maintainer: x0rxkov <[email protected]>
runtime:
base: python
tag: 3.7-slim-stretch
maintainer: x0rxkov <[email protected]>
dockerfile:
file: .docker/templates/dockerfile_debian-slim.tmpl
docker-entrypoint:
file: .docker/templates/docker-entrypoint.tmpl
dockerignore:
file: .docker/templates/dockerignore.tmpl
dockercompose:
file: .docker/templates/docker-compose.tmpl
makefile:
file: .docker/templates/makefile.tmpl
readme:
file: .docker/templates/readme.tmpl
envfile:
file: .docker/templates/env.tmpl
ubuntu:
disabled: false
stage:
maintainer: Sébastien Houzet (yoozio.com) <[email protected]>
runtime:
base: ubuntu
tag: 19.10
dockerfile:
file: .docker/templates/dockerfile_ubuntu.tmpl
docker-entrypoint:
file: .docker/templates/docker-entrypoint.tmpl
dockerignore:
file: .docker/templates/dockerignore.tmpl
dockercompose:
file: .docker/templates/docker-compose.tmpl
makefile:
file: .docker/templates/makefile.tmpl
readme:
file: .docker/templates/readme.tmpl
envfile:
file: .docker/templates/env.tmpl
authors:
- name: pielco11
twitter: noneprivacy
github: pielco11
- name: x0rzkov
email: [email protected]
twitter: x0rzkov
github: x0rzkov
- name: sebastienhouzet
github: sebastienhouzet
twitter: sebastienhouzet