Commit Graph

183 Commits

Author SHA1 Message Date
Leonardo Sandoval 08d1c74bbf dars: Introduce the Data Analytics Reference Stack (DARS) Dockerfiles
This provides the Data Analytics Reference Stack. To offer more flexibility,
there are two versions of the Data Analytics Reference Stack:

* A Clear Linux derived image optimized for [OpenBLAS](https://www.openblas.net/)
* A Clear Linux derived image optimized for Intel® Math Kernel Library [MKL](https://software.intel.com/en-us/mkl)
2019-05-13 08:54:30 -07:00
Qi Zheng 1bb8d544ab The default root directory is /usr/share/nginx/html
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-05-13 09:42:23 +08:00
Gong Sophia 31625c6125 update haproxy README.md
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-05-07 09:57:13 -07:00
hongzhanchen 2522e3ee31 Update README.md 2019-05-07 14:20:13 +08:00
Hongzhan Chen 1871d2f2ac Add Ruby Container 2019-05-07 14:20:13 +08:00
Wang, Long fbf25a8657 add iperf microservice based on the individual iperf bundle 2019-05-06 11:37:59 -07:00
Qi Zheng aefdb54adc Add golang container
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-05-06 11:36:50 -07:00
Gong Sophia 27d2b583bd add haproxy container
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
2019-05-06 09:07:55 +08:00
Beth Dean 2dfbddfeea Remove extra Intel from release name 2019-05-03 14:02:26 -07:00
Beth Dean 982515699b Update release note for V3 release 2019-05-03 14:02:26 -07:00
Liu Jianjun 75b96a89b0 add node container
Signed-off-by: Liu Jianjun <jianjun.liu@intel.com>
2019-05-03 13:53:55 -07:00
Liu Jianjun 965b56b9b2 Revert "add node container"
This reverts commit 2958b29ee4.
2019-05-03 14:49:29 +00:00
Liu Jianjun 2958b29ee4 add node container
Signed-off-by: Liu Jianjun <jianjun.liu@intel.com>
2019-05-03 14:42:09 +00:00
George T Kramer 0708cfc18f Add CONTRIBUTING.md
Establish a basic set of contributing guidlines to help others get going
quickly.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2019-05-02 12:17:14 -07:00
Daniela Plascencia 8f7119f287 DLRS release 1390
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
2019-05-01 13:56:23 -07:00
runnikri aabf161b9b updating dlrs tf-mkl-dnn dockerfile 2019-05-01 13:55:36 -07:00
puneetse 9fdb36a6ca Add -b to swupd update to avoid cbm errors
No bootloader update necessary in containers so add -b part of Dockerfile. 
Add ARG swupd_args.
2019-05-01 11:54:14 -07:00
puneetse ff6ed72302 Add access_log directive in nginx default.conf
This fixes https://github.com/clearlinux/dockerfiles/issues/112
2019-05-01 11:54:14 -07:00
puneetse c26b654afc Minimize use of RUN instructions
Each RUN instruction adds a layer and size to the docker image. This saved about 14MB in my testing against this image.
2019-05-01 11:54:14 -07:00
puneetse e5434d77d0 Moving COPY higher in the nginx Dockerfile
Moving COPY higher in the Dockerfile makes the docker build fail faster if there is an error. No need to create /etc/nginx/conf.d/ manually.
2019-05-01 11:54:14 -07: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
Qi Zheng 0ade629569 Update mariadb
The previous one was created on 2017 and not working
any more.

Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-04-30 11:13:02 -07:00
George T Kramer 037b50a5d8 Remove image list from README
Browsing through the folder directory structure is always a current
means to identify which images are being published on Docker Hub.  Would
no longer need to keep another list in sync.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2019-04-29 14:22:04 -07:00
George T Kramer d8e60d33b4 Sort images for Travis CI
Make it easier to keep track of which images are attached to Travis CI
and which are not.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2019-04-29 13:54:56 -07:00
George T Kramer 633f7ddd90 Remove stacks Docker images from Travis CI
These are validated through a separate release process.  Do not want to
block CI checks for other images from failures in these images.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2019-04-29 13:54:56 -07:00
Patrick McCarty 873bed5501 Fix a few Dockerfile reference links
Some links end with `#/arg`, but they should end with `#arg`.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-04-29 13:07:00 -07:00
Patrick McCarty d6864e5c91 Link to swupd-client repo for swupd option docs
This link should be more stable and always provide the latest
information about swupd command-line options.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2019-04-29 13:07:00 -07:00
Alexander D. Kanevskiy bc8a86dff8 Cleanup miniconda caches after environment is created
There is no sense to ship caches and downloaded archives in the container.
Cleaning it will save about 500Mb
2019-04-29 12:31:22 -07:00
Hongzhan Chen 230cba5536 Add Python Container 2019-04-29 08:31:56 +08:00
qzheng527 52d995c05c Merge pull request #96 from qzheng527/master
Add memcached container
2019-04-26 15:35:05 +08:00
Qi Zheng b659eb2044 Add memcached container
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-04-17 15:21:13 +08:00
qzheng527 3086b7d190 Add elasticsearch docker image
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-04-16 09:25:18 -07:00
Bin Yang 256680f7c6 add cgit container
Signed-off-by: Bin Yang <bin.yang@intel.com>
2019-04-16 01:46:21 -07:00
Hugo Soto b09dbafcec Update in Reporting Security Vulnerability message
Intel Security Center updated its Vulnerability Handling Guidelines,
the verbiage change in the details that must be included when reporting
a potential Security Vulnerability.
https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html
From: "The projects and versions affected"
To: "The products and versions affected"
Verbiage must be updated in the repository to comply SDL requirements
Signed-off-by: Hugo Soto <hugo.a.soto.lopez@intel.com>
2019-04-10 10:42:00 -07:00
Qi Zheng 22a89cd1f9 Add httpd container
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-04-08 19:18:26 -07:00
Beth Dean b11220d8ee Update 'Reporting Security Issues' in releasenotes 2019-04-08 15:32:39 -07:00
Qi Zheng 62dbfa6823 add redis container
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2019-04-05 08:56:36 -07:00
Daniela Plascencia 8261af3607 DLRS release 1340
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
2019-04-02 12:14:05 -06:00
Daniela Plascencia 38c24cf180 DLRS release 1330
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
2019-03-29 16:23:55 -06:00
Bin Yang 53b38a5722 add nginx container
Signed-off-by: Bin Yang <bin.yang@intel.com>
2019-03-27 07:38:35 -07:00
George T Kramer 808494bbff Rename postgresql image to postgres
Use postgres instead of postgresql for the image name to align with the
Docker official library upstream.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2019-03-25 11:51:30 -07:00
Daniela Plascencia 9ffeb5d580 stacks/dlrs: update clear licenses
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
2019-03-25 10:25:31 -06:00
Daniela Plascencia 568d712d0f DLRS release 1260 - Update Dockerfiles
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
2019-03-25 10:25:31 -06:00
Daniela Plascencia 9f6b33dfc8 DLRS release 1260
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
2019-03-25 10:25:31 -06:00
William Douglas 4a74f93efa Remove clrtrust generate workaround 2019-03-22 14:36:32 -07:00
George T Kramer 5c8071308d Add Dockerfile for PostgreSQL
Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2019-03-22 14:36:32 -07:00
Beth Dean 190f12f9ed updating docker hub image links 2019-03-05 19:54:15 -08:00
Beth Dean 0d6d41873e adding pytorch containers 2019-03-05 19:54:15 -08:00
Beth Dean 9dd7e7783c updaing image names 2019-03-05 19:54:15 -08:00