diff --git a/README.md b/README.md index 56317c9..a9757bf 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ $ docker run --rm -it bitnami/minideb:latest There are [tags](https://hub.docker.com/r/bitnami/minideb/tags/) for the different Debian releases. ``` -$ docker run --rm -it bitnami/minideb:jessie +$ docker run --rm -it bitnami/minideb:stretch ``` The images are built daily and have the security release enabled, so will contain any security updates released more than 24 hours ago. You can also use the images as a base for your own `Dockerfile`: ``` -FROM bitnami/minideb:jessie +FROM bitnami/minideb:stretch ``` # Why use Minideb @@ -54,14 +54,14 @@ We provide a Makefile to help you build Minideb locally. It should be run on a D $ sudo make ``` -To build an individual release (jessie, wheezy or squeeze) +To build an individual release (stretch, jessie or unstable) ``` -$ sudo make jessie +$ sudo make stretch ``` To test the resulting image: ``` -$ sudo make test-jessie +$ sudo make test-stretch ``` # Contributing diff --git a/buildall b/buildall index 023cb83..b40ad82 100755 --- a/buildall +++ b/buildall @@ -34,9 +34,10 @@ set -u set -o pipefail DISTS="jessie +stretch unstable " -LATEST=jessie +LATEST=stretch BASENAME=bitnami/minideb GCR_BASENAME=gcr.io/bitnami-containers/minideb diff --git a/debootstrap/stretch b/debootstrap/stretch new file mode 120000 index 0000000..8cfa86a --- /dev/null +++ b/debootstrap/stretch @@ -0,0 +1 @@ +jessie \ No newline at end of file diff --git a/pushall b/pushall index 025bc4f..c5a842b 100755 --- a/pushall +++ b/pushall @@ -5,6 +5,7 @@ set -u set -o pipefail DISTS="jessie +stretch unstable latest "