From 5fa0eb61a9921ab4d2036176208b5cf3f652a227 Mon Sep 17 00:00:00 2001 From: Bertrand Gouny Date: Tue, 26 Jul 2016 14:57:24 +0200 Subject: [PATCH 1/2] [twgit] Init hotfix 'hotfix-0.1.1'. From 8cb431ed50240fd3627b93547f18a4be4a67a906 Mon Sep 17 00:00:00 2001 From: Bertrand Gouny Date: Tue, 26 Jul 2016 14:57:40 +0200 Subject: [PATCH 2/2] v0.1.1 --- CHANGELOG.md | 3 +++ Makefile | 2 +- README.md | 2 -- image/Dockerfile | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba10274..ae463b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 0.1.1 + - Upgrade baseimage: tinc:0.1.1 + ## 0.1.0 - Initial release diff --git a/Makefile b/Makefile index 0fba7c9..1eb306c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = osixia/tinc-etcd -VERSION = 0.1.0 +VERSION = 0.1.1 .PHONY: all build build-nocache test tag_latest release diff --git a/README.md b/README.md index a4aa11b..38ae75c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Docker Pulls](https://img.shields.io/docker/pulls/osixia/tinc-etcd.svg)][hub] [![Docker Stars](https://img.shields.io/docker/stars/osixia/tinc-etcd.svg)][hub] -[![Image Size](https://img.shields.io/imagelayers/image-size/osixia/tinc-etcd/latest.svg)](https://imagelayers.io/?images=osixia/tinc-etcd:latest) -[![Image Layers](https://img.shields.io/imagelayers/layers/osixia/tinc-etcd/latest.svg)](https://imagelayers.io/?images=osixia/tinc-etcd:latest) [hub]: https://hub.docker.com/r/osixia/tinc-etcd/ diff --git a/image/Dockerfile b/image/Dockerfile index a852066..813bada 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,4 +1,4 @@ -FROM osixia/tinc:0.1.0 +FROM osixia/tinc:0.1.1 MAINTAINER Bertrand Gouny # Install multiple process stack from baseimage