commit 08755d33a78da7462a267ef67ecead7d29ea83e0 Author: JesusPerez Date: Thu Jan 13 12:11:16 2022 +0000 init repo diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..80b6121 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changes + + +From: [apache-php](https://github.com/docker-library/php.git) + +--- + +## apache-php 7 + +date: 15 December 2019 + +source: php/7.4/buster/apache + +using: debian:buster-slim + +No particular changes, just build. + +--- + +## apache-php 8 + +date: 12 January 2022 + +source: php/8.1/buster/apache + +using: debian:buster-slim + +No particular changes, just build. + diff --git a/README.md b/README.md new file mode 100644 index 0000000..780e8be --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# apache-php image + +This is to build a [**container image**](https://www.docker.com/resources/what-container) by following a +[LibreCloud Termas CD/CI](https://repo.librecloud.services/termas_librecloud/librecloud-termas-cd-ci) procedures. + +[Container image](https://www.docker.com/resources/what-container) can be found in [**src** Dockerfile](https://repo.librecloud.services/termas_librecloud/apache-php/src/branch/master/src/Dockerfile) + +[Tekton Pipeline](https://github.com/tektoncd/pipeline) can be found in [**pipeline** directory](https://repo.librecloud.services/termas_librecloud/apache-php/src/branch/master/pipeline). + +## Configuration + +[LibreCloud Termas CD/CI configuation](https://repo.librecloud.services/termas_librecloud/librecloud-termas-cd-ci#configuration) + +## Pipeline + +[LibreCloud Termas CD/CI pipeline](https://repo.librecloud.services/termas_librecloud/librecloud-termas-cd-ci#pipeline) + +## Service + +A [apache-php image](https://repo.librecloud.services/termas_librecloud/apache-php) configured service can be found in [LibreCloud site services](https://repo.librecloud.services/services_librecloud/site) as an implementation of [LibreCloud Services](https://repo.librecloud.services/services_librecloud/librecloud-services) + +In most cases final service will need additional or multiple [containers](https://www.docker.com/resources/what-container) to run, as [init containers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) or [sidecar containers](https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/). + +## Install + +[LibreCloud Termas CD/CI installation](https://repo.librecloud.services/termas_librecloud/librecloud-termas-cd-ci#install) + +## Task list + +[LibreCloud Termas CD/CI task list](https://repo.librecloud.services/termas_librecloud/librecloud-termas-cd-ci#terma-tasks-list) + +## Directory content + +[LibreCloud Termas CD/CI Directory content](https://repo.librecloud.services/termas_librecloud/librecloud-termas-cd-ci#directory-content) + +## References + +Use [LibreCloud Termas CD/CI References](https://repo.librecloud.services/termas_librecloud/librecloud-termas-cd-ci#references)