@@ -137,7 +137,7 @@ archives:
137
137
{{- if not (eq .Amd64 \" v1\" ) }}{{ .Amd64 }}{{ end }}"
138
138
builds :
139
139
- go-feature-flag-migration-cli
140
-
140
+
141
141
- id : go-feature-flag-editor
142
142
name_template : " go-feature-flag-editor_\
143
143
{{ .Version }}_\
@@ -216,6 +216,14 @@ dockers:
216
216
- thomaspoignant/go-feature-flag-relay-proxy:v{{ .RawVersion }}-amd64
217
217
build_flag_templates :
218
218
- " --platform=linux/amd64"
219
+ - " --label=org.opencontainers.image.created={{ .Date }}"
220
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
221
+ - " --label=org.opencontainers.image.licenses=MIT"
222
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
223
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
224
+ - " --label=org.opencontainers.image.title=go-feature-flag-relay-proxy"
225
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
226
+ - " --label=org.opencontainers.image.version={{ .Version }}"
219
227
- use : buildx
220
228
goos : linux
221
229
goarch : arm64
@@ -226,6 +234,14 @@ dockers:
226
234
- thomaspoignant/go-feature-flag-relay-proxy:v{{ .RawVersion }}-arm64v8
227
235
build_flag_templates :
228
236
- " --platform=linux/arm64/v8"
237
+ - " --label=org.opencontainers.image.created={{ .Date }}"
238
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
239
+ - " --label=org.opencontainers.image.licenses=MIT"
240
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
241
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
242
+ - " --label=org.opencontainers.image.title=go-feature-flag-relay-proxy"
243
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
244
+ - " --label=org.opencontainers.image.version={{ .Version }}"
229
245
- use : buildx
230
246
goos : linux
231
247
goarch : arm
@@ -237,6 +253,14 @@ dockers:
237
253
- thomaspoignant/go-feature-flag-relay-proxy:v{{ .RawVersion }}-armv7
238
254
build_flag_templates :
239
255
- " --platform=linux/arm/v7"
256
+ - " --label=org.opencontainers.image.created={{ .Date }}"
257
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
258
+ - " --label=org.opencontainers.image.licenses=MIT"
259
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
260
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
261
+ - " --label=org.opencontainers.image.title=go-feature-flag-relay-proxy"
262
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
263
+ - " --label=org.opencontainers.image.version={{ .Version }}"
240
264
241
265
# go-feature-flag
242
266
- use : buildx
@@ -249,6 +273,14 @@ dockers:
249
273
- thomaspoignant/go-feature-flag:v{{ .RawVersion }}-amd64
250
274
build_flag_templates :
251
275
- " --platform=linux/amd64"
276
+ - " --label=org.opencontainers.image.created={{ .Date }}"
277
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
278
+ - " --label=org.opencontainers.image.licenses=MIT"
279
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
280
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
281
+ - " --label=org.opencontainers.image.title=go-feature-flag"
282
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
283
+ - " --label=org.opencontainers.image.version={{ .Version }}"
252
284
- use : buildx
253
285
goos : linux
254
286
goarch : arm64
@@ -259,6 +291,14 @@ dockers:
259
291
- thomaspoignant/go-feature-flag:v{{ .RawVersion }}-arm64v8
260
292
build_flag_templates :
261
293
- " --platform=linux/arm64/v8"
294
+ - " --label=org.opencontainers.image.created={{ .Date }}"
295
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
296
+ - " --label=org.opencontainers.image.licenses=MIT"
297
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
298
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
299
+ - " --label=org.opencontainers.image.title=go-feature-flag"
300
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
301
+ - " --label=org.opencontainers.image.version={{ .Version }}"
262
302
- use : buildx
263
303
goos : linux
264
304
goarch : arm
@@ -270,6 +310,14 @@ dockers:
270
310
- thomaspoignant/go-feature-flag:v{{ .RawVersion }}-armv7
271
311
build_flag_templates :
272
312
- " --platform=linux/arm/v7"
313
+ - " --label=org.opencontainers.image.created={{ .Date }}"
314
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
315
+ - " --label=org.opencontainers.image.licenses=MIT"
316
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
317
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
318
+ - " --label=org.opencontainers.image.title=go-feature-flag"
319
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
320
+ - " --label=org.opencontainers.image.version={{ .Version }}"
273
321
274
322
# go-feature-flag-bookworm
275
323
- use : buildx
@@ -282,6 +330,14 @@ dockers:
282
330
- thomaspoignant/go-feature-flag-bookworm:v{{ .RawVersion }}-amd64
283
331
build_flag_templates :
284
332
- " --platform=linux/amd64"
333
+ - " --label=org.opencontainers.image.created={{ .Date }}"
334
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
335
+ - " --label=org.opencontainers.image.licenses=MIT"
336
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
337
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
338
+ - " --label=org.opencontainers.image.title=go-feature-flag"
339
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
340
+ - " --label=org.opencontainers.image.version={{ .Version }}"
285
341
- use : buildx
286
342
goos : linux
287
343
goarch : arm64
@@ -292,6 +348,14 @@ dockers:
292
348
- thomaspoignant/go-feature-flag-bookworm:v{{ .RawVersion }}-arm64v8
293
349
build_flag_templates :
294
350
- " --platform=linux/arm64/v8"
351
+ - " --label=org.opencontainers.image.created={{ .Date }}"
352
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
353
+ - " --label=org.opencontainers.image.licenses=MIT"
354
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
355
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
356
+ - " --label=org.opencontainers.image.title=go-feature-flag"
357
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
358
+ - " --label=org.opencontainers.image.version={{ .Version }}"
295
359
- use : buildx
296
360
goos : linux
297
361
goarch : arm
@@ -303,6 +367,15 @@ dockers:
303
367
- thomaspoignant/go-feature-flag-bookworm:v{{ .RawVersion }}-armv7
304
368
build_flag_templates :
305
369
- " --platform=linux/arm/v7"
370
+ - " --label=org.opencontainers.image.created={{ .Date }}"
371
+ - " --label=org.opencontainers.image.description=A stand alone server to run GO Feature Flag"
372
+ - " --label=org.opencontainers.image.licenses=MIT"
373
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
374
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
375
+ - " --label=org.opencontainers.image.title=go-feature-flag"
376
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/relay_proxy"
377
+ - " --label=org.opencontainers.image.version={{ .Version }}"
378
+
306
379
# migration-cli
307
380
- use : buildx
308
381
goos : linux
@@ -314,6 +387,13 @@ dockers:
314
387
- thomaspoignant/go-feature-flag-migration-cli:v{{ .RawVersion }}-amd64
315
388
build_flag_templates :
316
389
- " --platform=linux/amd64"
390
+ - " --label=org.opencontainers.image.created={{ .Date }}"
391
+ - " --label=org.opencontainers.image.description=A migration command line to move your feature flag configuration file from format GO Feature Flag v0.X to v1.X"
392
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
393
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
394
+ - " --label=org.opencontainers.image.title=go-feature-flag-migration-cli"
395
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/tooling/migrate_v0_v1"
396
+ - " --label=org.opencontainers.image.version={{ .Version }}"
317
397
- use : buildx
318
398
goos : linux
319
399
goarch : arm64
@@ -324,6 +404,13 @@ dockers:
324
404
- thomaspoignant/go-feature-flag-migration-cli:v{{ .RawVersion }}-arm64v8
325
405
build_flag_templates :
326
406
- " --platform=linux/arm64/v8"
407
+ - " --label=org.opencontainers.image.created={{ .Date }}"
408
+ - " --label=org.opencontainers.image.description=A migration command line to move your feature flag configuration file from format GO Feature Flag v0.X to v1.X"
409
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
410
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
411
+ - " --label=org.opencontainers.image.title=go-feature-flag-migration-cli"
412
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/tooling/migrate_v0_v1"
413
+ - " --label=org.opencontainers.image.version={{ .Version }}"
327
414
- use : buildx
328
415
goos : linux
329
416
goarch : arm
@@ -335,6 +422,13 @@ dockers:
335
422
- thomaspoignant/go-feature-flag-migration-cli:v{{ .RawVersion }}-armv7
336
423
build_flag_templates :
337
424
- " --platform=linux/arm/v7"
425
+ - " --label=org.opencontainers.image.created={{ .Date }}"
426
+ - " --label=org.opencontainers.image.description=A migration command line to move your feature flag configuration file from format GO Feature Flag v0.X to v1.X"
427
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
428
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
429
+ - " --label=org.opencontainers.image.title=go-feature-flag-migration-cli"
430
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/tooling/migrate_v0_v1"
431
+ - " --label=org.opencontainers.image.version={{ .Version }}"
338
432
339
433
# lint
340
434
- use : buildx
@@ -347,6 +441,13 @@ dockers:
347
441
- thomaspoignant/go-feature-flag-lint:v{{ .RawVersion }}-amd64
348
442
build_flag_templates :
349
443
- " --platform=linux/amd64"
444
+ - " --label=org.opencontainers.image.created={{ .Date }}"
445
+ - " --label=org.opencontainers.image.description=A command line tool to lint your feature flag configuration file"
446
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
447
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
448
+ - " --label=org.opencontainers.image.title=go-feature-flag-lint"
449
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/tooling/linter"
450
+ - " --label=org.opencontainers.image.version={{ .Version }}"
350
451
- use : buildx
351
452
goos : linux
352
453
goarch : arm64
@@ -357,6 +458,13 @@ dockers:
357
458
- thomaspoignant/go-feature-flag-lint:v{{ .RawVersion }}-arm64v8
358
459
build_flag_templates :
359
460
- " --platform=linux/arm64/v8"
461
+ - " --label=org.opencontainers.image.created={{ .Date }}"
462
+ - " --label=org.opencontainers.image.description=A command line tool to lint your feature flag configuration file"
463
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
464
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
465
+ - " --label=org.opencontainers.image.title=go-feature-flag-lint"
466
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/tooling/linter"
467
+ - " --label=org.opencontainers.image.version={{ .Version }}"
360
468
- use : buildx
361
469
goos : linux
362
470
goarch : arm
@@ -368,6 +476,13 @@ dockers:
368
476
- thomaspoignant/go-feature-flag-lint:v{{ .RawVersion }}-armv7
369
477
build_flag_templates :
370
478
- " --platform=linux/arm/v7"
479
+ - " --label=org.opencontainers.image.created={{ .Date }}"
480
+ - " --label=org.opencontainers.image.description=A command line tool to lint your feature flag configuration file"
481
+ - " --label=org.opencontainers.image.revision={{ .FullCommit }}"
482
+ - " --label=org.opencontainers.image.source=https://github.com/thomaspoignant/go-feature-flag"
483
+ - " --label=org.opencontainers.image.title=go-feature-flag-lint"
484
+ - " --label=org.opencontainers.image.url=https://gofeatureflag.org/docs/tooling/linter"
485
+ - " --label=org.opencontainers.image.version={{ .Version }}"
371
486
372
487
docker_manifests :
373
488
# DEPRECATED: check go-feature-flag
@@ -583,7 +698,7 @@ brews:
583
698
name : homebrew-tap
584
699
branch : master
585
700
caveats : " A migration command line to move your feature flag configuration file from format GO Feature Flag v0.X to v1.X"
586
- homepage : " https://github.com/thomaspoignant/go-feature-flag/cmd/migrationcli "
701
+ homepage : " https://gofeatureflag.org/docs/tooling/migrate_v0_v1 "
587
702
description : " A migration command line to move your feature flag configuration file from format GO Feature Flag v0.X to v1.X"
588
703
skip_upload : auto
589
704
# DEPRECATED: check go-feature-flag
@@ -595,7 +710,7 @@ brews:
595
710
name : homebrew-tap
596
711
branch : master
597
712
caveats : " A stand alone server to run GO Feature Flag"
598
- homepage : " https://gofeatureflag.org"
713
+ homepage : " https://gofeatureflag.org/docs/relay_proxy "
599
714
description : " A stand alone server to run GO Feature Flag"
600
715
skip_upload : auto
601
716
- ids :
@@ -606,7 +721,7 @@ brews:
606
721
name : homebrew-tap
607
722
branch : master
608
723
caveats : " A stand alone server to run GO Feature Flag"
609
- homepage : " https://gofeatureflag.org"
724
+ homepage : " https://gofeatureflag.org/docs/relay_proxy "
610
725
description : " A stand alone server to run GO Feature Flag"
611
726
skip_upload : auto
612
727
- ids :
@@ -617,7 +732,7 @@ brews:
617
732
name : homebrew-tap
618
733
branch : master
619
734
caveats : " A command line tool to lint your feature flag configuration file"
620
- homepage : " https://gofeatureflag.org"
735
+ homepage : " https://gofeatureflag.org/docs/tooling/linter "
621
736
description : " A command line tool to lint your feature flag configuration file"
622
737
skip_upload : auto
623
738
@@ -630,7 +745,7 @@ scoops:
630
745
owner : go-feature-flag
631
746
name : scoop
632
747
commit_msg_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
633
- homepage : " https://gofeatureflag.org"
748
+ homepage : " https://gofeatureflag.org/docs/tooling/migrate_v0_v1 "
634
749
license : MIT
635
750
636
751
# DEPRECATED: check go-feature-flag
@@ -641,7 +756,7 @@ scoops:
641
756
owner : go-feature-flag
642
757
name : scoop
643
758
commit_msg_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
644
- homepage : " https://gofeatureflag.org"
759
+ homepage : " https://gofeatureflag.org/docs/relay_proxy "
645
760
license : MIT
646
761
647
762
- url_template : https://github.com/thomaspoignant/go-feature-flag/releases/download/{{ .Tag }}/{{ .ArtifactName }}
@@ -651,7 +766,7 @@ scoops:
651
766
owner : go-feature-flag
652
767
name : scoop
653
768
commit_msg_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
654
- homepage : " https://gofeatureflag.org"
769
+ homepage : " https://gofeatureflag.org/docs/relay_proxy "
655
770
license : MIT
656
771
657
772
- url_template : https://github.com/thomaspoignant/go-feature-flag/releases/download/{{ .Tag }}/{{ .ArtifactName }}
@@ -661,7 +776,7 @@ scoops:
661
776
owner : go-feature-flag
662
777
name : scoop
663
778
commit_msg_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
664
- homepage : " https://gofeatureflag.org"
779
+ homepage : " https://gofeatureflag.org/docs/tooling/linter "
665
780
license : MIT
666
781
667
782
snapshot :
0 commit comments