Skip to content

Commit

Permalink
1.34.0 release info
Browse files Browse the repository at this point in the history
  • Loading branch information
kcq committed Jan 29, 2021
1 parent 1885d5f commit a5cb540
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
# Releases

## 1.34.0 (1/29/2021)

### New Features

- New `xray` flags to control what layer change data to include in the generated reports (`layer-changes-max`, `all-changes-max`, `add-changes-max`, `modify-changes-max`, `delete-changes-max`)

### Improvements

- `host` network flag handling enhancements.
- Returning non-zero exit codes on failures
- Additional image checks to catch missing ENTRYPOINT/CMD instructions

### Bug Fixes

- Fixed container image listing bug that broke the `--target` value suggestions in the interactive prompt mode.

## 1.33.0 (12/12/2020)

### New Features

- Ability to interact with the temporary containers using the `--exec` and `--exec-file` flags

### Improvements

- `npm` support enhancements (makes it possible to use `npm start` in Dockerfiles, which isn't recommended though)

### Bug Fixes

- Various bug fixes.

## 1.32.0 (8/23/2020)

### New Features
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ Elixir application images:

## RECENT UPDATES

Latest version: 1.33.0 (12/12/2020)
Latest version: 1.34.0 (1/29/2021)

This release adds an ability to interact with the temporary containers using the `--exec` and `--exec-file` flags in addition to a number of bug fixes and npm support enhancements.
This release adds more `xray` command flags in addition to addressing a number of corner cases and bugs.

For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).

Expand All @@ -185,13 +185,13 @@ For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).

1. Download the zip package for your platform.

- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.33.0/dist_mac.zip)
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.34.0/dist_mac.zip)

- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.33.0/dist_linux.tar.gz)
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.34.0/dist_linux.tar.gz)

- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.33.0/dist_linux_arm.tar.gz)
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.34.0/dist_linux_arm.tar.gz)

- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.33.0/dist_linux_arm64.tar.gz)
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.34.0/dist_linux_arm64.tar.gz)

2. Unzip the package.

Expand Down Expand Up @@ -595,7 +595,7 @@ You can use the generated profile with your original image or with the minified

The demo runs on Mac OS X, but you can build a linux version. Note that these steps are different from the steps in the demo video.

1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.33.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.33.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.33.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.33.0/dist_linux_arm64.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.34.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.34.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.34.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.34.0/dist_linux_arm64.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.

The extracted directory contains two binaries:

Expand Down

0 comments on commit a5cb540

Please sign in to comment.