Skip to content

Commit

Permalink
Bump version: 1.0.5 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Fahrion committed May 11, 2018
1 parent d1c3e2f commit adf5776
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.5
current_version = 1.1.0
tag_name = {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.label-schema.name="php" \
org.label-schema.version="0.1" \
org.label-schema.description="Core PHP image" \
org.label-schema.vendor="Claranet GmbH" \
org.label-schema.schema-version="1.0.5" \
org.label-schema.schema-version="1.1.0" \
author1="Fabian Dörk <[email protected]>" \
author2="Tony Fahrion <[email protected]>"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ set via environment variables and makes it easy to check external services (like
* provides generic build and life cycle infrastructure for containerized PHP applications (well prepared for kubernetes)
* shipped as PHP 7.1.x and 7.2.x flavor
* there is a (build>base already run / build>base only prepared) flavor for each PHP version
* general run concept: `docker run --rm -t claranet/php:1.0.5-php7.2.5 <main-section> [subsection] [subsection-args, ...]`
* overview: `docker run --rm -t claranet/php:1.0.5-php7.2.5 help`
* general run concept: `docker run --rm -t claranet/php:1.1.0-php7.2.5 <main-section> [subsection] [subsection-args, ...]`
* overview: `docker run --rm -t claranet/php:1.1.0-php7.2.5 help`
* supplied services
- nginx
- phpfpm
- crond

Build image locally:
```sh
# generates local/claranet/php:1.0.5-php7.2.5
# generates local/claranet/php:1.1.0-php7.2.5
./bin/image.sh build
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.1.0
2 changes: 1 addition & 1 deletion example/matomo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM local/claranet/php:1.0.5-php7.2.5
FROM local/claranet/php:1.1.0-php7.2.5

ENV DOCUMENT_ROOT="${WORKDIR}" \
COMPRESS_FILE_PATHS="js"
Expand Down

0 comments on commit adf5776

Please sign in to comment.