7 Commits

Author SHA1 Message Date
William Douglas 114295de66 Add workflow to publish container images on github
Note that variable expansion in --from and FROM was working oddly,
see: https://github.com/docker/cli/issues/3356#issuecomment-957892224
for context.
2024-06-14 13:31:19 -07:00
Gong Sophia e4492a299e Deprecates MAINTAINER in Dockerfile to follow dockerhub official guide.
(https://docs.docker.com/engine/reference/builder/#/maintainer-deprecated)

Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-12-23 09:59:05 +08:00
Qi Zheng 44e4797b18 Set user and group to httpd for fpm processes
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-08-21 13:32:42 +08:00
Qi Zheng ed5e457978 Use --no-boot-update instead of --no-scripts
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-07-19 08:45:56 +08:00
Gong Sophia 2f2f8c4299 add bundle curl in php-fpm container
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-07-18 09:27:58 +08:00
Liu, Jianjun 07d1c7c968 Hide the expected warning msg
When removing the duplicated file and directory via rm -d,
if it's a non-empty directory, it will prompt the warning
message that the directory could not be removed becuase it
is not empty. This is as expectation, as there are other
files under the same diretory and we need to keep them.
Hide these warning message to avoid confusion.

Signed-off-by: Liu, Jianjun <jianjun.liu@intel.com>
2019-07-09 09:08:01 +08:00
Gong Sophia b433f2c0cc add php-fpm container
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-07-02 13:13:50 +08:00