From f4a7c437769b5cf25d852d1aee6a6c50ee42fc85 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) --- Dockerfile | 2 +- docs/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e00c7283ae..8eb2459215 100644 --- a/Dockerfile +++ b/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/docs/Dockerfile b/docs/Dockerfile index 0d703c8c84..69aa5cb409 100644 --- a/docs/Dockerfile +++ b/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