Commit Graph

10 Commits

Author SHA1 Message Date
Liu, Jianjun 3b4b72aa3b update README for golang node perl php python
update the README to include the way to cusomize
the container image with debug capabilities.

Signed-off-by: Liu, Jianjun <jianjun.liu@intel.com>
2019-09-20 13:49:59 +08:00
Lu Ken 452ece75c8 expose PHP opcache via environment variable for different workload 2019-09-17 17:55:53 +08:00
Gong Sophia d796d49da4 update php/README.md
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-09-04 17:11:10 +08:00
Gong Sophia c7dc34035b update php/README.md
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-08-30 15:33:41 +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
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
Liu, Jianjun 4b74973905 Minimize containers size using the os-core container
Convert golang, node, openjdk, perl, php, python,
rabbitmq, ruby and tensorflow containers to be based
on the minimal os-core container, using a multistage
build technique to add additional Clear Linux content.

Signed-off-by: Liu, Jianjun <jianjun.liu@intel.com>
2019-06-19 08:45:36 +08:00
Qi Zheng 8a8844c3e6 Make the swupd update always be the layer two
To help analyze the container image size by layers, assume
each container image be comprised of:
Layer 1: clearlinux:latest
Layer 2: swupd update
Other layers: the container configurations

With this, we can continue to optimize layer size accordingly.

Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-05-21 08:46:05 +08:00
Liu Jianjun bbc9ca8d62 update args link in php readme.md
Signed-off-by: Liu Jianjun <jianjun.liu@intel.com>
2019-05-01 11:52:25 -07:00
Liu Jianjun 245e07782c Add php container
Signed-off-by: Liu Jianjun <jianjun.liu@intel.com>
2019-05-01 11:52:25 -07:00