This repository was archived by the owner on May 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,13 @@ Removing tempdir /tmp/docker-squash683466637
99
99
100
100
Download the latest version:
101
101
102
- * [ linux/amd64] ( https://github.com/jwilder/docker-squash/releases/download/v0.1.0/docker-squash-linux-amd64-v0.1.0.tar.gz )
102
+ * [ linux/amd64] ( https://github.com/jwilder/docker-squash/releases/download/v0.2.0/docker-squash-linux-amd64-v0.2.0.tar.gz )
103
+ * [ darwin/amd64] ( https://github.com/jwilder/docker-squash/releases/download/v0.2.0/docker-squash-darwin-amd64-v0.2.0.tar.gz )
103
104
* OSX: see ` osx_install.md ` for instructions (tested on Yosemite).
104
105
105
106
```
106
- $ wget https://github.com/jwilder/docker-squash/releases/download/v0.1 .0/docker-squash-linux-amd64-v0.1 .0.tar.gz
107
- $ sudo tar -C /usr/local/bin -xzvf docker-squash-linux-amd64-v0.1 .0.tar.gz
107
+ $ wget https://github.com/jwilder/docker-squash/releases/download/v0.2 .0/docker-squash-linux-amd64-v0.2 .0.tar.gz
108
+ $ sudo tar -C /usr/local/bin -xzvf docker-squash-linux-amd64-v0.2 .0.tar.gz
108
109
```
109
110
NOTE: docker-squash must run as root (to maintain file permission created within images).
110
111
You can’t perform that action at this time.
0 commit comments