-
Notifications
You must be signed in to change notification settings - Fork 6
/
.docker-make.ubuntu-20-04.yml
executable file
·109 lines (103 loc) · 4.53 KB
/
.docker-make.ubuntu-20-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
builds:
ubuntu-20.04:
context: /
dockerfile: Dockerfiles/Ubuntu/20.04/Dockerfile
pushes:
- "on_branch:master=didstopia/base:ubuntu-20.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Ubuntu."
- "org.label-schema.version=ubuntu-20.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-20.04:
context: /
dockerfile: Dockerfiles/Ubuntu/20.04/static/Dockerfile
depends_on:
- ubuntu-20.04
pushes:
- "on_branch:master=didstopia/base:static-ubuntu-20.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for static hosting."
- "org.label-schema.version=static-ubuntu-20.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-14-ubuntu-20.04:
context: /
dockerfile: Dockerfiles/Ubuntu/20.04/nodejs/Dockerfile
buildargs:
- NODE_VERSION=14
depends_on:
- ubuntu-20.04
pushes:
- "on_branch:master=didstopia/base:nodejs-14-ubuntu-20.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Node.js v14."
- "org.label-schema.version=nodejs-14-ubuntu-20.04"
- "org.label-schema.description=An always up to date base image for Node.js v14."
- "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-20.04:
context: /
dockerfile: Dockerfiles/Ubuntu/20.04/steamcmd/Dockerfile
depends_on:
- ubuntu-20.04
pushes:
- "on_branch:master=didstopia/base:steamcmd-ubuntu-20.04"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for steamcmd."
- "org.label-schema.version=steamcmd-ubuntu-20.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-14-steamcmd-ubuntu-20.04:
context: /
dockerfile: Dockerfiles/Ubuntu/20.04/nodejs-steamcmd/Dockerfile
buildargs:
- NODE_VERSION=14
depends_on:
- steamcmd-ubuntu-20.04
pushes:
- "on_branch:master=didstopia/base:nodejs-14-steamcmd-ubuntu-20.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-14-steamcmd-ubuntu-20.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-20.04:
context: /
dockerfile: Dockerfiles/Ubuntu/20.04/ghrunner/Dockerfile
buildargs:
- GH_RUNNER_VERSION=2.283.1
- GIT_VERSION=2.33.0
- DOCKER_COMPOSE_VERSION=1.29.2
depends_on:
- ubuntu-20.04
pushes:
- "on_branch:master=didstopia/base:ghrunner-ubuntu-20.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-20.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"