Merge pull request #3906 from tianon/unprefix-ubuntu

Remove stackbrew prefix on ubuntu images now that they're reasonably up-to-date and stable
Upstream-commit: 88d66600b3b8d71300151008c5d9eb58a799d9c9
Component: engine
This commit is contained in:
Tianon Gravi
2014-02-03 10:28:50 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#
docker-version 0.6.1
FROM stackbrew/ubuntu:13.10
FROM ubuntu:13.10
MAINTAINER Tianon Gravi <admwiggin@gmail.com> (@tianon)
# Packaged dependencies

View File

@ -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