On Fri, May 11, 2018, 22:11 Mohamed Lrhazi <[email protected]> wrote: > Hello, > > The registry requires token based authentication which seems to be an > expiring token. > How would I access docker images remotely, from a cronjob task? Is there a > way to make an image publicly available? or a way to get a permanent token? >
Service account tokens don't expire, create a service account and use its token. > > https://docs.openshift.org/latest/install_config/registry/accessing_registry.html#access-user-prerequisites > > -- > Thanks, > Mohamed. > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
