You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
* Changed shutdown flow to continue reaping orphan processes during queue manager shutdown
10
10
* Allow Native HA configuration to be externally provided rather than generated from template
11
11
* Default CCSID is now 1208 (UTF-8) instead of 819 (ISO 8859-1); default `LANG` environment variable is `C.utf8`, which matches the underlying UBI. This is because Red Hat UBI has introduced a dependency on an additional language pack, which changes the default behavior.
12
+
* Clarified new minimum versions of Docker and Podman; new version required due to the move to UBI 9
Copy file name to clipboardExpand all lines: docs/building.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,9 @@
4
4
5
5
You need to have the following tools installed:
6
6
7
-
*[Docker](https://www.docker.com/)17.06.1 or later, or [Podman](https://podman.io)1.0 or later (Podman 4.1 on macOS).
7
+
*[Docker](https://www.docker.com/)20.10 or later, or [Podman](https://podman.io)4.4 or later.
8
8
*[GNU make](https://www.gnu.org/software/make/)
9
9
10
-
If you are working in the Windows Subsystem for Linux, follow [this guide by Microsoft to set up Docker](https://blogs.msdn.microsoft.com/commandline/2017/12/08/cross-post-wsl-interoperability-with-docker/) first.
11
-
12
10
## Building Images
13
11
14
12
To build an IBM MQ image, navigate to the appropriate section:
0 commit comments