Skip to content

Commit

Permalink
Merge pull request #118 from jakzal/toolbox-update
Browse files Browse the repository at this point in the history
Update toolbox to 1.2.6
  • Loading branch information
jakzal authored Feb 19, 2019
2 parents 0960f6e + 5e06204 commit 52d0908
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 7.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LIB_DEPS="zlib-dev libzip-dev"
ENV TOOL_DEPS="git graphviz unzip"
ENV TOOLBOX_EXCLUDED_TAGS="exclude-php:7.1"
ENV TOOLBOX_TARGET_DIR="/tools"
ENV TOOLBOX_VERSION="1.2.5"
ENV TOOLBOX_VERSION="1.2.6"
ENV PATH="$PATH:$TOOLBOX_TARGET_DIR:/tools/.composer/vendor/bin:$TOOLBOX_TARGET_DIR/QualityAnalyzer/bin:$TOOLBOX_TARGET_DIR/DesignPatternDetector/bin:$TOOLBOX_TARGET_DIR/EasyCodingStandard/bin"
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME=$TOOLBOX_TARGET_DIR/.composer
Expand Down
2 changes: 1 addition & 1 deletion 7.1/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LIB_DEPS="zlib1g-dev libzip-dev"
ENV TOOL_DEPS="git graphviz unzip"
ENV TOOLBOX_EXCLUDED_TAGS="exclude-php:7.1"
ENV TOOLBOX_TARGET_DIR="/tools"
ENV TOOLBOX_VERSION="1.2.5"
ENV TOOLBOX_VERSION="1.2.6"
ENV PATH="$PATH:$TOOLBOX_TARGET_DIR:/tools/.composer/vendor/bin:/tools/QualityAnalyzer/bin:$TOOLBOX_TARGET_DIR/DesignPatternDetector/bin:$TOOLBOX_TARGET_DIR/EasyCodingStandard/bin"
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME=$TOOLBOX_TARGET_DIR/.composer
Expand Down
2 changes: 1 addition & 1 deletion 7.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LIB_DEPS="zlib-dev libzip-dev"
ENV TOOL_DEPS="git graphviz unzip"
ENV TOOLBOX_EXCLUDED_TAGS="exclude-php:7.2"
ENV TOOLBOX_TARGET_DIR="/tools"
ENV TOOLBOX_VERSION="1.2.5"
ENV TOOLBOX_VERSION="1.2.6"
ENV PATH="$PATH:$TOOLBOX_TARGET_DIR:/tools/.composer/vendor/bin:$TOOLBOX_TARGET_DIR/QualityAnalyzer/bin:$TOOLBOX_TARGET_DIR/DesignPatternDetector/bin:$TOOLBOX_TARGET_DIR/EasyCodingStandard/bin"
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME=$TOOLBOX_TARGET_DIR/.composer
Expand Down
2 changes: 1 addition & 1 deletion 7.2/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LIB_DEPS="zlib1g-dev libzip-dev"
ENV TOOL_DEPS="git graphviz unzip"
ENV TOOLBOX_EXCLUDED_TAGS="exclude-php:7.2"
ENV TOOLBOX_TARGET_DIR="/tools"
ENV TOOLBOX_VERSION="1.2.5"
ENV TOOLBOX_VERSION="1.2.6"
ENV PATH="$PATH:$TOOLBOX_TARGET_DIR:/tools/.composer/vendor/bin:/tools/QualityAnalyzer/bin:$TOOLBOX_TARGET_DIR/DesignPatternDetector/bin:$TOOLBOX_TARGET_DIR/EasyCodingStandard/bin"
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME=$TOOLBOX_TARGET_DIR/.composer
Expand Down
2 changes: 1 addition & 1 deletion 7.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LIB_DEPS="zlib-dev libzip-dev"
ENV TOOL_DEPS="git graphviz unzip"
ENV TOOLBOX_EXCLUDED_TAGS="exclude-php:7.3"
ENV TOOLBOX_TARGET_DIR="/tools"
ENV TOOLBOX_VERSION="1.2.5"
ENV TOOLBOX_VERSION="1.2.6"
ENV PATH="$PATH:$TOOLBOX_TARGET_DIR:/tools/.composer/vendor/bin:$TOOLBOX_TARGET_DIR/QualityAnalyzer/bin:$TOOLBOX_TARGET_DIR/DesignPatternDetector/bin:$TOOLBOX_TARGET_DIR/EasyCodingStandard/bin"
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME=$TOOLBOX_TARGET_DIR/.composer
Expand Down
2 changes: 1 addition & 1 deletion 7.3/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LIB_DEPS="zlib1g-dev libzip-dev"
ENV TOOL_DEPS="git graphviz unzip"
ENV TOOLBOX_EXCLUDED_TAGS="exclude-php:7.3"
ENV TOOLBOX_TARGET_DIR="/tools"
ENV TOOLBOX_VERSION="1.2.5"
ENV TOOLBOX_VERSION="1.2.6"
ENV PATH="$PATH:$TOOLBOX_TARGET_DIR:/tools/.composer/vendor/bin:/tools/QualityAnalyzer/bin:$TOOLBOX_TARGET_DIR/DesignPatternDetector/bin:$TOOLBOX_TARGET_DIR/EasyCodingStandard/bin"
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME=$TOOLBOX_TARGET_DIR/.composer
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LIB_DEPS="zlib-dev libzip-dev"
ENV TOOL_DEPS="git graphviz unzip"
ENV TOOLBOX_EXCLUDED_TAGS="exclude-php:7.3"
ENV TOOLBOX_TARGET_DIR="/tools"
ENV TOOLBOX_VERSION="1.2.5"
ENV TOOLBOX_VERSION="1.2.6"
ENV PATH="$PATH:$TOOLBOX_TARGET_DIR:/tools/.composer/vendor/bin:$TOOLBOX_TARGET_DIR/QualityAnalyzer/bin:$TOOLBOX_TARGET_DIR/DesignPatternDetector/bin:$TOOLBOX_TARGET_DIR/EasyCodingStandard/bin"
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME=$TOOLBOX_TARGET_DIR/.composer
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LIB_DEPS="zlib1g-dev libzip-dev"
ENV TOOL_DEPS="git graphviz unzip"
ENV TOOLBOX_EXCLUDED_TAGS="exclude-php:7.3"
ENV TOOLBOX_TARGET_DIR="/tools"
ENV TOOLBOX_VERSION="1.2.5"
ENV TOOLBOX_VERSION="1.2.6"
ENV PATH="$PATH:$TOOLBOX_TARGET_DIR:/tools/.composer/vendor/bin:/tools/QualityAnalyzer/bin:$TOOLBOX_TARGET_DIR/DesignPatternDetector/bin:$TOOLBOX_TARGET_DIR/EasyCodingStandard/bin"
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME=$TOOLBOX_TARGET_DIR/.composer
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ Nightly builds: https://hub.docker.com/r/jakzal/phpqa-nightly/
### Debian

