Skip to content

Commit 9c5e69a

Browse files
committed
1.40.1 release info
1 parent c8eaaf8 commit 9c5e69a

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Releases
22

3+
## 1.40.1 (1/15/2022)
4+
5+
### Improvements
6+
7+
- New include flags for the `build` command (`--include-workdir`, `--include-last-image-layers`)
8+
- Debug/trace logging improvements
9+
10+
### Bug Fixes
11+
12+
- todo: add info
13+
314
## 1.40.0 (1/15/2022)
415

516
### New Features

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Elixir application images:
197197

198198
## RECENT UPDATES
199199

200-
Latest version: 1.40.0 (1/15/2023)
200+
Latest version: 1.40.1 (4/5/2023)
201201

202202
The 1.37.x-1.40.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
203203

@@ -216,15 +216,15 @@ slim update
216216

217217
1. Download the zip package for your platform.
218218

219-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip`)
219+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.1/dist_mac.zip`)
220220

221-
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip`)
221+
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.1/dist_mac_m1.zip`)
222222

223-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz`)
223+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.1/dist_linux.tar.gz`)
224224

225-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz`)
225+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm.tar.gz`)
226226

227-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz`)
227+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm64.tar.gz`)
228228

229229
2. Unzip the package and optionally move it to your bin directory.
230230

@@ -460,6 +460,7 @@ In the interactive CLI prompt mode you must specify the target image using the `
460460
- `--include-exe-file` - Load executable file includes from a file (similar to `--include-path-file`)
461461
- `--include-shell` - Include basic shell functionality (default value: false)
462462
- `--include-workdir` - Keep files in working directory (default value: false)
463+
- `--include-last-image-layers` - Keep all files from the last number of layers in the image (default value: 0)
463464
- `--include-cert-all` - Keep all discovered cert files (default: true)
464465
- `--include-cert-bundles-only` - Keep only cert bundles
465466
- `--include-cert-dirs` - Keep known cert directories and all files in them
@@ -783,11 +784,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
783784

784785
1. Get the Slim app binaries:
785786

786-
* [Mac](https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip),
787-
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip),
788-
* [Linux](https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz),
789-
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz),
790-
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz)
787+
* [Mac](https://downloads.dockerslim.com/releases/1.40.1/dist_mac.zip),
788+
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.1/dist_mac_m1.zip),
789+
* [Linux](https://downloads.dockerslim.com/releases/1.40.1/dist_linux.tar.gz),
790+
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm.tar.gz),
791+
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm64.tar.gz)
791792

792793
Unzip them and optionally add their directory to your `PATH` environment variable if you want to use the app from other locations.
793794

0 commit comments

Comments
 (0)