-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,8 @@ ARG XDEBUG_VERSION | |
{% endif %} | ||
|
||
LABEL org.opencontainers.image.title="juliangut/phpdev" \ | ||
org.opencontainers.image.description="PHP/PHP-FPM/Jenkins Docker image for development/CI, based on Alpine Linux for minimal size" \ | ||
org.opencontainers.image.description="{% block description %}{% endblock %}" \ | ||
org.opencontainers.image.url="https://github.com/juliangut/docker-phpdev" \ | ||
org.opencontainers.image.source="https://github.com/juliangut/docker-phpdev/tree/master/dist/{{ variant }}/{{ version }}" \ | ||
org.opencontainers.image.revision="$VCS_REF" \ | ||
org.opencontainers.image.created="$BUILD_DATE" \ | ||
org.opencontainers.image.authors="Julián Gutiérrez ([email protected])" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{% extends "Dockerfile.twig" %} | ||
|
||
{% block description %}PHP Docker image for development, based on Alpine Linux for minimal size{% endblock %} | ||
|
||
{% block command %} | ||
CMD ["php", "-a"] | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters