Skip to content
Permalink
2ae384e09f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
* Attempt a secure connection to an InCommon SSL site

* Adding and installing trusted certs

* Added InCommon cert

* Force image removal

* Test for working connection with InCommon cert chain

* Removed tty

* Added template files from util project.

* Added centos7base as imagename

* Using common variables in script
0 contributors

Users who have contributed to this file

executable file 8 lines (5 sloc) 147 Bytes
#!/bin/bash
source common.sh .
echo "Cleaning up Docker image($maintainer/$imagename)"
docker rmi -f $maintainer/$imagename >> /dev/null
exit 0