Merge pull request #3906 from tianon/unprefix-ubuntu

Remove stackbrew prefix on ubuntu images now that they're reasonably up-to-date and stable
This commit is contained in:
Tianon Gravi 2014-02-03 10:28:50 -08:00
commit 88d66600b3
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