-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.docker-make.ubuntu-18-04.yml
executable file
·147 lines (139 loc) · 6.11 KB
/
.docker-make.ubuntu-18-04.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
builds:
ubuntu-18.04:
context: /
dockerfile: Dockerfiles/Ubuntu/18.04/Dockerfile
pushes:
- "on_branch:master=didstopia/base:ubuntu-18.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Ubuntu."
- "org.label-schema.version=ubuntu-18.04"
- "org.label-schema.description=An always up to date base image for Ubuntu."
- "org.label-schema.url=https://github.com/Didstopia/docker-base-images"
- "org.label-schema.vcs-url=github.com:Didstopia/docker-base-images.git"
- "org.label-schema.vcs-ref={fcommitid}"
- "org.label-schema.schema-version=1.0"
static-ubuntu-18.04:
context: /
dockerfile: Dockerfiles/Ubuntu/18.04/static/Dockerfile
depends_on:
- ubuntu-18.04
pushes:
- "on_branch:master=didstopia/base:static-ubuntu-18.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for static hosting."
- "org.label-schema.version=static-ubuntu-18.04"
- "org.label-schema.description=An always up to date base image for static hosting."
- "org.label-schema.url=https://github.com/Didstopia/docker-base-images"
- "org.label-schema.vcs-url=github.com:Didstopia/docker-base-images.git"
- "org.label-schema.vcs-ref={fcommitid}"
- "org.label-schema.schema-version=1.0"
nodejs-10-ubuntu-18.04:
context: /
dockerfile: Dockerfiles/Ubuntu/18.04/nodejs/Dockerfile
buildargs:
- NODE_VERSION=10
depends_on:
- ubuntu-18.04
pushes:
- "on_branch:master=didstopia/base:nodejs-10-ubuntu-18.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Node.js v10."
- "org.label-schema.version=nodejs-10-ubuntu-18.04"
- "org.label-schema.description=An always up to date base image for Node.js v10."
- "org.label-schema.url=https://github.com/Didstopia/docker-base-images"
- "org.label-schema.vcs-url=github.com:Didstopia/docker-base-images.git"
- "org.label-schema.vcs-ref={fcommitid}"
- "org.label-schema.schema-version=1.0"
nodejs-12-ubuntu-18.04:
context: /
dockerfile: Dockerfiles/Ubuntu/18.04/nodejs/Dockerfile
buildargs:
- NODE_VERSION=12
depends_on:
- ubuntu-18.04
pushes:
- "on_branch:master=didstopia/base:nodejs-12-ubuntu-18.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Node.js v12."
- "org.label-schema.version=nodejs--12ubuntu-18.04"
- "org.label-schema.description=An always up to date base image for Node.js v12."
- "org.label-schema.url=https://github.com/Didstopia/docker-base-images"
- "org.label-schema.vcs-url=github.com:Didstopia/docker-base-images.git"
- "org.label-schema.vcs-ref={fcommitid}"
- "org.label-schema.schema-version=1.0"
steamcmd-ubuntu-18.04:
context: /
dockerfile: Dockerfiles/Ubuntu/18.04/steamcmd/Dockerfile
depends_on:
- ubuntu-18.04
pushes:
- "on_branch:master=didstopia/base:steamcmd-ubuntu-18.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for steamcmd."
- "org.label-schema.version=steamcmd-ubuntu-18.04"
- "org.label-schema.description=An always up to date base image for steamcmd."
- "org.label-schema.url=https://github.com/Didstopia/docker-base-images"
- "org.label-schema.vcs-url=github.com:Didstopia/docker-base-images.git"
- "org.label-schema.vcs-ref={fcommitid}"
- "org.label-schema.schema-version=1.0"
nodejs-10-steamcmd-ubuntu-18.04:
context: /
dockerfile: Dockerfiles/Ubuntu/18.04/nodejs-steamcmd/Dockerfile
buildargs:
- NODE_VERSION=10
depends_on:
- steamcmd-ubuntu-18.04
pushes:
- "on_branch:master=didstopia/base:nodejs-10-steamcmd-ubuntu-18.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Node.js v10 and steamcmd."
- "org.label-schema.version=nodejs-10-steamcmd-ubuntu-18.04"
- "org.label-schema.description=An always up to date base image for Node.js v10 and steamcmd."
- "org.label-schema.url=https://github.com/Didstopia/docker-base-images"
- "org.label-schema.vcs-url=github.com:Didstopia/docker-base-images.git"
- "org.label-schema.vcs-ref={fcommitid}"
- "org.label-schema.schema-version=1.0"
nodejs-12-steamcmd-ubuntu-18.04:
context: /
dockerfile: Dockerfiles/Ubuntu/18.04/nodejs-steamcmd/Dockerfile
buildargs:
- NODE_VERSION=12
depends_on:
- steamcmd-ubuntu-18.04
pushes:
- "on_branch:master=didstopia/base:nodejs-12-steamcmd-ubuntu-18.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Node.js v12 and steamcmd."
- "org.label-schema.version=nodejs-12-steamcmd-ubuntu-18.04"
- "org.label-schema.description=An always up to date base image for Node.js v12 and steamcmd."
- "org.label-schema.url=https://github.com/Didstopia/docker-base-images"
- "org.label-schema.vcs-url=github.com:Didstopia/docker-base-images.git"
- "org.label-schema.vcs-ref={fcommitid}"
- "org.label-schema.schema-version=1.0"
ghrunner-ubuntu-18.04:
context: /
dockerfile: Dockerfiles/Ubuntu/18.04/ghrunner/Dockerfile
buildargs:
- GH_RUNNER_VERSION=2.283.1
- GIT_VERSION=2.33.0
- DOCKER_COMPOSE_VERSION=1.29.2
depends_on:
- ubuntu-18.04
pushes:
- "on_branch:master=didstopia/base:ghrunner-ubuntu-18.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for self-hosted GitHub Actions CI runner."
- "org.label-schema.version=ghrunner-ubuntu-18.04"
- "org.label-schema.description=An always up to date base image for self-hosted GitHub Actions CI runner."
- "org.label-schema.url=https://github.com/Didstopia/docker-base-images"
- "org.label-schema.vcs-url=github.com:Didstopia/docker-base-images.git"
- "org.label-schema.vcs-ref={fcommitid}"
- "org.label-schema.schema-version=1.0"