Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build-tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#
###############

FROM ubuntu:focal AS tezbase
FROM ubuntu:jammy AS tezbase

WORKDIR /root
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand All @@ -42,6 +42,7 @@ ENV DEBCONF_TERSE true
RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
apt-transport-https \
apt-utils \
bzip2 \
ca-certificates \
curl \
dirmngr \
Expand Down
8 changes: 8 additions & 0 deletions tez-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
<argument>run</argument>
<argument>test:mvn</argument>
</arguments>
<environmentVariables>
<!-- workaround for systems using a newer OpenSSL (3+) which is incompatible with PhantomJS -->
<OPENSSL_CONF>/dev/null</OPENSSL_CONF>
</environmentVariables>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -147,6 +151,10 @@
<argument>run</argument>
<argument>test:mvn</argument>
</arguments>
<environmentVariables>
<!-- workaround for systems using a newer OpenSSL (3+) which is incompatible with PhantomJS -->
<OPENSSL_CONF>/dev/null</OPENSSL_CONF>
</environmentVariables>
</configuration>
</execution>
</executions>
Expand Down