[ 
https://issues.apache.org/jira/browse/FLINK-39762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-39762:
-----------------------------------
    Labels: pull-request-available  (was: )

> Wget is absent for java25 docker
> --------------------------------
>
>                 Key: FLINK-39762
>                 URL: https://issues.apache.org/jira/browse/FLINK-39762
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Build System / CI
>            Reporter: Sergey Nuyanzin
>            Assignee: Sergey Nuyanzin
>            Priority: Major
>              Labels: pull-request-available
>
> Here is the log about this 
> https://dev.azure.com/snuyanzin/flink/_build/results?buildId=4811&view=logs&j=d63a5fc4-24ea-51df-9ade-fa4330af161c&t=ea2ec858-2cbb-59c8-34b3-539f99994261&l=5574
> {noformat}
>  > [5/6] RUN set -ex;   wget -nv -O flink.tgz "localhost:9999/flink.tgz";     
> if [ "false" = "true" ]; then     wget -nv -O flink.tgz.asc "";     export 
> GNUPGHOME="$(mktemp -d)";     for server in hkps://keys.openpgp.org $(shuf -e 
>                             keyserver.ubuntu.com                             
> hkp://keyserver.ubuntu.com:80                             pgp.mit.edu) ; do   
>       gpg --batch --keyserver "$server" --recv-keys "" && break || : ;     
> done &&     gpg --batch --verify flink.tgz.asc flink.tgz;     gpgconf --kill 
> all;     rm -rf "$GNUPGHOME" flink.tgz.asc;   fi;     tar -xf flink.tgz 
> --strip-components=1;   rm flink.tgz;     chown -R flink:flink .;     
> CONF_FILE="/opt/flink/conf/config.yaml";   /bin/bash 
> "/opt/flink/bin/config-parser-utils.sh" "/opt/flink/conf" "/opt/flink/bin" 
> "/opt/flink/lib"     "-repKV" "rest.address,localhost,0.0.0.0"     "-repKV" 
> "rest.bind-address,localhost,0.0.0.0"     "-repKV" 
> "jobmanager.bind-host,localhost,0.0.0.0"     "-repKV" 
> "taskmanager.bind-host,localhost,0.0.0.0"     "-rmKV" 
> "taskmanager.host=localhost";:
> 0.043 + wget -nv -O flink.tgz localhost:9999/flink.tgz
> 0.043 /bin/sh: 1: wget: not found
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to