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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Releases
2
2
3
+
## 1.41.4 (6/22/2024)
4
+
5
+
### New Features
6
+
7
+
- The `--obfuscate-app-package-names` flag for the `slim` (aka `build`) command to select the obfuscation mode for the application package names (ignored unless the `--obfuscate-metadata` flag is enabled).
8
+
- The `--include-last-image-layers` flag for the `slim` (aka `build`) command to keep all files from the last number of layers in the image
9
+
10
+
### Improvements
11
+
12
+
- Using full image IDs (without stripped hash prefix) when calling the "save image" Docker API to make Orbstack happy
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -192,9 +192,9 @@ Elixir application images:
192
192
193
193
## RECENT UPDATES
194
194
195
-
Latest version: `1.41.3` (`6/8/2024`)
195
+
Latest version: `1.41.4` (`6/22/2024`)
196
196
197
-
The 1.41.3 version adds a number of HTTP probing enhancements.
197
+
The 1.41.4 version extends the obfuscation capabilities when slimming images.
198
198
199
199
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
200
200
@@ -211,15 +211,15 @@ mint update
211
211
212
212
1. Download the zip package for your platform.
213
213
214
-
-[Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_mac.zip`)
214
+
-[Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_mac.zip`)
215
215
216
-
-[Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_mac_m1.zip)`)
216
+
-[Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_mac_m1.zip)`)
217
217
218
-
-[Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_linux.tar.gz`)
218
+
-[Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux.tar.gz`)
219
219
220
-
-[Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_linux_arm.tar.gz`)
220
+
-[Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux_arm.tar.gz`)
221
221
222
-
-[Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.3/dist_linux_arm64.tar.gz`)
222
+
-[Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.4/dist_linux_arm64.tar.gz`)
223
223
224
224
2. Unzip the package and optionally move it to your bin directory.
225
225
@@ -1261,11 +1261,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
0 commit comments