From 4621ae86b14f66830d6d49af011b9b7a30d28945 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 3 Feb 2014 11:08:35 -0700 Subject: [PATCH] Remove stackbrew prefix on ubuntu images now that they're reasonably up-to-date and stable Everyone probably wants to run `docker pull ubuntu` before building with this change. Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) Upstream-commit: f4a7c437769b5cf25d852d1aee6a6c50ee42fc85 Component: engine --- components/engine/Dockerfile | 2 +- components/engine/docs/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index e00c7283ae..8eb2459215 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -24,7 +24,7 @@ # docker-version 0.6.1 -FROM stackbrew/ubuntu:13.10 +FROM ubuntu:13.10 MAINTAINER Tianon Gravi (@tianon) # Packaged dependencies diff --git a/components/engine/docs/Dockerfile b/components/engine/docs/Dockerfile index 0d703c8c84..69aa5cb409 100644 --- a/components/engine/docs/Dockerfile +++ b/components/engine/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM stackbrew/ubuntu:12.04 +FROM ubuntu:12.04 MAINTAINER Nick Stinemates # # docker build -t docker:docs . && docker run -p 8000:8000 docker:docs