openshift-evangelists / oc-cluster-wrapper

oc cluster up bash wrapper
Apache License 2.0
144 stars 72 forks source link

Add a label to created images and remove when destroy #37

Closed jorgemoralespou closed 7 years ago

jorgemoralespou commented 7 years ago

Every time we build an image in OpenShift the local daemon gets polluted. Add a label oc-profile=º

that will allow to identify the images created and then it will remove them when destroying the cluster.
jorgemoralespou commented 7 years ago

Done