Skip to content

Commit

Permalink
Update Podman to 5.4.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arixmkii committed Dec 12, 2024
1 parent 7dd8e8e commit 47f4344
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 298 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/prepare-podman-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:

env:
PODMAN_GITURL: https://github.com/containers/podman.git
PODMAN_SHA: 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c # v5.3.1
PODMAN_VERSION: 5.3.1
PODMAN_REVISION_KIND: prod # prod|dev
PODMAN_SHA: b60df61c3fbc6f331ba70b49b3088ba60e9c28a9 # v5.4.0-dev
PODMAN_VERSION: 5.4.0-dev
PODMAN_REVISION_KIND: dev # prod|dev

jobs:
build:
Expand All @@ -31,6 +31,7 @@ jobs:
git
unzip
base-devel
man-db
mingw-w64-ucrt-x86_64-toolchain
zip
mingw-w64-ucrt-x86_64-go
Expand Down Expand Up @@ -69,9 +70,7 @@ jobs:
git remote add origin $PODMAN_GITURL
git fetch --depth 1 origin $PODMAN_SHA
git checkout FETCH_HEAD
patch --binary -l -p 1 < ../patches/podman/0001-Fix-compilation-issues-in-QEMU-machine-files-Windows.patch
patch --binary -l -p 1 < ../patches/podman/0002-Implement-QEMU-Podman-machine-on-Windows.patch
patch --binary -l -p 1 < ../patches/podman/0003-Improve-platform-specific-URL-handling-in-podman-com.patch
patch --binary -l -p 1 < ../patches/podman/0001-Implement-QEMU-Podman-machine-on-Windows.patch
- name: "⚗️ Prepare Test Podman"
working-directory: podman-release
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ Version `v9.5.0.0` with 1 patch from Powershell OpenSSH fork PRs:

#### `Podman`

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

#### `Podman Desktop`

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 47f4344

Please sign in to comment.