* `latest` ([7.3/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/master/7.3/debian/Dockerfile))
* `1.17.0`, `1.17` ([7.3/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.0/7.3/debian/Dockerfile))
* `1.17.0-php7.1`, `1.17-php7.1`, `php7.1` ([7.1/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.0/7.1/debian/Dockerfile))
* `1.17.0-php7.2`, `1.17-php7.2`, `php7.2` ([7.2/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.0/7.2/debian/Dockerfile))
* `1.17.0-php7.3`, `1.17-php7.3`, `php7.3` ([7.3/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.0/7.3/debian/Dockerfile))
* `1.17.1`, `1.17` ([7.3/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.1/7.3/debian/Dockerfile))
* `1.17.1-php7.1`, `1.17-php7.1`, `php7.1` ([7.1/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.1/7.1/debian/Dockerfile))
* `1.17.1-php7.2`, `1.17-php7.2`, `php7.2` ([7.2/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.1/7.2/debian/Dockerfile))
* `1.17.1-php7.3`, `1.17-php7.3`, `php7.3` ([7.3/debian/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.1/7.3/debian/Dockerfile))

### Alpine

* `alpine` ([7.3/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/master/7.3/alpine/Dockerfile))
* `1.17.0-alpine`, `1.17-alpine`, ([7.3/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.0/7.3/alpine/Dockerfile))
* `1.17.0-php7.1-alpine`, `1.17-php7.1-alpine`, `php7.1-alpine` ([7.1/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.0/7.1/alpine/Dockerfile))
* `1.17.0-php7.2-alpine`, `1.17-php7.2-alpine`, `php7.2-alpine` ([7.2/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.0/7.2/alpine/Dockerfile))
* `1.17.0-php7.3-alpine`, `1.17-php7.3-alpine`, `php7.3-alpine` ([7.3/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.0/7.3/alpine/Dockerfile))
* `1.17.1-alpine`, `1.17-alpine`, ([7.3/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.1/7.3/alpine/Dockerfile))
* `1.17.1-php7.1-alpine`, `1.17-php7.1-alpine`, `php7.1-alpine` ([7.1/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.1/7.1/alpine/Dockerfile))
* `1.17.1-php7.2-alpine`, `1.17-php7.2-alpine`, `php7.2-alpine` ([7.2/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.1/7.2/alpine/Dockerfile))
* `1.17.1-php7.3-alpine`, `1.17-php7.3-alpine`, `php7.3-alpine` ([7.3/alpine/Dockerfile](https://github.com/jakzal/phpqa/blob/v1.17.1/7.3/alpine/Dockerfile))

## Available tools

Expand Down

0 comments on commit 52d0908

Please sign in to comment.