You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Lucas Bradstreet (JIRA)" <ji...@apache.org> on 2019/06/06 19:40:00 UTC

[jira] [Created] (KAFKA-8499) Ducker missing java commands in path for ducker user on openjdk docker images

Lucas Bradstreet created KAFKA-8499:
---------------------------------------

             Summary: Ducker missing java commands in path for ducker user on openjdk docker images
                 Key: KAFKA-8499
                 URL: https://issues.apache.org/jira/browse/KAFKA-8499
             Project: Kafka
          Issue Type: Improvement
          Components: system tests
    Affects Versions: 2.2.0, 2.3.0
            Reporter: Lucas Bradstreet


openjdk:8/openjdk:11 used to include java and other java programs in /usr/bin. It has since been moved to ```/usr/local/openjdk-VERSION/bin```, which will cause problems when the system tests invoke any java related utility as well as java itself if the user is using a later image with the same tag. The openjdk images have been updated with the same tag, so this can happen suddenly without any other code changes if the new version is pulled.

We need to ensure the ducker user that is created in the Dockerfile includes the new location that java is installed to is included in its path.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)