Changes required for Scaleway + OverlayFS.

This commit is contained in:
Simo Kinnunen
2016-02-24 15:05:45 +09:00
parent 1cfe3d8758
commit 4b0ff446ba
3 changed files with 12 additions and 5 deletions

10
docker/armv7l/README.md Normal file
View File

@@ -0,0 +1,10 @@
# [openstf/stf-armv7l](https://hub.docker.com/r/openstf/stf-armv7l/)
An alternate docker image for `armv7l`.
To build the image, run the following commands from the repo root directory (**not** this directory) on an `armv7l` machine:
```bash
ARCH=armhf docker/armv7l/mkimage-alpine.sh
docker build -f docker/armv7l/Dockerfile -t openstf/stf-armv7l:latest
```