Skip to content

Commit

Permalink
Remove stackbrew prefix on ubuntu images now that they're reasonably …
Browse files Browse the repository at this point in the history
…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 <admwiggin@gmail.com> (github: tianon)
  • Loading branch information
tianon committed Feb 3, 2014
1 parent 6863145 commit f4a7c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f4a7c43

Please sign in to comment.