Page MenuHomeSolus

Update buildah to 1.25.1
ClosedPublic

Authored by chax on Apr 4 2022, 8:50 AM.
Tags
None
Referenced Files
F11019614: D13099.diff
Sun, Aug 6, 9:35 PM
F11002614: D13099.diff
Mon, Jul 31, 2:09 AM
F10892498: D13099.diff
Jun 30 2023, 1:42 AM
F10865600: D13099.diff
Jun 17 2023, 12:15 PM
F10794527: D13099.id32016.diff
May 27 2023, 4:29 PM
F10794386: D13099.diff
May 27 2023, 3:48 PM
F10794357: D13099.id32015.diff
May 27 2023, 3:41 PM
F10729375: D13099.diff
May 10 2023, 12:46 PM
Subscribers

Details

Summary

Update buildah to 1.25.1
Changelog can be found here

Test Plan

Run a few buildah commands:

  • buildah from debian:buster
  • buildah run debian-working-container apt update
  • buildah run debian-working-container apt upgrade -y
  • buildah run debian-working-container apt install curl -y
  • buildah copy debian-working-container test.sh /local/bin/test.sh
  • buildah run debian-working-container chmod +x /local/bin/test.sh
  • buildah run /local/bin/test.sh
  • buildah config --entrypoint "/local/bin/test.sh" debian-working-container
  • buildah commit debian-working-container debian-test
  • buildah images

Test image with podman:

  • podman run debian-test
  • podman run -it debian-test /bin/bash

Diff Detail

Repository
R4789 buildah
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chax requested review of this revision.Apr 4 2022, 8:50 AM

I made a mistake in D13083 reporting wrong version (1.25.2) while building correct version (1.25.1), this patch fixes it, so that package reports correct version of buildah.

Thanks for the fix, I totally overlooked that version typo! ?

This revision is now accepted and ready to land.Apr 4 2022, 1:51 PM
This revision was automatically updated to reflect the committed changes.