File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/trinodb/testing/centos7-oj11:53
1
+ FROM ghcr.io/trinodb/testing/almalinux9-oj17:108
2
2
3
3
RUN yum install -y openssh-server openssh-clients passwd
4
4
RUN echo s3cr37_p@55 | passwd --stdin root
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/trinodb/testing/centos7-oj11:53
1
+ FROM ghcr.io/trinodb/testing/almalinux9-oj17:108
2
2
3
- RUN curl -SL https://repo1.maven.org/maven2/io/trino/trino-cli/356 /trino-cli-356 -executable.jar -o trino-cli.jar
3
+ RUN curl -SL https://repo1.maven.org/maven2/io/trino/trino-cli/472 /trino-cli-472 -executable.jar -o trino-cli.jar
4
4
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/trinodb/testing/centos7-oj11:53
2
-
3
- RUN yum install -y tar
4
-
5
- RUN curl -SL https://repo1.maven.org/maven2/io/trino/trino-server/356/trino-server-356.tar.gz \
6
- | tar xz \
7
- && mv $(find -type d -name 'trino-server*' ) trino-server
8
-
9
- RUN mkdir /trino-server/etc
1
+ FROM trinodb/trino:472
10
2
11
3
COPY etc /trino-server/etc/
12
4
Original file line number Diff line number Diff line change 1
1
-server
2
2
-Xmx2G
3
- -XX:-UseBiasedLocking
4
3
-XX:+UseG1GC
5
4
-XX:G1HeapRegionSize=32M
6
5
-XX:+ExplicitGCInvokesConcurrent
You can’t perform that action at this time.
0 commit comments