Comment 2 for bug 2003261

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tools (master)

Reviewed: https://review.opendev.org/c/starlingx/tools/+/871082
Committed: https://opendev.org/starlingx/tools/commit/2e7bc38e216a3f9e601e9a53cf16c362b8333d96
Submitter: "Zuul (22348)"
Branch: master

commit 2e7bc38e216a3f9e601e9a53cf16c362b8333d96
Author: Zhixiong Chi <email address hidden>
Date: Wed Jan 18 23:34:12 2023 -0800

    libkrb5-dev: Add libkrb5-dev to support docker images build

    After the commit https://review.opendev.org/c/starlingx/tools/+/869624,
    krb5 sub-packages have been upgraded to 1.18.3-6+deb11u3, but the
    package libkrb5-dev is not included in the deb-local-binary repo.
    We will encounter the version conflicts during the docker images
    building.
    Add libkrb5-dev and the dependencies into the deb-local-binary to
    avoid the conflict.

    TestPlan:
    PASS: downloader
    PASS: build-pkgs
    PASS: build-image
    PASS: Jenkins Installation
    PASS:
      stx shell
      $cd $MY_REPO/build-tools/build-docker-images
      $./build-stx-base.sh --local --version DEV --cache
      $cd $MY_REPO/build-tools/build-wheels
      $./build-wheel-tarball.sh --keep-image --cache
      $cd $MY_REPO/build-tools/build-docker-images
      $./build-stx-images.sh --os distroless --base \
       starlingx/stx-debian:master-stable-latest \
       --cache --only intel-qat-plugin
      Build OK without the docker images building failure.

    Closes-Bug: 2003261

    Signed-off-by: Zhixiong Chi <email address hidden>
    Change-Id: Ie4c5851df135899be20b0fe8e7ae2a28553af6e5