File tree Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ jobs:
477477
478478 build-packages :
479479 docker :
480- - image : us-east1-docker.pkg.dev/influxdata-team-edge/ci-support/ci-packager:latest
480+ - image : us-east1-docker.pkg.dev/influxdata-team-edge/ci-support/ci-packager-next@sha256:c92ea43b5529b9c4f93478c26d128b3a5aa811559e1fa634cdb476241f8d7620
481481 auth :
482482 username : _json_key
483483 password : $CISUPPORT_GCS_AUTHORIZATION
Original file line number Diff line number Diff line change 11---
22version :
3- release :
4- match : ' ^v[0-9]+.[0-9]+.[0-9]+'
3+ - match : ' ^v[0-9]+.[0-9]+.[0-9]+'
54 value : ' {{env.CIRCLE_TAG[1:]}}'
6- default :
5+ - match : ' .* '
76 value : ' 2.x-{{env.CIRCLE_SHA1[:8]}}'
87
98sources :
@@ -31,6 +30,11 @@ packages:
3130 - name : influxdb2
3231 description : Distributed time-series database.
3332 license : MIT
33+ vendor : InfluxData
34+ homepage : https://influxdata.com
35+ maintainer :
36+ name : support
37+ 3438 binaries :
3539 - influxd
3640 - influxd.exe
@@ -60,10 +64,15 @@ packages:
6064 group : root
6165 perms : 0644
6266 target : lib/systemd/system/influxdb.service
63- deb_recommends :
64- - influxdb2-cli
65- conflicts :
66- - influxdb
67- depends :
68- - curl
69- source : .circleci/packages/influxdb2
67+ source : .circleci/packages/influxdb2
68+ deb :
69+ recommends :
70+ - influxdata-archive-keyring
71+ - influxdb2-cli
72+ conflicts :
73+ - influxdb
74+ depends :
75+ - curl
76+ rpm :
77+ recommends :
78+ - influxdata-archive-keyring
You can’t perform that action at this time.
0 commit comments