You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2018/04/05 13:18:00 UTC

[jira] [Assigned] (YETUS-622) docker-cleanup removes non-Yetus docker images even if not in sentinel mode

     [ https://issues.apache.org/jira/browse/YETUS-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kengo Seki reassigned YETUS-622:
--------------------------------

    Assignee: Kengo Seki

Patch: https://github.com/apache/yetus/pull/18.patch

> docker-cleanup removes non-Yetus docker images even if not in sentinel mode
> ---------------------------------------------------------------------------
>
>                 Key: YETUS-622
>                 URL: https://issues.apache.org/jira/browse/YETUS-622
>             Project: Yetus
>          Issue Type: Bug
>          Components: Test Patch
>    Affects Versions: 0.7.0
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>
> Due to a typo for variable name in {{precommit/core.d/docker.sh}}:
> {code}
> 421 function docker_image_maintenance
> 422 {
> (snip)
> 452   if [[ "${SENTINTAL}" = false ]]; then
> 453     return
> 454   fi
> 455 
> 456   echo "Other images:"
> 457   #shellcheck disable=SC2046
> 458   docker_image_maintenance_helper $(docker_get_sentinel_images)
> 459 }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)