forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yaml
52 lines (47 loc) · 1.02 KB
/
docker-compose.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
package:
name: docker-compose
version: 2.30.3
epoch: 0
description: Define and run multi-container applications with Docker
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- bash
- btrfs-progs-dev
- build-base
- busybox
- ca-certificates-bundle
- containerd
- coreutils
- go
- libseccomp-dev
- libtool
- linux-headers
- lvm2-dev
- openssf-compiler-options
pipeline:
- uses: git-checkout
with:
repository: https://github.com/docker/compose
tag: v${{package.version}}
expected-commit: a8bfbc147a8b77bb0c0f9553365babb643b0a4f7
- runs: |
mkdir -p ${{targets.destdir}}/usr/bin
DESTDIR=${{targets.destdir}}/usr/bin/ make build
test:
environment:
contents:
packages:
- docker-cli
pipeline:
- runs: |
docker compose --help
docker-compose --version
update:
enabled: true
github:
identifier: docker/compose
strip-prefix: v
tag-filter: v