[
https://issues.apache.org/jira/browse/AVRO-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17033755#comment-17033755
]
Ryan Skraba commented on AVRO-2732:
-----------------------------------
The build is currently failing with
{code:java}
E: Unable to locate package openjdk-8-jdk {code}
A possible (but *truly* unfortunate quick fix) would be to get openjdk-8 from
*{{deb [http://deb.debian.org/debian/] sid main}}*
It's still available in the list of "unstable" packages that no longer have
maintenance by the debian security team.
> 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
>
> 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)