adoroszlai commented on PR #4389: URL: https://github.com/apache/ozone/pull/4389#issuecomment-1512746856
> I can't modify classpath for docker image that used in docker tests You can add items to the classpath by setting the `OZONE_CLASSPATH` variable here: https://github.com/apache/ozone/blob/b74faeff9105f42dfd98184c5b76bc63db70e2c2/hadoop-ozone/dist/src/main/compose/ozonesecure/docker-compose.yaml#L60-L62 You may use the `@project.version@` placeholder to reference Ozone version, like this: https://github.com/apache/ozone/blob/7506842d83ce802c5da80b05670fc7d36b3daf4b/hadoop-ozone/dist/src/main/compose/ozone-mr/hadoop33/docker-config#L21 -- 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]
