You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Richárd Antal (Jira)" <ji...@apache.org> on 2022/10/04 07:29:00 UTC

[jira] [Updated] (PHOENIX-6801) Fix failing docker build because of missing Ubuntu files

     [ https://issues.apache.org/jira/browse/PHOENIX-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richárd Antal updated PHOENIX-6801:
-----------------------------------
    Summary: Fix failing docker build because of missing Ubuntu files  (was: Fix failing docker build because of missing Ubuntu repos)

> Fix failing docker build because of missing Ubuntu files
> --------------------------------------------------------
>
>                 Key: PHOENIX-6801
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6801
>             Project: Phoenix
>          Issue Type: Task
>          Components: python, queryserver
>    Affects Versions: python-phoenixdb-1.2.0
>            Reporter: Richárd Antal
>            Assignee: Richárd Antal
>            Priority: Major
>
> {{docker build -t toxtest . fails}} because of missing repos
>  
> {code:java}
> E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/b/bind9/bind9-libs_9.16.1-0ubuntu2.10_amd64.deb  404  Not Found [IP: 185.125.190.36 80]
> E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/b/bind9/bind9-host_9.16.1-0ubuntu2.10_amd64.deb  404  Not Found [IP: 185.125.190.36 80]
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?{code}
> Add {{apt-get update}} to fix it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)