Hello, I am currently running Origin 1.5.1 with the default 1.5.1 docker registry image. I'm attempting to run a hard prune following the 1.5 documentation but have run into a few issues.
https://docs.openshift.org/1.5/admin_guide/pruning_resources.html#hard-pruning-registry The location of the dockerregistry binary is located at / in my container (instead of /usr/bin/ like the documentation). Also, the dockerregistry binary doesn't know of the -prune flag. Can anyone offer any suggestions? Thanks, Drew $ oc describe dc docker-registry | grep Image Image: openshift/origin-docker-registry:v1.5.1 # From within the registry container $ ./dockerregistry --prune=check flag provided but not defined: -prune Usage of ./dockerregistry: -alsologtostderr log to standard error as well as files -log_backtrace_at value when logging hits line file:N, emit a stack trace -log_dir string If non-empty, write log files in this directory -logtostderr log to standard error instead of files -stderrthreshold value logs at or above this threshold go to stderr -v value log level for V logs -vmodule value comma-separated list of pattern=N settings for file-filtered logging _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
