Page MenuHomeSolus

Update buildah to 1.25.2
ClosedPublic

Authored by chax on Apr 2 2022, 1:05 PM.
Tags
None
Referenced Files
F11002616: D13083.diff
Mon, Jul 31, 2:11 AM
F10981404: D13083.diff
Sun, Jul 23, 6:30 AM
F10949885: D13083.diff
Sun, Jul 16, 3:39 AM
F10865601: D13083.diff
Jun 17 2023, 12:16 PM
F10794269: D13083.id31976.diff
May 27 2023, 3:16 PM
F10794230: D13083.id31997.diff
May 27 2023, 3:06 PM
F10794184: D13083.diff
May 27 2023, 2:57 PM
F10729371: D13083.diff
May 10 2023, 12:45 PM
Subscribers

Details

Summary

Update buildah to 1.25.2
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