Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-17 | Support for Docker images on ARM processors. | Taseer Ahmed | 1 | -6/+16 | |
- Usage: docker build --build-arg ARCH=<arch_type> . Change-Id: I9018c627cef05e69492dbdefbe750d72cf98064d Signed-off-by: Taseer Ahmed <taseer94@gmail.com> | |||||
2017-07-31 | Fixing typos | mbeierl | 1 | -1/+1 | |
Change-Id: I985085d0f75ea9fdf10b0f2572cef0c894ceb9e8 Signed-off-by: mbeierl <mark.beierl@dell.com> | |||||
2017-07-12 | Creation of Local Docker for Daily Job | mbeierl | 1 | -0/+43 | |
Moves the dockerfiles for the different submodules/containers into their respective directories. Adds a docker compose file that can build the containers from the local filesystem, and mounts the local filesystem as a volume, making it easier for developer testing as local changes are automatically reflected in the final container. Change-Id: I2376034258cab2a3dc3a0d1ac3f01bbf5d1f59e7 JIRA: STORPERF-189 Signed-off-by: mbeierl <mark.beierl@dell.com> |