Skip to content

Commit

Permalink
Merge pull request #1 from docker-library/master
Browse files Browse the repository at this point in the history
Update our fork with recent changes
  • Loading branch information
cboettig committed Jan 19, 2015
2 parents 1bd75d5 + 8319e80 commit ec80356
Show file tree
Hide file tree
Showing 49 changed files with 1,115 additions and 825 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.pyc
/bashbrew/logs
/bashbrew/src
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ language: bash
# allow for use of Docker-based workers
sudo: false

before_script:
- env | sort

# --no-build because we has no Docker in Travis :)
script:
- ./bashbrew/build.sh --no-build --all
- ./bashbrew/push.sh --no-push --all
- ./bashbrew/travis.sh
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ possible, but if you find yourself lost, don't hesitate to seek us out
on Freenode IRC in channel `#docker-library`, or by creating a GitHub
issue here.

Be sure to familiarize yourself with the [Guidelines for Creating and
Documenting Official
Repositories](https://docs.docker.com/docker-hub/official_repos/) and the [Best
practices for writing
Dockerfiles](https://docs.docker.com/articles/dockerfile_best-practices/) in the
Docker documentation.

Also, the documentation for these images is currently stored separately in the
[docker-library/docs](https://github.com/docker-library/docs) repository.

## Library definition files

The library definition files are plain text files found in the `library/`
Expand Down
Loading

0 comments on commit ec80356

Please sign in to comment.