Skip to content

Commit 9cfe625

Browse files
committed
fix(build): add enteprise repos to config/repo-config.yml
1 parent 095dc47 commit 9cfe625

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

config/repo-config.yml

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,102 @@ repos:
150150
- x86_64
151151
repos:
152152
- yum/amazon/2/mongodb-org
153+
154+
####################
155+
#
156+
# Enterprise Repos:
157+
#
158+
####################
159+
160+
- name: debian92
161+
type: deb
162+
code_name: "stretch"
163+
bucket: repo.mongodb.com
164+
edition: enterprise
165+
component: main
166+
architectures:
167+
- amd64
168+
repos:
169+
- apt/debian/dists/stretch/mongodb-enterprise
170+
171+
- name: debian10
172+
type: deb
173+
code_name: "buster"
174+
bucket: repo.mongodb.com
175+
edition: enterprise
176+
component: main
177+
architectures:
178+
- amd64
179+
repos:
180+
- apt/debian/dists/buster/mongodb-enterprise
181+
182+
- name: ubuntu1804
183+
type: deb
184+
code_name: "bionic"
185+
edition: enterprise
186+
bucket: repo.mongodb.com
187+
component: multiverse
188+
architectures:
189+
- amd64
190+
- arm64
191+
repos:
192+
- apt/ubuntu/dists/bionic/mongodb-enterprise
193+
194+
- name: ubuntu2004
195+
type: deb
196+
code_name: "focal"
197+
edition: enterprise
198+
bucket: repo.mongodb.com
199+
component: multiverse
200+
architectures:
201+
- amd64
202+
- arm64
203+
repos:
204+
- apt/ubuntu/dists/focal/mongodb-enterprise
205+
206+
- name: rhel70
207+
type: rpm
208+
edition: enterprise
209+
bucket: repo.mongodb.com
210+
architectures:
211+
- x86_64
212+
repos:
213+
- yum/redhat/7/mongodb-enterprise
214+
- yum/redhat/7Server/mongodb-enterprise
215+
216+
- name: rhel80
217+
type: rpm
218+
edition: enterprise
219+
bucket: repo.mongodb.com
220+
architectures:
221+
- x86_64
222+
- aarch64
223+
repos:
224+
- yum/redhat/8/mongodb-enterprise
225+
- yum/redhat/8Server/mongodb-enterprise
226+
227+
- name: suse12
228+
type: rpm
229+
edition: enterprise
230+
bucket: repo.mongodb.com
231+
architectures:
232+
- x86_64
233+
repos:
234+
- zypper/suse/12/mongodb-enterprise
235+
236+
- name: suse15
237+
type: rpm
238+
edition: enterprise
239+
bucket: repo.mongodb.com
240+
repos:
241+
- zypper/suse/15/mongodb-enterprise
242+
243+
- name: amazon2
244+
type: rpm
245+
edition: enterprise
246+
bucket: repo.mongodb.com
247+
architectures:
248+
- arm64
249+
- x86_64
250+
repos:
251+
- yum/amazon/2/mongodb-enterprise

0 commit comments

Comments
 (0)