From 7315082dd05c61071127afa66531f197ba7b0e24 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Wed, 12 Jul 2017 20:10:43 -0400 Subject: [PATCH] Release ubuntu-slim:0.13 --- images/ubuntu-slim/Dockerfile.build | 3 ++- images/ubuntu-slim/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/images/ubuntu-slim/Dockerfile.build b/images/ubuntu-slim/Dockerfile.build index b3adacb5a..dcf1d9ed3 100644 --- a/images/ubuntu-slim/Dockerfile.build +++ b/images/ubuntu-slim/Dockerfile.build @@ -28,7 +28,8 @@ RUN echo "Yes, do as I say!" | apt-get purge \ ncurses-base \ ncurses-bin \ locales \ - tzdata + tzdata \ + systemd # cleanup RUN apt-get autoremove -y && \ diff --git a/images/ubuntu-slim/Makefile b/images/ubuntu-slim/Makefile index c29e037b7..d4ba0ceb5 100755 --- a/images/ubuntu-slim/Makefile +++ b/images/ubuntu-slim/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -TAG ?= 0.12 +TAG ?= 0.13 REGISTRY = gcr.io/google_containers ARCH ?= $(shell go env GOARCH) ALL_ARCH = amd64 arm arm64 ppc64le