clintropolis opened a new pull request #11638:
URL: https://github.com/apache/druid/pull/11638


   Looks like openjdk:8-slim image updated from debian buster to bullseye, 
which seems not cool and all the integration tests are failing with an error of 
the form:
   
   ```
   Step 15/43 : RUN find /var/lib/mysql -type f -exec touch {} \; && 
/etc/init.d/mysql start       && echo "CREATE USER 'druid'@'%' IDENTIFIED BY 
'diurd'; GRANT ALL ON druid.* TO 'druid'@'%'; CREATE database druid DEFAULT 
CHARACTER SET utf8mb4;" | mysql -u root       && /etc/init.d/mysql stop
    ---> Running in 98c01deea008
   /bin/sh: 1: /etc/init.d/mysql: not found
   ```
   
   For now, specifying buster as it is known to work, though at some point we 
should probably try to figure out how to upgrade to the newer image.


-- 
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]

Reply via email to