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 09:59:00 UTC

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

Kengo Seki created YETUS-622:
--------------------------------

             Summary: 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


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)