Remove prefix and suffix spaces and tabs.
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
| ... | ... |
@@ -3,33 +3,33 @@ set -e |
| 3 | 3 |
|
| 4 | 4 |
# image lists for different archs that should match what's in the Dockerfile (minus the explicit images IDs) |
| 5 | 5 |
case "$DOCKER_ENGINE_OSARCH" in |
| 6 |
- linux/arm) |
|
| 6 |
+ linux/arm) |
|
| 7 | 7 |
images=( |
| 8 |
- hypriot/armhf-busybox@ea0800bb83571c585c5652b53668e76b29c7c0eef719892f9d0a48607984f9e1 |
|
| 8 |
+ hypriot/armhf-busybox@ea0800bb83571c585c5652b53668e76b29c7c0eef719892f9d0a48607984f9e1 |
|
| 9 | 9 |
hypriot/armhf-hello-world@508c59a4f8b23c77bbcf43296c3f580873dc7eecb1f0d680cea3067e221fd4c2 |
| 10 |
- hypriot/armhf-unshare@3f1db65f8bbabc743fd739cf7145a56c35b2a0979ae3174e9d79b7fa4b00fca1 |
|
| 11 |
- ) |
|
| 10 |
+ hypriot/armhf-unshare@3f1db65f8bbabc743fd739cf7145a56c35b2a0979ae3174e9d79b7fa4b00fca1 |
|
| 11 |
+ ) |
|
| 12 | 12 |
;; |
| 13 | 13 |
linux/ppc64le) |
| 14 | 14 |
images=( |
| 15 |
- ppc64le/busybox:latest |
|
| 16 |
- ppc64le/hello-world:frozen |
|
| 17 |
- ppc64le/unshare:latest |
|
| 18 |
- ) |
|
| 15 |
+ ppc64le/busybox:latest |
|
| 16 |
+ ppc64le/hello-world:frozen |
|
| 17 |
+ ppc64le/unshare:latest |
|
| 18 |
+ ) |
|
| 19 | 19 |
;; |
| 20 | 20 |
linux/s390x) |
| 21 | 21 |
images=( |
| 22 | 22 |
s390x/busybox:latest |
| 23 | 23 |
s390x/hello-world:frozen |
| 24 |
- s390x/unshare:latest |
|
| 24 |
+ s390x/unshare:latest |
|
| 25 | 25 |
) |
| 26 | 26 |
;; |
| 27 | 27 |
*) |
| 28 | 28 |
images=( |
| 29 |
- busybox:latest |
|
| 30 |
- hello-world:latest |
|
| 31 |
- jess/unshare:latest |
|
| 32 |
- ) |
|
| 29 |
+ busybox:latest |
|
| 30 |
+ hello-world:latest |
|
| 31 |
+ jess/unshare:latest |
|
| 32 |
+ ) |
|
| 33 | 33 |
;; |
| 34 | 34 |
esac |
| 35 | 35 |
|
| ... | ... |
@@ -67,19 +67,19 @@ fi |
| 67 | 67 |
case "$DOCKER_ENGINE_OSARCH" in |
| 68 | 68 |
linux/arm) |
| 69 | 69 |
docker tag hypriot/armhf-busybox:latest busybox:latest |
| 70 |
- docker tag hypriot/armhf-hello-world:latest hello-world:frozen |
|
| 71 |
- docker tag hypriot/armhf-unshare:latest jess/unshare:latest |
|
| 70 |
+ docker tag hypriot/armhf-hello-world:latest hello-world:frozen |
|
| 71 |
+ docker tag hypriot/armhf-unshare:latest jess/unshare:latest |
|
| 72 | 72 |
docker rmi hypriot/armhf-busybox:latest |
| 73 |
- docker rmi hypriot/armhf-hello-world:latest |
|
| 74 |
- docker rmi hypriot/armhf-unshare:latest |
|
| 73 |
+ docker rmi hypriot/armhf-hello-world:latest |
|
| 74 |
+ docker rmi hypriot/armhf-unshare:latest |
|
| 75 | 75 |
;; |
| 76 | 76 |
linux/ppc64le) |
| 77 | 77 |
docker tag ppc64le/busybox:latest busybox:latest |
| 78 |
- docker tag ppc64le/hello-world:frozen hello-world:frozen |
|
| 78 |
+ docker tag ppc64le/hello-world:frozen hello-world:frozen |
|
| 79 | 79 |
docker tag ppc64le/unshare:latest jess/unshare:latest |
| 80 | 80 |
docker rmi ppc64le/busybox:latest |
| 81 |
- docker rmi ppc64le/hello-world:frozen |
|
| 82 |
- docker rmi ppc64le/unshare:latest |
|
| 81 |
+ docker rmi ppc64le/hello-world:frozen |
|
| 82 |
+ docker rmi ppc64le/unshare:latest |
|
| 83 | 83 |
;; |
| 84 | 84 |
linux/s390x) |
| 85 | 85 |
docker tag s390x/busybox:latest busybox:latest |