summaryrefslogtreecommitdiffstats
path: root/auth/docker/dclean.sh
blob: 7887b67745d0b4921f91363e868b99788af06eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash 
# Pull in Variables from d.props
. ./d.props

if [ "$1" == "" ]; then
  AAF_COMPONENTS=`ls ../aaf_${VERSION}/bin | grep -v '\.'`
else
  AAF_COMPONENTS=$1
fi

echo "Y" | docker container prune
for AAF_COMPONENT in ${AAF_COMPONENTS}; do
  docker image rm $DOCKER_REPOSITORY/$ORG/$PROJECT/aaf_$AAF_COMPONENT:${VERSION}
done
echo "Y" | docker image prune
Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
---
project: 'oom'
project_creation_date: '2017-06-15'
lifecycle_state: 'Incubation'
project_category: ''
project_lead: &onap_releng_ptl
    name: 'Mike Elliott'
    email: 'mike.elliott@amdocs.com'
    id: 'melliott'
    company: 'Amdocs'
    timezone: 'Canada/Ontario'
primary_contact: *onap_releng_ptl
issue_tracking:
    type: 'jira'
    url: 'https://jira.onap.org/projects/OOM'
    key: 'OOM'
mailing_list:
    type: 'groups.io'
    url: 'lists.onap.org'
    tag: '<[sub-project_name]>'
realtime_discussion: ''
meetings:
    - type: 'zoom'
      agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=8228913'
      url: 'https://wiki.onap.org/pages/viewpage.action?pageId=8228913'
      server: 'n/a'
      channel: 'n/a'
      repeats: 'weekly'
      time: '14:00 UTC'
repositories:
    - 'oom'
    - 'oom-offline-installer'
    - 'oom-registrator'
committers:
    - <<: *onap_releng_ptl
    - name: 'Alexis de Talhouët'
      email: 'adetalhouet89@gmail.com'
      company: 'Bell Canada'
      id: 'adetalhouet'
      timezone: 'Canada/Montreal'
    - name: 'Borislav Glozman'
      email: 'Borislav.Glozman@amdocs.com'
      company: 'Amdocs'
      id: 'BorislavG'
      timezone: 'Israel/Raanana'
    - name: 'James MacNider'
      email: 'James.MacNider@amdocs.com'
      company: 'Amdocs'
      id: 'jmac'
      timezone: 'Canada/Ontario'
    - name: 'Hong Guan'
      email: 'hg4105@att.com'
      company: 'ATT'
      id: 'hg4105'
      timezone: 'Not/Defined'
    - name: 'Jun (Nicolas) Hu'
      email: 'jh245g@att.com'
      company: 'ATT'
      id: 'jh245g'
      timezone: 'America/New_York'
    - name: 'Xue Gao'
      email: 'xg353y@intl.att.com'
      company: 'ATT'
      id: 'xuegao'
      timezone: 'Belgium/Namur'
    - name: 'Brian Freeman'
      email: 'bf1936@att.com'
      company: 'ATT'
      id: 'bdfreeman1421'
      timezone: 'America/New_York'
    - name: 'Yang Xu'
      email: 'Yang.Xu3@huawei.com'
      company: 'Huawei'
      id: 'xuyang11'
      timezone: 'America/New_York'
    - name: 'Sylvain Desbureaux'
      email: 'sylvain.desbureaux@orange.com'
      company: 'Orange'
      id: 'sdesbure'
      timezone: 'Paris/France'
tsc:
    approval: 'https://lists.onap.org/pipermail/onap-tsc'
    changes:
        - type: 'Addition'
          name: 'Brian Freeman'
          name: 'Yang Xu'
          link: 'TBD'