-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.yaml
109 lines (100 loc) · 2.44 KB
/
packages.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
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
---
# Copyright KubeInit
#
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# In the next section we add common packages
# names to all distros
#
common:
- wget
#
# In the next 2 sections we add the packages
# common to the distros but different between
# each package manager
#
yum:
- createrepo
apt:
- dpkg-repack
#
# In the next items we add all the packages
# with different names between distributions.
#
centos:
- centos-release
fedora:
- fedora-release
debian:
- debian-builder
ubuntu:
- ubuntu-keyring
#
# Custom packages building
#
custom_packages:
- name: crun
type: source
version: v1.22.4
url: https://github.com/containers/podman/archive/refs/tags/
file: v1.22.4.tar.gz
buildargs: ""
- name: cri-o
type: source
version: v1.22.4
url: https://github.com/containers/podman/archive/refs/tags/
file: v1.22.4.tar.gz
buildargs: ""
- name: crun
type: source
version: v1.22.4
url: https://github.com/containers/podman/archive/refs/tags/
file: v1.22.4.tar.gz
buildargs: ""
- name: cni
type: source
version: v1.0.1
url: https://github.com/containernetworking/cni/archive/refs/tags/
file: v1.0.1.tar.gz
buildargs: ""
- name: podman
type: source
version: v4.0.3
url: https://github.com/containers/podman/archive/refs/tags/
file: v4.0.3.tar.gz
buildargs: ""
- name: buildah
type: source
version: v1.26.1
url: https://github.com/containers/buildah/archive/refs/tags/
file: v1.26.1.tar.gz
buildargs: ""
- name: skopeo
type: source
version: v1.8.0
url: https://github.com/containers/skopeo/archive/refs/tags/
file: v1.8.0.tar.gz
buildargs: ""
# cri-o already comes with conmon, crictl, crio, crun
# - name: runc
# type: source
# version: v1.1.2
# url: https://github.com/opencontainers/runc/archive/refs/tags/
# file: v1.1.2.tar.gz
# - name: conmon
# type: source
# version: v2.1.1
# url: https://github.com/containers/conmon/archive/refs/tags/
# file: v2.1.1.tar.gz