forked from Didstopia/docker-base-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.docker-make.alpine-edge.yml
executable file
·67 lines (63 loc) · 2.73 KB
/
.docker-make.alpine-edge.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
builds:
alpine-edge:
context: /
dockerfile: Dockerfiles/Alpine/edge/Dockerfile
pushes:
- "on_branch:master=didstopia/base:alpine-edge"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Alpine."
- "org.label-schema.version=alpine-edge"
- "org.label-schema.description=An always up to date base image for Alpine."
- "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-alpine-edge:
context: /
dockerfile: Dockerfiles/Alpine/edge/static/Dockerfile
depends_on:
- alpine-edge
pushes:
- "on_branch:master=didstopia/base:static-alpine-edge"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for static hosting."
- "org.label-schema.version=static-alpine-edge"
- "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-alpine-edge:
context: /
dockerfile: Dockerfiles/Alpine/edge/nodejs/Dockerfile
depends_on:
- alpine-edge
pushes:
- "on_branch:master=didstopia/base:nodejs-alpine-edge"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Node.js LTS."
- "org.label-schema.version=nodejs-alpine-edge"
- "org.label-schema.description=An always up to date base image for Node.js LTS."
- "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"
go-alpine-edge:
context: /
dockerfile: Dockerfiles/Alpine/edge/go/Dockerfile
depends_on:
- alpine-edge
pushes:
- "on_branch:master=didstopia/base:go-alpine-edge"
labels:
- "org.label-schema.vendor=Didstopia"
- "org.label-schema.name=Base Docker image for Go."
- "org.label-schema.version=go-alpine-edge"
- "org.label-schema.description=An always up to date base image for Go."
- "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"