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>
This provides a Clear Linux Deep Learning Stack. To offer more flexibility,
there are two versions of the Deep Learning Stack: a "fully open source"
version that includes only open source components, and a second, "mostly open
source" version that includes the TensorFlow* framework optimized using Intel®
Math Kernel Library for Deep Neural Networks (Intel® MKL-DNN) primitives.
This patch introduces an image used for running the Mixer CI on Travis.
Previously, a very large part of the time Travis spent building and
validating Mixer PR's was spent 'swupd bundle-add'ing the packages
needed. The _mixer_ build was very short once this step was done.
This image removes the need to build and configure the image with each
Travis run; only the code needs to be copied over before the mixer
build and tests can run.
Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
Docker container for running Clear Linux developer tooling.
Allows a user to run mixer tool in a cross-platform way.
Built atop the clearlinux:latest image, and includes the
os-clr-on-clr bundle for devloper tools. A python script
sets up up a non-root user (with UID & GID mapped to the
mix directory mounted at runtime), with sudo privileges
only for mixer, swupd, and mock.
Note: The README mentions privileges needed to run mixer
build-image. This is sufficient for now, and narrowing
the --privileged to the specific CAP subset (SYS_ADMIN,
MKNOD, etc?) is left for a future task.
Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
We need an automated way of testing our new Docker containers in
order to make sure content is working as expected.
This commits introduces initial tests for Keystone docker container.
Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
This commits adds a dockerfile useful to create a
container which fulfills all the requirements for
the deployment node in a ciao cluster setup.
By using the `ciao-deploy` container, operator shouldn't
require to install anything else in order to get a ciao
deployment node.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>