Skip to content

Commit

Permalink
Update image decscription
Browse files Browse the repository at this point in the history
  • Loading branch information
yosrib committed Apr 7, 2024
1 parent c76f3bb commit ee3523f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ ARG BUILD_DATE
ARG IMAGE_TAG=ghcr.io/devgine/composer-php:latest

LABEL maintainer="yosribahri@gmail.com"
LABEL org.opencontainers.image.title="Composer v$COMPOSER_VERSION PHP-fpm $PHP_VERSION docker image"
LABEL org.opencontainers.image.title="Composer $COMPOSER_VERSION PHP-fpm $PHP_VERSION docker image"
LABEL org.opencontainers.image.description="This is a docker image based on official alpine image, PHP-fpm \
$PHP_VERSION and composer v$COMPOSER_VERSION. This image will help you to build and test your PHP projects with \
$PHP_VERSION and composer $COMPOSER_VERSION. This image will help you to build and test your PHP projects with \
different PHP version. It contains a necessary tools you need to analyze and test your PHP project \
(xdebug, phpunit, phpstan, php-cs-fixer. phpmd and rector)."
(xdebug, phpunit, rector, phpstan, psalm, phpcs, php-cs-fixer, phpmd and phpcpd)."
LABEL org.opencontainers.image.source="https://github.com/devgine/composer-php"
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.created=$BUILD_DATE
Expand All @@ -71,9 +71,9 @@ LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.name="devgine/composer-php"
LABEL org.label-schema.description="This is a docker image based on official alpine image, PHP-fpm \
$PHP_VERSION and composer v$COMPOSER_VERSION. This image will help you to build and test your PHP projects with \
$PHP_VERSION and composer $COMPOSER_VERSION. This image will help you to build and test your PHP projects with \
different PHP version. It contains a necessary tools you need to analyze and test your PHP project \
(xdebug, phpunit, phpstan, php-cs-fixer. phpmd and rector)."
(xdebug, phpunit, rector, phpstan, psalm, phpcs, php-cs-fixer, phpmd and phpcpd)."
LABEL org.label-schema.url="https://github.com/devgine/composer-php"
LABEL org.label-schema.vcs-url="https://github.com/devgine/composer-php"
LABEL org.label-schema.vcs-ref=$VCS_REF
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ This repository is a docker image based on official php, composer and alpine doc
This docker image contains a necessary tools you need to analyze and test your PHP project
* xdebug
* phpunit
* rector
* phpstan
* psalm
* phpcs
* php-cs-fixer
* phpmd
* phpcpd (available from php 7.3 version)
* rector

Below is the list of docker images available by PHP versions:

Expand Down

0 comments on commit ee3523f

Please sign in to comment.