File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.0
2+ current_version = 1.1.1
33tag_name = {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.label-schema.name="php" \
66 org.label-schema.version="0.1" \
77 org.label-schema.description="Core PHP image" \
88 org.label-schema.vendor="Claranet GmbH" \
9- org.label-schema.schema-version="1.1.0 " \
9+ org.label-schema.schema-version="1.1.1 " \
1010 author1="Fabian Dörk <fabian.doerk@de.clara.net>" \
1111 author2="Tony Fahrion <tony.fahrion@de.clara.net>"
1212
Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ set via environment variables and makes it easy to check external services (like
4141* provides generic build and life cycle infrastructure for containerized PHP applications (well prepared for kubernetes)
4242* shipped as PHP 7.1.x and 7.2.x flavor
4343* there is a (build>base already run / build>base only prepared) flavor for each PHP version
44- * general run concept: ` docker run --rm -t claranet/php:1.1.0 -php7.2.5 <main-section> [subsection] [subsection-args, ...] `
45- * overview: ` docker run --rm -t claranet/php:1.1.0 -php7.2.5 help `
44+ * general run concept: ` docker run --rm -t claranet/php:1.1.1 -php7.2.5 <main-section> [subsection] [subsection-args, ...] `
45+ * overview: ` docker run --rm -t claranet/php:1.1.1 -php7.2.5 help `
4646* supplied services
4747 - nginx
4848 - phpfpm
4949 - crond
5050
5151Build image locally:
5252``` sh
53- # generates local/claranet/php:1.1.0 -php7.2.5
53+ # generates local/claranet/php:1.1.1 -php7.2.5
5454./bin/image.sh build
5555```
5656
Original file line number Diff line number Diff line change 1- 1.1.0
1+ 1.1.1
Original file line number Diff line number Diff line change 1- FROM local/claranet/php:1.1.0 -php7.2.5
1+ FROM local/claranet/php:1.1.1 -php7.2.5
22
33ENV DOCUMENT_ROOT="${WORKDIR}" \
44 COMPRESS_FILE_PATHS="js"
You can’t perform that action at this time.
0 commit comments