Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add php amqp package to php containers #367

Merged
merged 2 commits into from
Nov 29, 2024
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
1 change: 1 addition & 0 deletions php/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
TZ=UTC \
LANG="C.UTF-8"

ENV PHP_VERSION=${PHP_VERSION} \

Check warning on line 11 in php/8.2.Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.2-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/8.2.Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.2-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/8.2.Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.2-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/8.2.Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.2 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/8.2.Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.2 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/8.2.Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.2 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/8.2.Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.2 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
PHP_MEMORY_LIMIT=128m \
PHP_MAX_EXECUTION_TIME=30 \
PHP_MAX_INPUT_VARS=1500 \
Expand Down Expand Up @@ -58,6 +58,7 @@
webp \
zip \
php${PHP_VERSION} \
php${PHP_VERSION}-amqp \
php${PHP_VERSION}-apcu \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-cli \
Expand Down
1 change: 1 addition & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
TZ=UTC \
LANG="C.UTF-8"

ENV PHP_VERSION=${PHP_VERSION} \

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.2-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.2-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.2-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.2 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.2 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.2 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.2 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.4-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.4-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.4-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.4 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.4 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.4 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-7.4 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.1-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.1-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.1-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.1 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.1 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.1 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.1 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.3-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.3-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.3-dev docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.3 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.3 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.3 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 11 in php/Dockerfile

View workflow job for this annotation

GitHub Actions / Build php-8.3 docker image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TIDEWAYS_APIKEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
PHP_MEMORY_LIMIT=128m \
PHP_MAX_EXECUTION_TIME=30 \
PHP_MAX_INPUT_VARS=1500 \
Expand Down Expand Up @@ -54,6 +54,7 @@
webp \
zip \
php${PHP_VERSION} \
php${PHP_VERSION}-amqp \
php${PHP_VERSION}-apcu \
php${PHP_VERSION}-bcmath \
php${PHP_VERSION}-cli \
Expand Down