[
https://issues.apache.org/jira/browse/AVRO-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034415#comment-17034415
]
Hudson commented on AVRO-2732:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #824 (See
[https://builds.apache.org/job/AvroJava/824/])
AVRO-2732: Fix openjdk changes by using stretch base image (#809) (github:
[https://github.com/apache/avro/commit/ad2a8933d45488e4b0b306d14e1be50a87c33cf3])
* (edit) share/docker/Dockerfile
> Docker image build is broken on master
> --------------------------------------
>
> Key: AVRO-2732
> URL: https://issues.apache.org/jira/browse/AVRO-2732
> Project: Apache Avro
> Issue Type: Improvement
> Components: docker
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Fix For: 1.10.0
>
>
> It seems we had the bad luck that our Dockerfile building/validation image got
> broken because of a change in its upstream parent image openjdk:11 that was
> upgraded
> to the latest version of its parent version (debian:stable). Debian stable
> does
> not include Java 8 anymore, so when you build the image (as I did to validate
> the release) it is broken.
> We should fix this by installing Java 'manually' in the docker image. To avoid
> this kind of breakages in the future we should only rely on a pinned OS image
> and install all dev dependencies from there probably install Java.
> There are also some additional warnings that it would be good to fix, e.g.
> apt-utils and wheel in pip upgrade.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)