[ https://issues.apache.org/jira/browse/PHOENIX-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467850#comment-17467850 ]
ASF GitHub Bot commented on PHOENIX-6618: ----------------------------------------- stoty opened a new pull request #1369: URL: https://github.com/apache/phoenix/pull/1369 … no longer available do not pin openjdk-11 version in Dockerfiles -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Yetus docker image cannot be built as openjdk 11.0.11 is no longer available > ---------------------------------------------------------------------------- > > Key: PHOENIX-6618 > URL: https://issues.apache.org/jira/browse/PHOENIX-6618 > Project: Phoenix > Issue Type: Bug > Reporter: Istvan Toth > Assignee: Istvan Toth > Priority: Major > > Yetus fails with > {noformat} > 09:31:52 #8 8.026 E: Version '11.0.11+9-0ubuntu2~20.04' for > 'openjdk-11-jdk-headless' was not found > 09:31:52 #8 8.026 E: Version '11.0.11+9-0ubuntu2~20.04' for > 'openjdk-11-jre-headless' was not found > 09:31:52 #8 8.026 E: Version '11.0.11+9-0ubuntu2~20.04' for 'openjdk-11-jre' > was not found > 09:31:55 #8 ERROR: executor failed running [/bin/bash -o pipefail -c apt-get > update && apt-get -q install --no-install-recommends -y > openjdk-11-jdk-headless=11.0.11+9-0ubuntu2~20.04 > openjdk-11-jre-headless=11.0.11+9-0ubuntu2~20.04 > openjdk-11-jre=11.0.11+9-0ubuntu2~20.04]: exit code: 100 > 09:31:55 ------ > 09:31:55 > [5/5] RUN apt-get update && apt-get -q install > --no-install-recommends -y openjdk-11-jdk-headless=11.0.11+9-0ubuntu2~20.04 > openjdk-11-jre-headless=11.0.11+9-0ubuntu2~20.04 > openjdk-11-jre=11.0.11+9-0ubuntu2~20.04: > 09:31:55 ------ > 09:31:55 executor failed running [/bin/bash -o pipefail -c apt-get update > && apt-get -q install --no-install-recommends -y > openjdk-11-jdk-headless=11.0.11+9-0ubuntu2~20.04 > openjdk-11-jre-headless=11.0.11+9-0ubuntu2~20.04 > openjdk-11-jre=11.0.11+9-0ubuntu2~20.04]: exit code: 100 > 09:31:55 ERROR: Docker failed to build yetus/phoenix:1a13c055a. > {noformat} > It looks like ubuntu removes older updates when they are superceded. -- This message was sent by Atlassian Jira (v8.20.1#820001)