File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 91
91
uses : docker/build-push-action@v3
92
92
with :
93
93
push : ${{ github.event_name != 'pull_request' }}
94
- tags : fieldengineering/redis-sql:early-access
94
+ tags : fieldengineering/redis-sql-trino :early-access
Original file line number Diff line number Diff line change 95
95
uses : docker/build-push-action@v3
96
96
with :
97
97
push : ${{ github.event_name != 'pull_request' }}
98
- tags : fieldengineering/redis-sql:latest,fieldengineering/redis-sql:${{ github.event.inputs.version }}
98
+ tags : fieldengineering/redis-sql-trino :latest,fieldengineering/redis-sql-trino :${{ github.event.inputs.version }}
99
99
100
100
- name : Deploy
101
101
uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 1
1
ARG TRINO_VERSION=403
2
2
3
3
FROM docker.io/library/maven:3.8.6-openjdk-18 AS builder
4
- WORKDIR /root/redis-sql
5
- COPY . /root/redis-sql
4
+ WORKDIR /root/redis-sql-trino
5
+ COPY . /root/redis-sql-trino
6
6
ENV MAVEN_FAST_INSTALL="-DskipTests -Dair.check.skip-all=true -Dmaven.javadoc.skip=true -B -q -T C1"
7
7
RUN mvn package $MAVEN_FAST_INSTALL
8
8
9
9
FROM trinodb/trino:${TRINO_VERSION}
10
10
11
- COPY --from=builder --chown=trino:trino /root/redis-sql/target/redis-sql-*/* /usr/lib/trino/plugin/redisearch/
11
+ COPY --from=builder --chown=trino:trino /root/redis-sql-trino /target/redis-sql-trino -*/* /usr/lib/trino/plugin/redisearch/
12
12
13
13
USER root:root
14
14
RUN apt-get update
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
restart : always
11
11
12
12
trino :
13
- image : fieldengineering/redis-sql
13
+ image : fieldengineering/redis-sql-trino
14
14
hostname : trino
15
15
container_name : trino
16
16
ports :
Original file line number Diff line number Diff line change 1
1
project :
2
- name : redis-sql
2
+ name : redis-sql-trino
3
3
description : Trino Connector for RediSearch
4
4
longDescription : Trino Connector for RediSearch
5
5
links :
6
- homepage : https://github.com/redis-field-engineering/redis-sql
6
+ homepage : https://github.com/redis-field-engineering/redis-sql-trino
7
7
authors :
8
8
- Julien Ruaux
9
9
license : MIT
@@ -56,7 +56,7 @@ announce:
56
56
message : ' 🚀 Redis SQL {{projectVersion}} has been released! {{releaseNotesUrl}}'
57
57
58
58
distributions :
59
- redis-sql :
59
+ redis-sql-trino :
60
60
artifacts :
61
61
- path : target/{{distributionName}}-{{projectVersion}}.zip
62
62
transform : ' {{distributionName}}-{{projectEffectiveVersion}}.zip'
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<groupId >com.redis</groupId >
12
- <artifactId >redis-sql</artifactId >
12
+ <artifactId >redis-sql-trino </artifactId >
13
13
<version >0.2.10-SNAPSHOT</version >
14
- <name >Redis SQL</name >
14
+ <name >Redis SQL Trino </name >
15
15
<description >Trino connector for RediSearch</description >
16
16
<packaging >trino-plugin</packaging >
17
17
<url >https://github.com/${github.owner} /${github.repo} </url >
24
24
</scm >
25
25
<properties >
26
26
<github .owner>redis-field-engineering</github .owner>
27
- <github .repo>redis-sql</github .repo>
27
+ <github .repo>redis-sql-trino </github .repo>
28
28
29
29
<lettucemod .version>3.2.0</lettucemod .version>
30
30
<lettuce .version>6.2.2.RELEASE</lettuce .version>
482
482
</goals >
483
483
<configuration >
484
484
<backend >pdf</backend >
485
- <outputFile >redis-sql-${project.version} .pdf</outputFile >
485
+ <outputFile >redis-sql-trino- ${project.version} .pdf</outputFile >
486
486
<attributes >
487
487
<doctype >book</doctype >
488
488
<title-page ></title-page >
You can’t perform that action at this time.
0 commit comments