Comment 6 for bug 1995630

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to integ (r/stx.6.0)

Reviewed: https://review.opendev.org/c/starlingx/integ/+/863551
Committed: https://opendev.org/starlingx/integ/commit/0d67b6dfe203995ce534bc47a6d74faa230b4de1
Submitter: "Zuul (22348)"
Branch: r/stx.6.0

commit 0d67b6dfe203995ce534bc47a6d74faa230b4de1
Author: Al Bailey <email address hidden>
Date: Thu Aug 18 13:39:29 2022 +0000

    Fix the stx-mariadb docker build errors

    When building the docker image, the apt-get update fails
    due to:
       /etc/apt/sources.list.d/mariadb.list
    which contains a repo that no longer exists
      http://ftp.osuosl.org/pub/mariadb/repo/10.2/ubuntu

    To get the docker build to work, that repo needs to
    be removed prior to running the 'update'

    Closes-Bug: 1995630
    Signed-off-by: Al Bailey <email address hidden>
    Change-Id: Ibbb449755717a5dec28deebeb753dc8e993eacb9
    (cherry picked from commit df777c46ba1cb0c9d4d3ed7cbd855d12de2168c8)
    (cherry picked from commit 4414d4534a9ed58ffa7a6152f9fdf4c350747661)
    Signed-off-by: Davlet Panech <email address hidden>