forked from ifnesi/queues-for-kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
24 lines (21 loc) · 738 Bytes
/
.env
File metadata and controls
24 lines (21 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Docker Compose configuration
C3_VERSION=2.1.0
CONFLUENT_PLATFORM_VERSION=8.0.0
PLATFORM=linux/arm64
#####################################################
# The following values are provided by Confluent's
# release automation process. The values in these
# names will be adopted in scripts and expressions
# over time to construct other
# values required by this repository
#####################################################
CONFLUENT=8.0.0
CONFLUENT_DOCKER_TAG=8.0.0
CONFLUENT_SHORT=8.0
CONFLUENT_PREVIOUS=""
CONFLUENT_RELEASE_TAG_OR_BRANCH=8.0.0-post
CONFLUENT_MAJOR=8
CONFLUENT_MINOR=0
CONFLUENT_PATCH=0
#####################################################
CP_VERSION_FULL="$CONFLUENT_MAJOR.$CONFLUENT_MINOR.$CONFLUENT_PATCH"