Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4 from herdphp/changing-docker-hub-repo
Browse files Browse the repository at this point in the history
Changing docker repository to the right one
  • Loading branch information
jpjoao committed Jun 25, 2017
2 parents 3fc808e + cad51eb commit 5b3d98c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Bruno Ricardo Siqueira
Copyright (c) 2017 Bruno Ricardo Siqueira, Joao Paulo Vendramini Martins

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ This repository intent to facilitate participation and contribution in the PHP T
# TODO
~~* Add more PHP versions (PHP 7.2alpha and PHP 5.5 at least);~~
* Put some effort to shrink the images, either using the Alpine version of them or any other strategy;
* Integrate this repository with CircleCi in order to have the docker images builds tested;
* Improve documentation, adding a session about how to write PHPT.
* ~~Add more PHP versions (PHP 7.2alpha and PHP 5.5 at least) [Issue #5](https://github.com/herdphp/docker-phpqa/issues/5);~~
* Put some effort to shrink the images, either using the Alpine version of them or any other strategy [Issue #6](https://github.com/herdphp/docker-phpqa/issues/6);
* Integrate this repository with CircleCi in order to have the docker images builds tested [Issue #7](https://github.com/herdphp/docker-phpqa/issues/7);
* Improve documentation, adding a session about how to write PHPT [Issue #8](https://github.com/herdphp/docker-phpqa/issues/8);
## Credits
Expand All @@ -68,7 +68,7 @@ scripts `docker-php-*` are also from the same [repository][docker-lib-php]. Thes
## LICENSE
Copyright (c) 2017 Bruno Ricardo Siqueira
Copyright (c) 2017 Bruno Ricardo Siqueira, Joao Paulo Vendramini Martins
This work is licensed under the terms of the [MIT license][license].
Expand All @@ -77,4 +77,4 @@ This work is licensed under the terms of the [MIT license][license].
[php-license]: https://github.com/php/php-src/blob/master/LICENSE
[docker-lib-php]: https://github.com/docker-library/php
[docker-lib-php-license]: https://github.com/docker-library/php/blob/master/LICENSE
[license]: https://github.com/brunoric/docker-phpqa/blob/master/LICENSE
[license]: https://github.com/herdphp/docker-phpqa/blob/master/LICENSE
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ docker build \
--build-arg BUILD_PHP_MD5="${!_PHP_MD5}" \
--build-arg BUILD_CHECK_SIGNATURE="${!_CHECK_SIGNATURE}" \
--build-arg BUILD_CUSTOM_URL="${!_CUSTOM_URL}" \
-t brunoric/phpqa:${_VERSION} src/
-t herdphp/phpqa:${_VERSION} src/
cd -
2 changes: 1 addition & 1 deletion bin/phpqa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ elif [ "$_VERSION" = "all" ]; then
fi

docker run --rm -i -t \
-v `git rev-parse --show-toplevel`/phpt:/usr/src/phpt brunoric/phpqa:${_VERSION} \
-v `git rev-parse --show-toplevel`/phpt:/usr/src/phpt herdphp/phpqa:${_VERSION} \
make test TESTS=/usr/src/${_PHPT_FILE_PATH}

0 comments on commit 5b3d98c

Please sign in to comment.