Skip to content

Commit

Permalink
switch to sudomesh docker org. related to #120
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Dec 16, 2017
1 parent b64470d commit cfb03e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ deploy:

env:
global:
- DOCKER_IMAGE=sudowrt/firmware
- DOCKER_IMAGE=sudomesh/sudowrt-firmware
- BUILDING=$DOCKER_IMAGE:$TRAVIS_COMMIT
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ To build and run the image (depending on your network connect and hardware, the

Collect all the sudowrt-firmware dependencies into a docker image using:
```
docker build -t sudowrt/firmware .
docker build -t sudomesh/sudowrt-firmware .
```

or re-use a pre-built one using
```
docker pull sudowrt/firmware:0.2.1
docker pull sudomesh/sudowrt-firmware:0.2.1
```

After creating the container image, build the ar71xx and ar71xx.extender-node firmware using:
Expand Down

0 comments on commit cfb03e1

Please sign in to comment.