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:
commit
88d66600b3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue