Skip to content

Commit

Permalink
release 2.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed May 13, 2020
1 parent b4ca18e commit 62852e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ Build the following Dockerfile and try this guy out:

```
FROM ubuntu
ADD https://github.com/just-containers/s6-overlay/releases/download/v2.0.0.0/s6-overlay-amd64.tar.gz /tmp/
ADD https://github.com/just-containers/s6-overlay/releases/download/v2.0.0.1/s6-overlay-amd64.tar.gz /tmp/
RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C / --exclude='./bin' && tar xzf /tmp/s6-overlay-amd64.tar.gz -C /usr ./bin
RUN apt-get update && \
apt-get install -y nginx && \
Expand Down Expand Up @@ -490,6 +490,10 @@ xargs docker run --rm \

## Upgrade Notes

* Version `2.0.0.1` - fixes issues with shells overwriting the `cd`
binary [#278](https://github.com/just-containers/s6-overlay/issues/278)
and tarballs having too-loose permissions [#274](https://github.com/just-containers/s6-overlay/issues/274).

* Starting with version `2.0.0.0`, `with-contenv` no longer uses `s6-envdir`, instead it
uses [justc-envdir](https://github.com/just-containers/justc-envdir), a small fork that
uses the entire contents of the files in the envdir. A new script is introduced, `with-contenv-legacy`,
Expand Down
2 changes: 1 addition & 1 deletion builder/build-latest
Expand Up @@ -6,7 +6,7 @@ set -x
## PARAMS
##

RELEASE_VERSION=${RELEASE_VERSION:-2.0.0.0}
RELEASE_VERSION=${RELEASE_VERSION:-2.0.0.1}
SKAWARE_VERSION="2.0.0"
SKAWARE_SOURCE=${SKAWARE_SOURCE:-https://github.com/just-containers/skaware/releases/download/v$SKAWARE_VERSION}

Expand Down

0 comments on commit 62852e1

Please sign in to comment.