-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
920 lines (911 loc) · 32.5 KB
/
Copy pathconfig.yaml
File metadata and controls
920 lines (911 loc) · 32.5 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
# `policy` is the root object for the policy and bundle commands. Any
# parent policy options provided here can be overridden by repo
# specific/branch specific options.
policy:
# Owner component of Github reponame
owner: TykTechnologies
# deletedfiles are files that should not exist, usually the
# detritutus of failed experiments or features than have been
# superceded, they will be removed if policy sync encounters them
deletedfiles:
- .github/workflows/del-env.yml
- .github/workflows/sync-automation.yml
- .github/workflows/update-config-docs.yml
- .github/workflows/pac.yml
- .github/workflows/int-image.yml
- .github/workflows/e2e_api_tests.yml
- .github/workflows/api-tests.yml
- repo-policy
- bin/dist_push.sh
- bin/dist_build.sh
- bin/integration_build.sh
- ci/Dockerfile.slim
- ci/aws
- ci/image
- ci/auto
# Groups collect repos that have some common feature
groups:
# cgo-services contains the metadata required to manage repos that
# are services and require cgo
cgo-services:
# features act as flags whose presence/absence can be used to render
# a common set of features across branch(es)
# For eg: all regular builds now support el/7 by default,
# but in order to build the pure go version of dashboard which can run on el7
# we make use of the `el7-pgo-build` feature flag to write the template conditions
# accordingly to it
features:
- releng
# The build environment used for this repo. Right now, this value
# is used for selecting the appropriate golang-cross image
# used for building the binary, packages and docker images.
buildenv: 1.25-bullseye
# baseimage what the container images are based on. It needs to be a
# debian compatible distro as the Dockerfile assumes apt-get
baseimage: debian:trixie-slim
# distrolessbaseimage is used for container images when the
# distroless feature is set. base is appropriate for cgo
# builds, static for pure go.
distrolessbaseimage: base-debian13:nonroot
# Repo specific policies start here->
repos:
# Repo specific policy for `tyk` starts here->
tyk:
distrolessbaseimage: base-debian13:nonroot
# packagename is the historical name of the package. Builds
# may produce artifacts named differently but the
# directories and contents of the package use this name.
packagename: tyk-gateway
# Builds and corresponding packages. There is no static
# compatibility check, the only way to know if the
# combination of cgo, flags and archs work is to look at the
# test results in the repo
builds:
# std builds are open access
std:
# passed to go build -flags
flags:
- -tags=goplugin
- -trimpath
# Description for the repo - this will be used as description for
# deb/rpm packages, docker images etc.
description: >-
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
# imagetitle goes into the OCI labels
imagetitle: Tyk Gateway
# The name for the deb/rpm packages generated by release workflow.
buildpackagename: tyk-gateway
# The packagecloud repo to test upgrades from
upgraderepo: tyk-gateway
# The packagecloud repo for package uploads
pcrepo: tyk-gateway-unstable
# The dockerhub image name for this repo. in the form of repo/image
dhrepo: tykio/tyk-gateway
# Cloudsmith image name for this repo.
csrepo: docker.tyk.io/tyk-gateway/tyk-gateway
# CI repo name, regsitry is inferred in release.yml
cirepo: tyk
# List of target architectures for cross compilation
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
# ee builds are enterprise
ee:
feature: ee
flags:
- -tags=goplugin,ee
- -trimpath
description: >-
Tyk API Gateway Enterprise Edition written in Go, supporting REST, GraphQL, TCP and gRPC protocols
imagetitle: Tyk Gateway Enterprise Edition
buildpackagename: tyk-gateway-ee
dockerbaseimage: tykio/dhi-busybox:1.37-fips
pcrepo: tyk-ee-unstable
dhrepo: tykio/tyk-gateway-ee
csrepo: docker.tyk.io/tyk-gateway/tyk-gateway-ee
cirepo: tyk-ee
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
skipdocker: true
fips:
feature: fips
flags:
- -tags=goplugin,ee,fips
- -trimpath
buildpackagename: tyk-gateway-fips
dockerbaseimage: tykio/dhi-busybox:1.37-fips
pcrepo: tyk-ee-unstable
dhrepo: tykio/tyk-gateway-fips
cirepo: tyk-fips
description: >-
Tyk API Gateway Enterprise Edition written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Built with FIPS 140-3 compliant cryptography
imagetitle: Tyk Gateway Enterprise Edition FIPS
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
skipdocker: true
env:
- GOFIPS140=v1.0.0
# The name of the binary generated after the build.
binary: tyk
# `protected` specifies repo specific protected branches - this gets
# appended to the common protected branches if any.
# Ports exposed by the docker images built for this repo/
exposeports: "8080"
# Specifies whether this repo had to be built with cgo
# enabled. This will also generate separate packages for
# older glibc versions (el7 and non-el7 release workflows)
cgo: true
# The version that's used for upgrade tests. This version
# will be installed first and will then be upgraded with the
# recently generated packages. Make sure that this is a version
# that has candidate packages for all our supported OSes and archs.
upgradefromver: 3.0.8
# The default config file used by the application.
configfile: tyk.conf
# The go package which contains the `VERSION` string for this REPO.
versionpackage: github.com/TykTechnologies/tyk/internal/build
# tests are the automated tests that should be run on the the
# official images. These tests are usually required for PRs to
# pass so be careful with names
tests: [api]
plugincompiler:
depguardref: d3fa20888fa2878e877e22bb7702141217290e7c
dockerbuildif: |-
!cancelled() &&
(needs.dep-guard.result == 'success' || needs.dep-guard.result == 'skipped') &&
!github.event.pull_request.draft
checkoutdepth: 0
pullrequesttypesstyle: inline
pullrequesttypes: [opened, synchronize, reopened, labeled]
variants:
- name: std
title: tyk-plugin-compiler
description: Plugin compiler for the Tyk API Gateway
- name: ee
imagesuffix: -ee
title: tyk-plugin-compiler-ee
description: Plugin compiler for the Tyk API Gateway Enterprise Edition
buildtag: ee
- name: fips
imagesuffix: -fips
title: tyk-plugin-compiler-fips
description: Plugin compiler for the Tyk API Gateway FIPS Edition
buildtag: ee,fips
gofips140: v1.0.0
# Different branches could have different policy as older branches
# could be on a different releaese workflow. To override any branch
# policy for a specific branch, they could be specified here, under
# the respective branches.
# Branch specific policy for different branches starts here.->
branches:
master:
features:
- release-test
- distroless
- fips
- ee
- resolve-dashboard
- plugin-compiler
release-5.3:
buildenv: 1.24-bullseye
plugincompiler:
goimage: 1.23-bullseye
depguardref: 2b35ab5dd4cfff21ced9d12446e9e27d10bf5785
depguardif: ${{ github.event_name == 'pull_request' }}
dockerbuildif: ${{ !github.event.pull_request.draft && always() && (needs.dep-guard.result == 'success' || needs.dep-guard.result == 'skipped') }}
checkoutdepth: 1
pullrequesttypesstyle: list
pullrequesttypes: [opened, reopened, synchronize, labeled]
variants:
- name: std
title: tyk-plugin-compiler
description: Plugin compiler for the Tyk API Gateway
features:
- release-test
- distroless
release-5.8:
buildenv: 1.25-bullseye
plugincompiler:
depguardref: 2b35ab5dd4cfff21ced9d12446e9e27d10bf5785
depguardif: ${{ github.event_name == 'pull_request' }}
dockerbuildif: ${{ always() && !github.event.pull_request.draft && (needs.dep-guard.result == 'success' || needs.dep-guard.result == 'skipped') }}
checkoutdepth: 1
pullrequesttypesstyle: inline
pullrequesttypes: [opened, reopened, synchronize, labeled]
variants:
- name: std
title: tyk-plugin-compiler
description: Plugin compiler for the Tyk API Gateway
- name: ee
imagesuffix: -ee
title: tyk-plugin-compiler-ee
description: Plugin compiler for the Tyk API Gateway Enterprise Edition
buildtag: ee
- name: fips
imagesuffix: -fips
title: tyk-plugin-compiler-fips
description: Plugin compiler for the Tyk API Gateway FIPS Edition
buildtag: ee,fips,boringcrypto
goexperiment: boringcrypto
features:
- release-test
- distroless
- fips
- ee
- resolve-dashboard
release-5.8.15:
buildenv: 1.25-bullseye
plugincompiler:
depguardref: 2b35ab5dd4cfff21ced9d12446e9e27d10bf5785
depguardif: ${{ github.event_name == 'pull_request' }}
dockerbuildif: ${{ always() && !github.event.pull_request.draft && (needs.dep-guard.result == 'success' || needs.dep-guard.result == 'skipped') }}
checkoutdepth: 1
pullrequesttypesstyle: inline
pullrequesttypes: [opened, reopened, synchronize, labeled]
variants:
- name: std
title: tyk-plugin-compiler
description: Plugin compiler for the Tyk API Gateway
- name: ee
imagesuffix: -ee
title: tyk-plugin-compiler-ee
description: Plugin compiler for the Tyk API Gateway Enterprise Edition
buildtag: ee
- name: fips
imagesuffix: -fips
title: tyk-plugin-compiler-fips
description: Plugin compiler for the Tyk API Gateway FIPS Edition
buildtag: ee,fips,boringcrypto
goexperiment: boringcrypto
features:
- release-test
- distroless
- fips
- ee
- resolve-dashboard
release-5.13:
buildenv: 1.25-bullseye
builds:
# EE on 5.12 uses distroless (no DHI) to preserve current behavior for patch releases
ee:
dockerbaseimage: distroless
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
features:
- release-test
- distroless
- ee
- resolve-dashboard
- fips
release-5.13.1:
buildenv: 1.25-bullseye
builds:
# EE on 5.12 uses distroless (no DHI) to preserve current behavior for patch releases
ee:
dockerbaseimage: distroless
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
features:
- release-test
- distroless
- ee
- resolve-dashboard
- fips
release-5.14:
buildenv: 1.25-bullseye
builds:
# EE on 5.12 uses distroless (no DHI) to preserve current behavior for patch releases
ee:
dockerbaseimage: distroless
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
features:
- release-test
- distroless
- ee
- resolve-dashboard
- fips
release-5.14.0:
buildenv: 1.25-bullseye
builds:
# EE on 5.12 uses distroless (no DHI) to preserve current behavior for patch releases
ee:
dockerbaseimage: distroless
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
features:
- release-test
- distroless
- ee
- resolve-dashboard
- fips
tyk-analytics:
pcrepo: tyk-dashboard-unstable
dhrepo: tykio/tyk-dashboard
csrepo: docker.tyk.io/tyk-dashboard/tyk-dashboard
exposeports: "3000 5000"
packagename: tyk-dashboard
binary: tyk-analytics
buildpackagename: tyk-dashboard
cgo: true
upgradefromver: 3.0.9
configfile: tyk_analytics.conf
deletedfiles:
- .github/workflows/release-tests-api.yml
- .github/workflows/release-tests-ui.yml
versionpackage: github.com/TykTechnologies/tyk-analytics/internal/build
tests:
- ui
- api
builds:
std:
description: >-
Dashboard for the Tyk API Gateway
imagetitle: Tyk Dashboard
buildpackagename: tyk-dashboard
pcrepo: tyk-dashboard-unstable
upgraderepo: tyk-dashboard
dhrepo: tykio/tyk-dashboard
csrepo: docker.tyk.io/tyk-dashboard/tyk-dashboard
cirepo: tyk-analytics
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
fips:
feature: fips
flags:
- -tags=fips
description: >-
Dashboard for the Tyk API Gateway.
Built with FIPS 140-3 compliant cryptography.
imagetitle: Tyk Dashboard FIPS
buildpackagename: tyk-dashboard-fips
dockerbaseimage: tykio/dhi-busybox:1.37-fips
pcrepo: tyk-dashboard-unstable
dhrepo: tykio/tyk-dashboard-fips
cirepo: tyk-analytics-fips
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: arm64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
skipdocker: true
env:
- GOFIPS140=v1.0.0
branches:
master:
buildenv: 1.25-bullseye
cgo: false
features:
- nightly-e2e
- distroless
- release-test
- fips
release-5.3:
buildenv: 1.24-bullseye
cgo: false
features:
- distroless
- release-test
release-5.8:
buildenv: 1.25-bullseye
cgo: false
features:
- nightly-e2e
- distroless
- release-test
- fips
release-5.8.15:
buildenv: 1.25-bullseye
cgo: false
features:
- nightly-e2e
- distroless
- release-test
- fips
release-5.13:
buildenv: 1.25-bullseye
cgo: false
features:
- nightly-e2e
- distroless
- release-test
- fips
release-5.13.1:
buildenv: 1.25-bullseye
cgo: false
features:
- nightly-e2e
- distroless
- release-test
- fips
release-5.14:
buildenv: 1.25-bullseye
cgo: false
features:
- nightly-e2e
- distroless
- release-test
- fips
release-5.14.0:
buildenv: 1.25-bullseye
cgo: false
features:
- nightly-e2e
- distroless
- release-test
- fips
portal:
exposeports: 80
packagename: portal
binary: dev-portal
buildpackagename: portal
buildenv: 1.25-bookworm
cgo: true
upgradefromver: 1.0.0
configfile: portal.conf
versionpackage: github.com/TykTechnologies/portal/model/version
features:
- distroless
builds:
std:
buildpackagename: portal
description: >-
Developer portal for the Tyk API Gateway
pcrepo: portal-unstable
upgraderepo: portal
dhrepo: tykio/portal
cirepo: portal
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
fips:
feature: fips
flags:
- -tags=fips
buildpackagename: portal-fips
dockerbaseimage: tykio/dhi-busybox:1.37-fips
pcrepo: portal-unstable
dhrepo: tykio/portal-fips
cirepo: portal-fips
description: >-
Developer portal for the Tyk API Gateway.
Built with FIPS 140-3 compliant cryptography.
imagetitle: Tyk Developer Portal FIPS
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
skipdocker: true
env:
- GOFIPS140=v1.0.0
branches:
master:
features:
- fips
ai-studio:
packagename: tyk-ai-studio
exposeports: "8080"
binary: tyk-ai-studio
cgo: true
upgradefromver: 1.0.1
configfile: tyk-ai-studio.conf
versionpackage: main
features:
- releng
- ai-studio-frontend-build
- default-distros
builds:
microgateway:
dir: microgateway
main: ./cmd/microgateway
binary: tyk-ai-microgateway
versionpackage: main
description: >-
Tyk AI Microgateway
imagetitle: Tyk AI Microgateway
buildpackagename: tyk-ai-microgateway
pcrepo: tyk-ai-microgateway
dhrepo: tykio/tyk-ai-microgateway
cirepo: ai-studio
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
std:
description: >-
Tyk AI Studio
imagetitle: Tyk AI Studio
buildpackagename: tyk-ai-studio
pcrepo: tyk-ai-studio
upgraderepo: tyk-ai-studio
dhrepo: tykio/tyk-ai-studio
cirepo: ai-studio
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
branches:
main:
buildenv: 1.25-bullseye
pgo-services:
features:
- releng
- distroless
buildenv: 1.25-bookworm
baseimage: debian:trixie-slim
distrolessbaseimage: static-debian13:nonroot
repos:
tyk-pump:
packagename: tyk-pump
exposeports: "80"
binary: tyk-pump
cgo: false
upgradefromver: 1.6.0
configfile: pump.conf
versionpackage: github.com/TykTechnologies/tyk-pump/pumps
tests: [api]
builds:
std:
description: >-
Tyk Analytics Pump to move analytics data from Redis to any supported back end (multiple back ends can be written to at once).
imagetitle: Tyk Analytics Pump
buildpackagename: tyk-pump
upgraderepo: tyk-pump
pcrepo: tyk-pump-unstable
dhrepo: tykio/tyk-pump-docker-pub
csrepo: docker.tyk.io/tyk-pump/tyk-pump
cirepo: tyk-pump
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
skipdocker: true
fips:
feature: fips
flags:
- -tags=fips
buildpackagename: tyk-pump-fips
dockerbaseimage: tykio/dhi-busybox:1.37-fips
pcrepo: tyk-pump-unstable
dhrepo: tykio/tyk-pump-fips
cirepo: tyk-pump-fips
description: >-
Tyk Analytics Pump to move analytics data from Redis to any supported back end (multiple back ends can be written to at once).
Built with FIPS 140-3 compliant cryptography.
imagetitle: Tyk Analytics Pump FIPS
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
skipdocker: true
env:
- GOFIPS140=v1.0.0
branches:
master:
features:
- fips
tyk-identity-broker:
exposeports: 80
binary: tyk-identity-broker
packagename: tyk-identity-broker
cgo: false
upgradefromver: 1.1.0
configfile: tib.conf
versionpackage: github.com/TykTechnologies/tyk-identity-broker/main
builds:
std:
description: >-
Tyk Authentication Proxy for third-party login
imagetitle: Tyk Identity Broker
buildpackagename: tyk-identity-broker
pcrepo: tyk-identity-broker-unstable
upgraderepo: tyk-identity-broker
dhrepo: tykio/tyk-identity-broker
csrepo: docker.tyk.io/tyk-identity-broker/tyk-identity-broker
cirepo: tyk-identity-broker
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
branches:
master: {}
tyk-sink:
buildenv: 1.25-bookworm
exposeports: 80
binary: tyk-sink
cgo: false
packagename: tyk-sink
upgradefromver: 1.8.2
configfile: tyk_sink.conf
versionpackage: github.com/TykTechnologies/tyk-sink/main
tests: [api]
builds:
std:
description: >-
Tyk RPC server backend (bridge)
imagetitle: Multi Data Centre Bridge for Tyk Gateway and Dashboard
buildpackagename: tyk-sink
pcrepo: tyk-mdcb-unstable
upgraderepo: tyk-mdcb-stable
dhrepo: tykio/tyk-mdcb-docker
cirepo: tyk-sink
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
fips:
feature: fips
flags:
- -tags=fips
buildpackagename: tyk-sink-fips
dockerbaseimage: tykio/dhi-busybox:1.37-fips
pcrepo: tyk-mdcb-unstable
dhrepo: tykio/tyk-mdcb-docker-fips
cirepo: tyk-sink-fips
description: >-
Tyk RPC server backend (bridge)
Built with FIPS 140-3 compliant cryptography.
imagetitle: Multi Data Centre Bridge for Tyk Gateway and Dashboard FIPS
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
skipdocker: true
env:
- GOFIPS140=v1.0.0
branches:
master:
features:
- fips
midsommar:
buildenv: 1.22-bullseye
exposeports: 80
packagename: midsommar
binary: midsommar
cgo: false
upgradefromver: 0.0.1
configfile: midsommar.conf
versionpackage: github.com/TykTechnologies/midsommar/main
builds:
std:
buildpackagename: midsommar
description: >-
Tyk AI Portal
pcrepo: midsommar
dhrepo: tykio/midsommar
cirepo: midsommar
archs:
- go: amd64
deb: amd64
docker: linux/amd64
- go: arm64
deb: aarch64
docker: linux/arm64
- go: s390x
deb: s390x
docker: linux/s390x
branches:
main:
# Quis qustodiet ipsos custodes?
# A:
test-square:
repos:
tyk-pro:
owner: TykTechnologies
deletedfiles:
- .github/workflows/release-tests.yml
description: >-
Tyk automation repo environment for regression testing
tests:
- api
- ui
features:
- test-square
branches:
main:
# pkgs is used by the pkgs subcommand to weed packagecloud. Unlike the
# policy key, you cannot override parameters from other levels.
# Precedence is exceptions > versioncutoff > agecutoff
# Quirks of x/mod/semver:
# - all versions string have a v prefix though the packages do not
# - vMAJOR is treated as vMAJOR.0.0
# - vMAJOR.MINOR is treated as vMAJOR.MINOR.0
pkgs:
tyk-gateway:
# notbackup determines if packages are downloaded before being deleted
# It is inverted so that if it is omitted from some repo, it will failsafe to false
notbackup: false
# exceptions are those versions that should not be deleted from
# packagecloud. These don't have to be semver.
exceptions:
- v2.6.2
- v2.9.3
- v2.9.4
- v2.9.4.1
- v2.9.4.5
- v2.9.4.3-1
- v2.9.4.7
- v2.8.3
- v3.0.8 # used in upgrade tests
# versions strictly older (semver) than versioncutoff will be removed. A
# package version that is not semver will not be removed.
versioncutoff: v3
tyk-dashboard:
notbackup: false
exceptions:
- v2.6.2
- v2.9.3
- v2.9.4
- v2.9.4.1
- v2.9.4.5
- v2.9.4.3-1
- v2.9.4.7
- v2.8.3
- v3.0.8 # used in upgrade tests
versioncutoff: v3
tyk-pump:
notbackup: false
exceptions:
- v1.6.0 # used in upgrade tests
versioncutoff: v1
tyk-mdcb:
notbackup: false
exceptions:
- v1.8.2 # used in upgrade tests
versioncutoff: v1.7
portal:
notbackup: false
exceptions:
- v1.0.0
versioncutoff: v1
tyk-identity-broker:
notbackup: false
exceptions:
- v1.1.0 # used in upgrade tests
agecutoff: 26280h # 3y
tyk-gateway-unstable:
notbackup: true
# packages uploaded before agecutoff will be removed
agecutoff: 2160h # 90d
tyk-dashboard-unstable:
notbackup: true
#agecutoff: 1440h # 60d
agecutoff: 2160h # 90d
tyk-pump-unstable:
notbackup: true
agecutoff: 2160h # 90d
tyk-mdcb-unstable:
agecutoff: 2160h # 90d
portal-unstable:
notbackup: true
agecutoff: 2160h # 90d
tyk-identity-broker-unstable:
notbackup: true
agecutoff: 2160h # 90d
tyk-sync-unstable:
notbackup: true
agecutoff: 2160h # 90d