Skip to content

Commit e30bad5

Browse files
authored
chore(CI): add "influxdata-archive-keyring" package (#26942)
1 parent f60c5c4 commit e30bad5

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.circleci/packages/config.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
version:
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

98
sources:
@@ -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

0 commit comments

Comments
 (0)