Skip to content

Commit ae50051

Browse files
committed
Update testing docker images
1 parent a7ada22 commit ae50051

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

tempto-examples/docker/ssh/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trinodb/testing/centos7-oj11:53
1+
FROM ghcr.io/trinodb/testing/almalinux9-oj17:108
22

33
RUN yum install -y openssh-server openssh-clients passwd
44
RUN echo s3cr37_p@55 | passwd --stdin root
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/trinodb/testing/centos7-oj11:53
1+
FROM ghcr.io/trinodb/testing/almalinux9-oj17:108
22

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
44

tempto-examples/docker/trino-server/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
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
102

113
COPY etc /trino-server/etc/
124

tempto-examples/docker/trino-server/etc/jvm.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-server
22
-Xmx2G
3-
-XX:-UseBiasedLocking
43
-XX:+UseG1GC
54
-XX:G1HeapRegionSize=32M
65
-XX:+ExplicitGCInvokesConcurrent

0 commit comments

Comments
 (0)