Skip to content

Commit

Permalink
Merge pull request boot2docker#271 from SvenDowideit/move-to-boot2doc…
Browse files Browse the repository at this point in the history
…ker-trusted-builds

rather than pushing to steeve's index.docker.io account, we can have
  • Loading branch information
SvenDowideit committed Mar 10, 2014
2 parents 0a8279f + 262b92e commit 9c583f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ It is composed in three distinct steps:
So the build process goes like this:

```
# $ sudo docker build -t steeve/boot2docker-base --rm base/
# $ sudo docker build -t boot2docker/boot2docker:base --rm base/
# OR for most uses, avoid re-building and downloading lots of ubuntu packages by:
$ sudo docker pull steeve/boot2docker-base
$ sudo docker pull boot2docker/boot2docker:base
$ sudo docker build -t boot2docker --rm rootfs/
```

Expand Down
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM steeve/boot2docker-base
FROM boot2docker/boot2docker:base
MAINTAINER Steeve Morin "steeve.morin@gmail.com"

ENV ROOTFS /rootfs
Expand Down
2 changes: 1 addition & 1 deletion rootfs/rootfs/etc/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0-dev

0 comments on commit 9c583f9

Please sign in to comment.