Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update podman to 3.3.1 #4063

Closed
2 of 10 tasks
tetchel opened this issue Sep 10, 2021 · 8 comments
Closed
2 of 10 tasks

Update podman to 3.3.1 #4063

tetchel opened this issue Sep 10, 2021 · 8 comments
Assignees
Labels
awaiting-deployment Code complete; awaiting deployment and/or deployment in progress feature request investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Ubuntu

Comments

@tetchel
Copy link

tetchel commented Sep 10, 2021

Tool name

podman

Tool license

Apache

Add or update?

  • Add
  • Update

Desired version

3.3.1 https://github.com/containers/podman/releases/tag/v3.3.1

Approximate size

No response

Brief description of tool

Please update podman to v3.3.1 to resolve a bug in v3.2.3 which causes backwards-compatibility issues for users pulling images from Docker image storage.

containers/podman#10998
redhat-actions/push-to-registry#42

URL for tool's homepage

No response

Provide a basic test case to validate the tool's functionality.

No response

Virtual environments affected

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.15
  • macOS 11
  • Windows Server 2016
  • Windows Server 2019
  • Windows Server 2022

Can this tool be installed during the build?

No response

Tool installation time in runtime

No response

Are you willing to submit a PR?

No response

@tetchel tetchel changed the title Update podman Update podman to 3.3.1 Sep 10, 2021
@Darleev
Copy link
Contributor

Darleev commented Sep 13, 2021

Hello @tetchel,
Currently, we install podman according to the podman documentation for Ubuntu, however the latest available version in the repository is 3.2.3, it seems there is some discrepancy between GitHub podman versioning and Ubuntu's repository.
We will investigate the issue.

@Darleev Darleev added investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Ubuntu and removed needs triage labels Sep 13, 2021
@al-cheb al-cheb self-assigned this Sep 14, 2021
@al-cheb
Copy link
Contributor

al-cheb commented Sep 14, 2021

@lsm5, Hey, Lokesh
We use download.opensuse.org/ [current version in the repo is 3.2.3] repo to install podman buildah skopeo in the container.sh script as the recommendation from https://podman.io/getting-started/installation help. As a package maintainer could you update package version to 3.3.1 and help us and your colleague @tetchel to fix the issue?

Package: podman
Maintainer: Lokesh Mandvekar <[email protected]>

Buildah, Podman and Skopeo ONLY from EITHER the Kubic repo OR the official Ubuntu repos. Mixing and matching may lead to unpredictable situations including installation conflicts.

@lsm5
Copy link

lsm5 commented Sep 14, 2021

@al-cheb I'll update the kubic package. Btw, any chance you could switch to Ubuntu 21.04? That would have podman and buildah in the default repos itself.

@lsm5
Copy link

lsm5 commented Sep 14, 2021

@al-cheb I'll update the kubic package. Btw, any chance you could switch to Ubuntu 21.04? That would have podman and buildah in the default repos itself.

err, never mind, I do recall sometime back you mentioned you'd only switch from one LTS to another.

@lsm5
Copy link

lsm5 commented Sep 14, 2021

Just sent podman v3.3.1 update to Kubic, give it maybe an hour to complete. https://build.opensuse.org/package/show/devel:kubic:libcontainers:stable/podman . Let me know if any other packages need changes.

@al-cheb
Copy link
Contributor

al-cheb commented Sep 14, 2021

@lsm5, Many thanks for the help. I will generate a test image build and let you know.

@al-cheb
Copy link
Contributor

al-cheb commented Sep 15, 2021

@tetchel , We are planning to start a new image rollout next week.

jobs:
  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
      - name: update podman
        run: |
          source /etc/os-release
          REPO_URL="https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable"
          sudo sh -c "echo 'deb ${REPO_URL}/x${NAME}_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
          wget -qnv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/x${NAME}_${VERSION_ID}/Release.key -O Release.key
          sudo apt-key add Release.key
          sudo apt-get update -qq
          sudo apt-get -qq -y install podman buildah skopeo
      - run: podman -v

image

@Darleev Darleev added the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Sep 16, 2021
@al-cheb
Copy link
Contributor

al-cheb commented Sep 23, 2021

The Ubuntu Server 20.04 image with podman 3.3.1 have been deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-deployment Code complete; awaiting deployment and/or deployment in progress feature request investigate Collect additional information, like space on disk, other tool incompatibilities etc. OS: Ubuntu
Projects
None yet
Development

No branches or pull requests

4 participants