Skip to content

Commit c9430a4

Browse files
authored
chore(CI): add "influxdata-archive-keyring" package (#26939)
1 parent 0f4cd4e commit c9430a4

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

.circleci/config.yml

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

.circleci/packages/config.yaml

Lines changed: 19 additions & 10 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: '2.x-{{env.CIRCLE_SHA1[:8]}}'
87

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

0 commit comments

Comments
 (0)