File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180
181181 build_packages :
182182 docker :
183- - image : us-east1-docker.pkg.dev/influxdata-team-edge/ci-support/ci-packager:latest
183+ - image : us-east1-docker.pkg.dev/influxdata-team-edge/ci-support/ci-packager-next@sha256:c92ea43b5529b9c4f93478c26d128b3a5aa811559e1fa634cdb476241f8d7620
184184 auth :
185185 username : _json_key
186186 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 : ' 1.x-{{env.CIRCLE_SHA1[:8]}}'
87
98sources :
@@ -31,6 +30,11 @@ packages:
3130 - name : influxdb
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 # linux, darwin
3640 - influx
@@ -86,3 +90,9 @@ packages:
8690 - 750,influxdb,influxdb:/var/log/influxdb
8791 - 750,influxdb,influxdb:/var/lib/influxdb
8892 source : .circleci/packages/influxdb
93+ deb :
94+ recommends :
95+ - influxdata-archive-keyring
96+ rpm :
97+ recommends :
98+ - influxdata-archive-keyring
You can’t perform that action at this time.
0 commit comments