Sergey Nuyanzin created FLINK-40643:
---------------------------------------
Summary: Do not use dowload/untar runs separately in
flink-ci-docker
Key: FLINK-40643
URL: https://issues.apache.org/jira/browse/FLINK-40643
Project: Flink
Issue Type: Bug
Components: Build System / CI
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
The problem is that there are several lines like
{noformat}
RUN wget -q
https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.19%2B7/OpenJDK11U-jdk_x64_linux_hotspot_11.0.19_7.tar.gz
RUN tar -C /usr/lib/jvm -xzf OpenJDK11U-jdk_x64_linux_hotspot_11.0.19_7.tar.gz
{noformat}
as a result first line downloads the artifact, the next untars.
However nobody drops the archive.
In total almost 1Gb could be freed
--
This message was sent by Atlassian Jira
(v8.20.10#820010)