You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by "Yanhui Zhao (Jira)" <ji...@apache.org> on 2022/08/16 03:13:00 UTC

[jira] [Created] (MNEMONIC-757) Dev docker base image ubuntu version outdated and causing build error

Yanhui Zhao created MNEMONIC-757:
------------------------------------

             Summary: Dev docker base image ubuntu version outdated and causing build error
                 Key: MNEMONIC-757
                 URL: https://issues.apache.org/jira/browse/MNEMONIC-757
             Project: Mnemonic
          Issue Type: Bug
          Components: Docker
    Affects Versions: 0.19.0
            Reporter: Yanhui Zhao
            Assignee: Yanhui Zhao
             Fix For: 0.19.0


Error message:

 > [ 2/10] RUN apt-get -y update && apt-get install -y software-properties-common && add-apt-repository ppa:openjdk-r/ppa && apt-get -y update &&     apt-get install -y openjdk-17-jdk cmake check git pkg-config autoconf man build-essential gcc g++ uuid-dev pandoc devscripts flex doxygen maven:                                                                                                                                          

#5 0.612 Ign:1 http://archive.ubuntu.com/ubuntu impish InRelease                                                                                

#5 0.745 Ign:2 http://security.ubuntu.com/ubuntu impish-security InRelease                                                                      

#5 0.764 Ign:3 http://archive.ubuntu.com/ubuntu impish-updates InRelease

#5 0.897 Err:4 http://security.ubuntu.com/ubuntu impish-security Release

#5 0.897   404  Not Found [IP: 185.125.190.36 80]

#5 0.915 Ign:5 http://archive.ubuntu.com/ubuntu impish-backports InRelease

#5 1.067 Err:6 http://archive.ubuntu.com/ubuntu impish Release

#5 1.067   404  Not Found [IP: 185.125.190.39 80]

#5 1.213 Err:7 http://archive.ubuntu.com/ubuntu impish-updates Release

#5 1.213   404  Not Found [IP: 185.125.190.39 80]

#5 1.365 Err:8 http://archive.ubuntu.com/ubuntu impish-backports Release

#5 1.365   404  Not Found [IP: 185.125.190.39 80]

#5 1.371 Reading package lists...

#5 1.385 E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' does not have a Release file.

#5 1.385 E: The repository 'http://archive.ubuntu.com/ubuntu impish Release' does not have a Release file.

#5 1.385 E: The repository 'http://archive.ubuntu.com/ubuntu impish-updates Release' does not have a Release file.

#5 1.385 E: The repository 'http://archive.ubuntu.com/ubuntu impish-backports Release' does not have a Release file.



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