Skip to content

Commit

Permalink
Merge pull request #70 from docker/3.4.5_20190902
Browse files Browse the repository at this point in the history
bump tomcat to 9.0.26
  • Loading branch information
pcaskey authored Sep 23, 2019
2 parents bab820a + 1ec39cc commit 1d04ec9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.24 \
TOMCAT_VERSION=9.0.26 \
##shib-idp \
VERSION=3.4.5 \
##TIER \
TIERVERSION=20190901 \
TIERVERSION=20190902 \
################## \
### OTHER VARS ### \
################## \
Expand Down
27 changes: 0 additions & 27 deletions tests/centos7-clair-whitelist.yaml

This file was deleted.

18 changes: 9 additions & 9 deletions tests/clairscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ else
echo 'using existing clair-scanner...'
fi

#ensure whitelist file (temporary)
if [ ! -s ./centos7-clair-whitelist.yaml ]; then
echo 'downloading whitelist file...'
curl -s -L -o ./centos7-clair-whitelist.yaml https://github.internet2.edu/raw/docker/shib-idp/3.4.4_20190801/tests/centos7-clair-whitelist.yaml
else
echo 'using existing whitelist file...'
fi
#if needed, ensure whitelist file
#if [ ! -s ./centos7-clair-whitelist.yaml ]; then
# echo 'downloading whitelist file...'
# curl -s -L -o ./centos7-clair-whitelist.yaml https://github.internet2.edu/raw/docker/shib-idp/3.4.4_20190801/tests/centos7-clair-whitelist.yaml
#else
# echo 'using existing whitelist file...'
#fi

#ensure DB container
echo 'ensuring a fresh clair-db container...'
Expand Down Expand Up @@ -54,8 +54,8 @@ echo 'sending ip addr' ${clairip} 'to clair-scan server...'

#run scan
echo 'running scan...'
./clair-scanner -w centos7-clair-whitelist.yaml --ip ${clairip} $1
#./clair-scanner --ip ${clairip} $1
#./clair-scanner -w centos7-clair-whitelist.yaml --ip ${clairip} $1
./clair-scanner --ip ${clairip} $1
retcode=$?

#eval results
Expand Down

0 comments on commit 1d04ec9

Please sign in to comment.