-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into bump_530_rc3
Signed-off-by: Matt Heon <[email protected]>
- Loading branch information
Showing
106 changed files
with
2,672 additions
and
588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
![PODMAN logo](https://raw.githubusercontent.com/containers/common/main/logos/podman-logo-full-vert.png) | ||
|
||
# Podman Roadmap | ||
|
||
The Podman development team reviews feature requests from its various stakeholders for consideration | ||
quarterly. Podman maintainers then prioritize these features. Top features are then assigned to | ||
one or more engineers. | ||
|
||
|
||
## Future feature focus | ||
|
||
* Further improvements to `podman machine` to better support Podman Desktop and other developer usecases. | ||
- Smoother upgrade process for Podman machine operating system (OS) images | ||
- Release and pipeline automation for Podman machine OS images | ||
- Performance improvements | ||
- Convergence of WSL technologies with other providers including its OS | ||
* OCI artifact support | ||
* Integration of composefs | ||
* Partial pull support (zstd:chunked) | ||
* Improved support for the BuildKit API. | ||
* Performance and stability improvements. | ||
* Reductions to the size of the Podman binary. | ||
|
||
## Previous quarterly feature prioritizations | ||
|
||
This section is a historical account of what features were prioritized by quarter. Results of the prioritization will be added before at the beginning of each quarter (Jan, Apr, July, Oct). | ||
|
||
**2025 Q1** | ||
|
||
* TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | ||
<?ifndef var.VERSION?> | ||
<?error VERSION must be defined via command line argument?> | ||
<?endif?> | ||
<Bundle Name="Podman" Version="$(var.VERSION)" Manufacturer="Red Hat" UpgradeCode="f3e1f40a-a791-49b7-9bc6-050975293353" IconSourceFile="resources\podman-logo.ico" Compressed="yes"> | ||
<BootstrapperApplication> | ||
<bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkSidebarLicense" ThemeFile="podman-theme.xml" LocalizationFile="podman-theme.wxl" LogoFile="resources\podman-banner2.png" LogoSideFile="resources\podman-sidebar.png" SuppressOptionsUI="yes" ShowVersion="yes" /> | ||
</BootstrapperApplication> | ||
<Variable Name="InstallFolder" Type="formatted" Value="[ProgramFiles64Folder]RedHat\Podman" bal:Overridable="yes" /> | ||
<Variable Name="VERSION" Value="$(var.VERSION)" /> | ||
<Variable Name="MachineProvider" Type="string" Value="wsl" bal:Overridable="yes" /> | ||
<Variable Name="WSLCheckbox" Type="numeric" Value="1" bal:Overridable="yes" /> | ||
<Variable Name="HyperVCheckbox" Type="numeric" Value="0" bal:Overridable="yes" /> | ||
<Variable Name="AllowOldWin" Type="numeric" Value="0" bal:Overridable="yes" /> | ||
<Variable Name="LaunchTarget" Value="explorer.exe" /> | ||
<Variable Name="LaunchArguments" Value=""[InstallFolder]\podman-for-windows.html"" /> | ||
<Variable Name="SkipConfigFileCreation" Value="0" bal:Overridable="yes" /> | ||
|
||
<util:RegistrySearch Id="PreviousVersionSearch" Variable="PreviousVersion" Result="value" Root="HKLM" Key="SOFTWARE\[WixBundleManufacturer]\Updates\[WixBundleName]" Value="PackageVersion" /> | ||
<util:RegistrySearch Id="PreviousInstallFolderSearch" Root="HKLM" Key="SOFTWARE\[WixBundleManufacturer]\[WixBundleName]" Value="InstallDir" Variable="PreviousInstallFolder" Bitness="always64" /> | ||
<util:DirectorySearch Path="[PreviousInstallFolder]" Variable="InstallFolder" After="PreviousInstallFolderSearch" Condition="PreviousInstallFolder" /> | ||
<util:RegistrySearch Id="CurrentBuild" Variable="CBNumber" Result="value" Root="HKLM" Key="SOFTWARE\Microsoft\Windows NT\CurrentVersion" Value="CurrentBuildNumber" /> | ||
<bal:Condition Message="Windows 10 (19041) or later is required to run this application." Condition="VersionNT >= v10.0 AND (CBNumber >= 19041 OR AllowOldWin = 1)" /> | ||
<bal:Condition Message="You have an installed development, pre-release version, or alternative build identifying as the same version of this installer. You must uninstall the existing version of Podman first, before proceeding." Condition="WixBundleInstalled OR WixBundleForcedRestartPackage OR PreviousVersion <> VERSION" /> | ||
<Chain> | ||
<MsiPackage Id="Setup" SourceFile="en-US\podman.msi" Vital="yes"> | ||
<MsiProperty Name="INSTALLDIR" Value="[InstallFolder]" /> | ||
<MsiProperty Name="MACHINE_PROVIDER" Value="[MachineProvider]" /> | ||
<MsiProperty Name="WITH_WSL" Value="[WSLCheckbox]" /> | ||
<MsiProperty Name="WITH_HYPERV" Value="[HyperVCheckbox]" /> | ||
<MsiProperty Name="SKIP_CONFIG_FILE_CREATION" Value="[SkipConfigFileCreation]" /> | ||
</MsiPackage> | ||
<ExePackage DisplayName="WSL Kernel Install" InstallCondition="(MachineProvider = "wsl") AND (WSLCheckbox = 1)" SourceFile="artifacts\podman-wslkerninst.exe" DetectCondition="" Permanent="true" /> | ||
</Chain> | ||
<OptionalUpdateRegistration /> | ||
</Bundle> | ||
</Wix> | ||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | ||
<?ifndef var.VERSION?> | ||
<?error VERSION must be defined via command line argument?> | ||
<?endif?> | ||
<Bundle Name="Podman" Version="$(var.VERSION)" Manufacturer="Red Hat" UpgradeCode="f3e1f40a-a791-49b7-9bc6-050975293353" IconSourceFile="resources\podman-logo.ico" Compressed="yes"> | ||
<BootstrapperApplication> | ||
<bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkSidebarLicense" ThemeFile="podman-theme.xml" LocalizationFile="podman-theme.wxl" LogoFile="resources\podman-banner2.png" LogoSideFile="resources\podman-sidebar.png" SuppressOptionsUI="yes" ShowVersion="yes" /> | ||
</BootstrapperApplication> | ||
<Variable Name="InstallFolder" Type="formatted" Value="[ProgramFiles64Folder]RedHat\Podman" bal:Overridable="yes" /> | ||
<Variable Name="VERSION" Value="$(var.VERSION)" /> | ||
<Variable Name="MachineProvider" Type="string" Value="wsl" bal:Overridable="yes" /> | ||
<Variable Name="WSLCheckbox" Type="numeric" Value="1" bal:Overridable="yes" /> | ||
<Variable Name="HyperVCheckbox" Type="numeric" Value="0" bal:Overridable="yes" /> | ||
<Variable Name="AllowOldWin" Type="numeric" Value="0" bal:Overridable="yes" /> | ||
<Variable Name="LaunchTarget" Value="explorer.exe" /> | ||
<Variable Name="LaunchArguments" Value=""[InstallFolder]\podman-for-windows.html"" /> | ||
<Variable Name="SkipConfigFileCreation" Value="0" bal:Overridable="yes" /> | ||
|
||
<util:RegistrySearch Id="PreviousVersionSearch" Variable="PreviousVersion" Result="value" Root="HKLM" Key="SOFTWARE\[WixBundleManufacturer]\Updates\[WixBundleName]" Value="PackageVersion" /> | ||
<util:RegistrySearch Id="PreviousInstallFolderSearch" Root="HKLM" Key="SOFTWARE\[WixBundleManufacturer]\[WixBundleName]" Value="InstallDir" Variable="PreviousInstallFolder" Bitness="always64" /> | ||
<util:DirectorySearch Path="[PreviousInstallFolder]" Variable="InstallFolder" After="PreviousInstallFolderSearch" Condition="PreviousInstallFolder" /> | ||
<util:RegistrySearch Id="CurrentBuild" Variable="CBNumber" Result="value" Root="HKLM" Key="SOFTWARE\Microsoft\Windows NT\CurrentVersion" Value="CurrentBuildNumber" /> | ||
<bal:Condition Message="Windows 10 (19041) or later is required to run this application." Condition="VersionNT >= v10.0 AND (CBNumber >= 19041 OR AllowOldWin = 1)" /> | ||
<bal:Condition Message="You have an installed development, pre-release version, or alternative build identifying as the same version of this installer. You must uninstall the existing version of Podman first, before proceeding." Condition="WixBundleInstalled OR WixBundleForcedRestartPackage OR PreviousVersion <> VERSION" /> | ||
<Chain> | ||
<MsiPackage Id="Setup" SourceFile="en-US\podman.msi" Vital="yes"> | ||
<MsiProperty Name="INSTALLDIR" Value="[InstallFolder]" /> | ||
<MsiProperty Name="MACHINE_PROVIDER" Value="[MachineProvider]" /> | ||
<MsiProperty Name="WITH_WSL" Value="[WSLCheckbox]" /> | ||
<MsiProperty Name="WITH_HYPERV" Value="[HyperVCheckbox]" /> | ||
<MsiProperty Name="SKIP_CONFIG_FILE_CREATION" Value="[SkipConfigFileCreation]" /> | ||
</MsiPackage> | ||
<ExePackage DisplayName="WSL Kernel Install" InstallCondition="(MachineProvider = "wsl") AND (WSLCheckbox = 1)" SourceFile="artifacts\podman-wslkerninst.exe" DetectCondition="" Permanent="true" /> | ||
</Chain> | ||
<OptionalUpdateRegistration /> | ||
</Bundle> | ||
</Wix> |
Oops, something went wrong.