SocketCluster / SocketCluster/socketcluster

Docker can not pull :latest

Open
#457 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
6.2k
Forks
318
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Dockerfile and the documented docker pull and compose examples, then reproduce the missing :latest manifest error. Check the published socketcluster/socketcluster tags and verify that the examples and an unversioned docker pull work without requiring v14.3.2.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.