socketcluster icon indicating copy to clipboard operation
socketcluster copied to clipboard

Docker can not pull :latest

Open AlexTalavari opened this issue 6 years ago • 0 comments

In a Dockerfile currently you need to supply a version tag and :latest is not supported making the examples fail to compose or to pull with

docker pull socketcluster/socketcluster

Error message from console

manifest for socketcluster/socketcluster:latest not found

Temporary workaround

docker pull socketcluster/socketcluster:v14.3.2 or for Dockerfile FROM socketcluster/socketcluster:v14.3.2

AlexTalavari avatar Nov 14 '18 10:11 AlexTalavari