Skip to content

Commit

Permalink
Update Podman to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Nov 24, 2024
1 parent b3537fe commit f2ed86e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prepare-podman-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on: workflow_dispatch

env:
PODMAN_GITURL: https://github.com/containers/podman.git
PODMAN_SHA: 874bf2c301ecf0ba645f1bb45f81966cc755b7da
PODMAN_SHA: 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c # v5.3.1
PODMAN_REVISION_KIND: prod

jobs:
build:
Expand Down Expand Up @@ -88,14 +89,14 @@ jobs:
mkdir -p contrib/win-installer/current
cp *.zip contrib/win-installer/current/
cd contrib/win-installer
powershell -ExecutionPolicy Bypass -File build.ps1 $BUILD_PODMAN_VERSION dev current
powershell -ExecutionPolicy Bypass -File build.ps1 $BUILD_PODMAN_VERSION $PODMAN_REVISION_KIND current
- name: "📦 Pack Podman"
shell: msys2 {0}
run: |
mkdir -p qcw
export BUILD_PODMAN_VERSION=$(podman-release/test/version/version | sed 's/-.*//')
cp "podman-release/contrib/win-installer/podman-$BUILD_PODMAN_VERSION-dev-setup.exe" qcw/
cp "podman-release/contrib/win-installer/podman-$BUILD_PODMAN_VERSION-"*"setup.exe" qcw/
cd qcw
find . -type f \( ! -iname "*.checksums" \) -exec sha256sum -b {} \; > sha.checksums
find . -type f \( ! -iname "*.checksums" \) -exec sha512sum -b {} \; >> sha.checksums
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Version `v9.5.0.0` with 1 patch from Powershell OpenSSH fork PRs:

#### `Podman`

Version `5.3.0` with 3 patch sets:
Version `5.3.1` with 3 patch sets:
* Enable compilation for Windows on parts of QEMU machine provider
* Implement QEMU Podman machine on Windows
* Improve platform specific URL handling in podman compose for machines https://github.com/containers/podman/pull/23827
Expand Down

0 comments on commit f2ed86e

Please sign in to comment.