FrankChen021 commented on PR #15664: URL: https://github.com/apache/druid/pull/15664#issuecomment-1888477318
Just want to confirm the root cause. For the integraton-test, the `wget` runs in a docker which is based on the `openjdk:8-slim-buster` image. If the `wget` fails to check the server certificate, there's sth wrong with the base image. Because the wget command is also used in the distribution Dockerfile, if there's sth wrong configuration with the Dockerfile, we also have to update the distribution docker file. I can't re-produce this problem by execute the `wget` from a minimal container as following commands: 1. Start a container: ``` docker % docker run -it openjdk:8-slim-buster /bin/bash ``` 2. Run the commands in the container, which are included in the `base-setup.sh` ``` apt-get update apt-get install -y wget ``` 3. Run the wget command: ``` wget https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/2.7.3/mariadb-java-client-2.7.3.jar ``` What's the running result from your environment? @AlbericByte -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
