Skip to content
Open
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
ARG COMPOSER_VERSION
ARG ALPINE_VERSION

FROM composer:$COMPOSER_VERSION AS local-composer

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG composer:$COMPOSER_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

FROM php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION AS base

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.2-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.4-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.1-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build 8.3-composer2

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG php:$PHP_VERSION-fpm-alpine$ALPINE_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
WORKDIR /app

COPY --from=mlocati/php-extension-installer:2.8.5 /usr/bin/install-php-extensions /usr/bin/
COPY --from=mlocati/php-extension-installer:2.9.24 /usr/bin/install-php-extensions /usr/bin/

RUN <<EOT
set -eux
Expand Down