Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.1-apache
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.1-apache/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion build/8.1-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.1-cli
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.1-cli/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion build/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.1-fpm
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.1-fpm/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion build/8.2-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.2-apache
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.2-apache/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion build/8.2-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.2-cli
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.2-cli/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion build/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.2-fpm
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.2-fpm/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion build/8.3-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.3-apache
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.3-apache/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion build/8.3-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.3-cli
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.3-cli/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion build/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM php:8.3-fpm
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions build/8.3-fpm/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[xdebug]
zend_extension=xdebug.so

xdebug.cli_color=1
xdebug.mode=debug
xdebug.cli_color=0
xdebug.show_local_vars=1
xdebug.start_with_request=trigger
xdebug.trigger_value=StartXDebug

xdebug.output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.out.%H.%t.%p"

xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9000

2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM #BASE_IMAGE#
MAINTAINER Przemek Szalko <przemek@mobtitude.com>
LABEL org.opencontainers.image.authors="Przemek Szalko <przemek@mobtitude.com>"

# php intl extension
RUN apt-get update \
Expand Down