diff options
author | mei mei <meimei@huawei.com> | 2018-07-06 09:28:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-06 09:28:07 +0000 |
commit | 79be6eb4690ae43e8b93b31d4c398f15e70bc762 (patch) | |
tree | afbdfe97e3eb81aa6269bec2b466f1e2bd3d4f44 | |
parent | d347f47579940e49cf5766217d66599bcf08d131 (diff) |
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "jjb/releng: fix partial image name matching"
- jjb/releng: fix partial image name matching
Docker image building script opnfv-docker.sh tries to remove existing
images before and after building. It simply uses grep to matching image
names, which may cause partial name matching problems.
Ex. opnfv/compass-tasks will match both opnfv/compass-tasks and
opnfv/compass-tasks-base, and may lead to accidentally removing of
images still in use when several building tasks run concurrently.
Error log:
https://build.opnfv.org/ci/job/compass-tasks-build-arm64-master/6/console
Change-Id: I1a83f801c5e0cc889cd9e17b8d1b4d895f1f68a9
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
m--------- | docs/submodules/releng | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/releng b/docs/submodules/releng -Subproject 1866b67d0f76a8fb4cfc85614be9787683f2b8f +Subproject c70dfbb4035f18fafbf748216c53906a3b74f2a |